| /linux-6.15/drivers/scsi/pcmcia/ |
| H A D | aha152x_stub.c | 65 static int reconnect = 1; variable 72 module_param(reconnect, int, 0); 170 s.reconnect = reconnect; in aha152x_config_cs()
|
| /linux-6.15/drivers/hid/bpf/ |
| H A D | hid_bpf_struct_ops.c | 243 bool reconnect = false; in hid_bpf_unreg() local 257 reconnect = hdev->bpf.rdesc_ops == ops; in hid_bpf_unreg() 258 if (reconnect) in hid_bpf_unreg() 263 if (reconnect) in hid_bpf_unreg()
|
| /linux-6.15/drivers/scsi/ |
| H A D | aha152x.c | 352 static int reconnect[] = {1, 1}; variable 763 RECONNECT = setup->reconnect; in aha152x_probe_one() 772 if (setup->reconnect) in aha152x_probe_one() 3092 if ((setup->reconnect < 0) || (setup->reconnect > 1)) in checksetup() 3141 override.reconnect, in aha152x_init() 3162 override.reconnect, in aha152x_init() 3190 setup[setup_count].reconnect = reconnect[0]; in aha152x_init() 3204 setup[setup_count].reconnect, in aha152x_init() 3227 setup[setup_count].reconnect = reconnect[1]; in aha152x_init() 3240 setup[setup_count].reconnect, in aha152x_init() [all …]
|
| H 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()
|
| H A D | aha152x.h | 322 int reconnect; member
|
| /linux-6.15/net/wireless/ |
| H A D | nl80211.h | 67 bool reconnect, gfp_t gfp); 71 bool reconnect, gfp_t gfp);
|
| H A D | mlme.c | 111 bool reconnect) in cfg80211_process_deauth() argument 119 nl80211_send_deauth(rdev, wdev->netdev, buf, len, reconnect, GFP_KERNEL); in cfg80211_process_deauth() 130 bool reconnect) in cfg80211_process_disassoc() argument 138 nl80211_send_disassoc(rdev, wdev->netdev, buf, len, reconnect, in cfg80211_process_disassoc() 214 bool reconnect) in cfg80211_tx_mlme_mgmt() argument 221 trace_cfg80211_tx_mlme_mgmt(dev, buf, len, reconnect); in cfg80211_tx_mlme_mgmt() 227 cfg80211_process_deauth(wdev, buf, len, reconnect); in cfg80211_tx_mlme_mgmt() 229 cfg80211_process_disassoc(wdev, buf, len, reconnect); in cfg80211_tx_mlme_mgmt()
|
| /linux-6.15/Documentation/ABI/testing/ |
| H 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.15/include/scsi/ |
| H A D | scsi_transport_srp.h | 100 int (*reconnect)(struct srp_rport *rport); member
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | ceph.rst | 198 Set auto reconnect mode in the case where the client is blocklisted. The 201 * no: never attempt to reconnect when client detects that it has been 205 detects that it has been blocklisted. During reconnect, client drops 207 After reconnect, file locks become stale because the MDS loses track
|
| /linux-6.15/include/linux/ |
| H A D | serio.h | 77 int (*reconnect)(struct serio *); member
|
| H A D | gameport.h | 54 int (*reconnect)(struct gameport *); member
|
| /linux-6.15/drivers/infiniband/ulp/rtrs/ |
| H 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.15/Documentation/ABI/stable/ |
| H A D | sysfs-transport-srp | 37 Description: Number of seconds the SCSI layer will wait after a reconnect
|
| /linux-6.15/drivers/input/mouse/ |
| H A D | psmouse-smbus.c | 257 psmouse->reconnect = psmouse_smbus_reconnect; in psmouse_smbus_init()
|
| H A D | psmouse.h | 123 int (*reconnect)(struct psmouse *psmouse); member
|
| H A D | lifebook.c | 341 psmouse->reconnect = lifebook_absolute_mode; in lifebook_init()
|
| H A D | vmmouse.c | 455 psmouse->reconnect = vmmouse_reconnect; in vmmouse_init()
|
| H A D | byd.c | 483 psmouse->reconnect = byd_reconnect; in byd_init()
|
| H A D | focaltech.c | 435 psmouse->reconnect = focaltech_reconnect; in focaltech_init()
|
| /linux-6.15/drivers/input/serio/ |
| H A D | ps2mult.c | 290 .reconnect = ps2mult_reconnect,
|
| /linux-6.15/fs/smb/client/ |
| H A D | dfs_cache.c | 1178 bool reconnect = force_refresh; in __refresh_tcon_referral() local 1189 reconnect = false; in __refresh_tcon_referral() 1207 if (reconnect) { in __refresh_tcon_referral()
|
| /linux-6.15/include/trace/events/ |
| H A D | rpcrdma.h | 727 unsigned long reconnect 730 TP_ARGS(r_xprt, connect, reconnect), 734 __field(unsigned long, reconnect) 741 __entry->reconnect = reconnect; 748 __entry->connect / HZ, __entry->reconnect / HZ
|
| /linux-6.15/Documentation/admin-guide/cifs/ |
| H A D | authors.rst | 53 - Sachin Prabhu (many bug fixes, including for reconnect, copy offload and security)
|
| /linux-6.15/drivers/input/gameport/ |
| H A D | gameport.c | 639 if (!gameport->drv || !gameport->drv->reconnect || gameport->drv->reconnect(gameport)) { in gameport_reconnect_port()
|