Home
last modified time | relevance | path

Searched refs:reconnect (Results 1 – 25 of 70) sorted by relevance

123

/linux/drivers/scsi/pcmcia/
A Daha152x_stub.c62 static int reconnect = 1; variable
69 module_param(reconnect, int, 0);
166 s.reconnect = reconnect; in aha152x_config_cs()
/linux/drivers/scsi/
A Daha152x.c334 static int reconnect[] = {1, 1}; variable
744 RECONNECT = setup->reconnect; in aha152x_probe_one()
753 if (setup->reconnect) in aha152x_probe_one()
3053 if ((setup->reconnect < 0) || (setup->reconnect > 1)) in checksetup()
3102 override.reconnect, in aha152x_init()
3123 override.reconnect, in aha152x_init()
3151 setup[setup_count].reconnect = reconnect[0]; in aha152x_init()
3165 setup[setup_count].reconnect, in aha152x_init()
3188 setup[setup_count].reconnect = reconnect[1]; in aha152x_init()
3201 setup[setup_count].reconnect, in aha152x_init()
[all …]
A Dscsi_transport_srp.c552 res = rport->state != SRP_RPORT_LOST ? i->f->reconnect(rport) : -ENODEV; in srp_reconnect_rport()
717 if (i->f->reconnect) in srp_rport_add()
840 if (ft->reconnect) { in srp_attach_transport()
A Daha152x.h322 int reconnect; member
/linux/net/wireless/
A Dmlme.c85 bool reconnect) in cfg80211_process_deauth() argument
93 nl80211_send_deauth(rdev, wdev->netdev, buf, len, reconnect, GFP_KERNEL); in cfg80211_process_deauth()
105 bool reconnect) in cfg80211_process_disassoc() argument
113 nl80211_send_disassoc(rdev, wdev->netdev, buf, len, reconnect, in cfg80211_process_disassoc()
187 bool reconnect) in cfg80211_tx_mlme_mgmt() argument
194 trace_cfg80211_tx_mlme_mgmt(dev, buf, len, reconnect); in cfg80211_tx_mlme_mgmt()
200 cfg80211_process_deauth(wdev, buf, len, reconnect); in cfg80211_tx_mlme_mgmt()
202 cfg80211_process_disassoc(wdev, buf, len, reconnect); in cfg80211_tx_mlme_mgmt()
A Dnl80211.h69 bool reconnect, gfp_t gfp);
73 bool reconnect, gfp_t gfp);
/linux/Documentation/ABI/testing/
A Dsysfs-class-rtrs-client22 Description: Maximum number reconnect attempts the client should make before giving up
55 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/reconnect
59 Description: Write "1" to the file in order to reconnect the path.
60 Operation is blocking and returns 0 if reconnect was successful.
/linux/Documentation/filesystems/
A Dceph.rst166 Set auto reconnect mode in the case where the client is blocklisted. The
169 * no: never attempt to reconnect when client detects that it has been
173 detects that it has been blocklisted. During reconnect, client drops
175 After reconnect, file locks become stale because the MDS loses track
/linux/fs/cifs/
A Dlink.c310 oparms.reconnect = false; in cifs_query_mf_symlink()
352 oparms.reconnect = false; in cifs_create_mf_symlink()
392 oparms.reconnect = false; in smb3_query_mf_symlink()
458 oparms.reconnect = false; in smb3_create_mf_symlink()
A Dsmb1ops.c574 oparms.reconnect = false; in cifs_query_path_info()
802 oparms.reconnect = false; in smb_set_file_info()
978 oparms.reconnect = false; in cifs_query_symlink()
1101 oparms.reconnect = false; in cifs_make_node()
A Dsmb2ops.c816 oparms.reconnect = false; in open_cached_dir()
971 oparms.reconnect = false; in smb3_qfs_tcon()
1013 oparms.reconnect = false; in smb2_qfs_tcon()
1049 oparms.reconnect = false; in smb2_is_path_accessible()
1326 oparms.reconnect = false; in smb2_set_ea()
1675 oparms.reconnect = false; in smb2_ioctl_query_info()
2298 oparms.reconnect = false; in smb3_notify()
2359 oparms.reconnect = false; in smb2_query_dir_first()
2672 oparms.reconnect = false; in smb2_query_info_compound()
2783 oparms.reconnect = false; in smb311_queryfs()
[all …]
/linux/include/scsi/
A Dscsi_transport_srp.h100 int (*reconnect)(struct srp_rport *rport); member
/linux/include/linux/
A Dserio.h76 int (*reconnect)(struct serio *); member
A Dgameport.h55 int (*reconnect)(struct gameport *); member
/linux/drivers/infiniband/ulp/rtrs/
A DREADME73 the reconnect counter, which is used to resolve the situations where
74 client is trying to reconnect a path, while server is still destroying the old
101 healthy path, if any, and the reconnect mechanism is triggered.
/linux/Documentation/ABI/stable/
A Dsysfs-transport-srp37 Description: Number of seconds the SCSI layer will wait after a reconnect
/linux/drivers/input/mouse/
A Dpsmouse-smbus.c259 psmouse->reconnect = psmouse_smbus_reconnect; in psmouse_smbus_init()
A Dlifebook.c341 psmouse->reconnect = lifebook_absolute_mode; in lifebook_init()
A Dpsmouse.h123 int (*reconnect)(struct psmouse *psmouse); member
A Dbyd.c484 psmouse->reconnect = byd_reconnect; in byd_init()
A Dfocaltech.c436 psmouse->reconnect = focaltech_reconnect; in focaltech_init()
/linux/drivers/input/gameport/
A Dgameport.c609 if (!gameport->drv || !gameport->drv->reconnect || gameport->drv->reconnect(gameport)) { in gameport_reconnect_port()
/linux/include/trace/events/
A Drpcrdma.h705 unsigned long reconnect
708 TP_ARGS(r_xprt, connect, reconnect),
712 __field(unsigned long, reconnect)
719 __entry->reconnect = reconnect;
726 __entry->connect / HZ, __entry->reconnect / HZ
/linux/drivers/input/serio/
A Dps2mult.c301 .reconnect = ps2mult_reconnect,
/linux/Documentation/admin-guide/cifs/
A Dauthors.rst53 - Sachin Prabhu (many bug fixes, including for reconnect, copy offload and security)

Completed in 81 milliseconds

123