/linux-6.3-rc2/drivers/scsi/pcmcia/ |
A D | aha152x_stub.c | 65 static int reconnect = 1; variable 72 module_param(reconnect, int, 0); 169 s.reconnect = reconnect; in aha152x_config_cs()
|
/linux-6.3-rc2/drivers/scsi/ |
A D | aha152x.c | 352 static int reconnect[] = {1, 1}; variable 762 RECONNECT = setup->reconnect; in aha152x_probe_one() 771 if (setup->reconnect) in aha152x_probe_one() 3098 if ((setup->reconnect < 0) || (setup->reconnect > 1)) in checksetup() 3147 override.reconnect, in aha152x_init() 3168 override.reconnect, in aha152x_init() 3196 setup[setup_count].reconnect = reconnect[0]; in aha152x_init() 3210 setup[setup_count].reconnect, in aha152x_init() 3233 setup[setup_count].reconnect = reconnect[1]; in aha152x_init() 3246 setup[setup_count].reconnect, in aha152x_init() [all …]
|
A D | scsi_transport_srp.c | 552 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 D | aha152x.h | 322 int reconnect; member
|
/linux-6.3-rc2/net/wireless/ |
A D | nl80211.h | 67 bool reconnect, gfp_t gfp); 71 bool reconnect, gfp_t gfp);
|
A D | mlme.c | 109 bool reconnect) in cfg80211_process_deauth() argument 117 nl80211_send_deauth(rdev, wdev->netdev, buf, len, reconnect, GFP_KERNEL); in cfg80211_process_deauth() 128 bool reconnect) in cfg80211_process_disassoc() argument 136 nl80211_send_disassoc(rdev, wdev->netdev, buf, len, reconnect, in cfg80211_process_disassoc() 212 bool reconnect) in cfg80211_tx_mlme_mgmt() argument 219 trace_cfg80211_tx_mlme_mgmt(dev, buf, len, reconnect); in cfg80211_tx_mlme_mgmt() 225 cfg80211_process_deauth(wdev, buf, len, reconnect); in cfg80211_tx_mlme_mgmt() 227 cfg80211_process_disassoc(wdev, buf, len, reconnect); in cfg80211_tx_mlme_mgmt()
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-class-rtrs-client | 22 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-6.3-rc2/include/scsi/ |
A D | scsi_transport_srp.h | 100 int (*reconnect)(struct srp_rport *rport); member
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | ceph.rst | 185 Set auto reconnect mode in the case where the client is blocklisted. The 188 * no: never attempt to reconnect when client detects that it has been 192 detects that it has been blocklisted. During reconnect, client drops 194 After reconnect, file locks become stale because the MDS loses track
|
/linux-6.3-rc2/include/linux/ |
A D | serio.h | 76 int (*reconnect)(struct serio *); member
|
A D | gameport.h | 55 int (*reconnect)(struct gameport *); member
|
/linux-6.3-rc2/drivers/infiniband/ulp/rtrs/ |
A D | README | 73 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-6.3-rc2/Documentation/ABI/stable/ |
A D | sysfs-transport-srp | 37 Description: Number of seconds the SCSI layer will wait after a reconnect
|
/linux-6.3-rc2/drivers/input/mouse/ |
A D | lifebook.c | 341 psmouse->reconnect = lifebook_absolute_mode; in lifebook_init()
|
A D | psmouse-smbus.c | 265 psmouse->reconnect = psmouse_smbus_reconnect; in psmouse_smbus_init()
|
A D | psmouse.h | 123 int (*reconnect)(struct psmouse *psmouse); member
|
A D | vmmouse.c | 487 psmouse->reconnect = vmmouse_reconnect; in vmmouse_init()
|
A D | byd.c | 484 psmouse->reconnect = byd_reconnect; in byd_init()
|
A D | focaltech.c | 436 psmouse->reconnect = focaltech_reconnect; in focaltech_init()
|
/linux-6.3-rc2/drivers/input/gameport/ |
A D | gameport.c | 609 if (!gameport->drv || !gameport->drv->reconnect || gameport->drv->reconnect(gameport)) { in gameport_reconnect_port()
|
/linux-6.3-rc2/drivers/input/serio/ |
A D | ps2mult.c | 301 .reconnect = ps2mult_reconnect,
|
/linux-6.3-rc2/include/trace/events/ |
A D | rpcrdma.h | 705 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-6.3-rc2/Documentation/admin-guide/cifs/ |
A D | authors.rst | 53 - Sachin Prabhu (many bug fixes, including for reconnect, copy offload and security)
|
/linux-6.3-rc2/fs/cifs/ |
A D | smb1ops.c | 167 bool collision, reconnect = false; in cifs_get_next_mid() local 219 reconnect = true; in cifs_get_next_mid() 230 if (reconnect) { in cifs_get_next_mid()
|
/linux-6.3-rc2/net/mac80211/ |
A D | trace.h | 2675 TP_PROTO(struct ieee80211_sub_if_data *sdata, bool reconnect), 2677 TP_ARGS(sdata, reconnect), 2681 __field(int, reconnect) 2686 __entry->reconnect = reconnect; 2691 VIF_PR_ARG, __entry->reconnect
|