/Linux-v5.10/drivers/scsi/pcmcia/ |
D | aha152x_stub.c | 62 static int reconnect = 1; variable 69 module_param(reconnect, int, 0); 166 s.reconnect = reconnect; in aha152x_config_cs()
|
/Linux-v5.10/drivers/scsi/ |
D | aha152x.c | 334 static int reconnect[] = {1, 1}; variable 335 module_param_array(reconnect, int, NULL, 0); 336 MODULE_PARM_DESC(reconnect,"allow targets to disconnect"); 444 int reconnect; /* disconnection allowed */ member 546 #define RECONNECT (HOSTDATA(shpnt)->reconnect) 743 RECONNECT = setup->reconnect; in aha152x_probe_one() 752 if (setup->reconnect) in aha152x_probe_one() 3045 if ((setup->reconnect < 0) || (setup->reconnect > 1)) in checksetup() 3094 override.reconnect, in aha152x_init() 3115 override.reconnect, in aha152x_init() [all …]
|
D | scsi_transport_srp.c | 545 res = rport->state != SRP_RPORT_LOST ? i->f->reconnect(rport) : -ENODEV; in srp_reconnect_rport() 710 if (i->f->reconnect) in srp_rport_add() 833 if (ft->reconnect) { in srp_attach_transport()
|
D | aha152x.h | 322 int reconnect; member
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-class-rtrs-client | 22 Description: Maximum number reconnect attempts the client should make before giving up 52 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/reconnect 56 Description: Write "1" to the file in order to reconnect the path. 57 Operation is blocking and returns 0 if reconnect was successful.
|
/Linux-v5.10/include/scsi/ |
D | scsi_transport_srp.h | 100 int (*reconnect)(struct srp_rport *rport); member
|
/Linux-v5.10/Documentation/filesystems/ |
D | ceph.rst | 166 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-v5.10/fs/cifs/ |
D | link.c | 322 oparms.reconnect = false; in cifs_query_mf_symlink() 364 oparms.reconnect = false; in cifs_create_mf_symlink() 404 oparms.reconnect = false; in smb3_query_mf_symlink() 470 oparms.reconnect = false; in smb3_create_mf_symlink()
|
D | smb1ops.c | 573 oparms.reconnect = false; in cifs_query_path_info() 801 oparms.reconnect = false; in smb_set_file_info() 979 oparms.reconnect = false; in cifs_query_symlink() 1102 oparms.reconnect = false; in cifs_make_node()
|
D | smb2ops.c | 731 oparms.reconnect = false; in open_shroot() 866 oparms.reconnect = false; in smb3_qfs_tcon() 910 oparms.reconnect = false; in smb2_qfs_tcon() 946 oparms.reconnect = false; in smb2_is_path_accessible() 1223 oparms.reconnect = false; in smb2_set_ea() 1569 oparms.reconnect = false; in smb2_ioctl_query_info() 2181 oparms.reconnect = false; in smb3_notify() 2241 oparms.reconnect = false; in smb2_query_dir_first() 2512 oparms.reconnect = false; in smb2_query_info_compound() 2623 oparms.reconnect = false; in smb311_queryfs() [all …]
|
/Linux-v5.10/include/linux/ |
D | serio.h | 76 int (*reconnect)(struct serio *); member
|
D | gameport.h | 55 int (*reconnect)(struct gameport *); member
|
/Linux-v5.10/drivers/infiniband/ulp/rtrs/ |
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-v5.10/include/trace/events/ |
D | rpcrdma.h | 461 unsigned long reconnect 464 TP_ARGS(r_xprt, connect, reconnect), 469 __field(unsigned long, reconnect) 477 __entry->reconnect = reconnect; 484 __entry->connect / HZ, __entry->reconnect / HZ
|
/Linux-v5.10/Documentation/ABI/stable/ |
D | sysfs-transport-srp | 37 Description: Number of seconds the SCSI layer will wait after a reconnect
|
/Linux-v5.10/drivers/input/mouse/ |
D | psmouse-smbus.c | 259 psmouse->reconnect = psmouse_smbus_reconnect; in psmouse_smbus_init()
|
D | psmouse.h | 123 int (*reconnect)(struct psmouse *psmouse); member
|
D | lifebook.c | 341 psmouse->reconnect = lifebook_absolute_mode; in lifebook_init()
|
D | focaltech.c | 436 psmouse->reconnect = focaltech_reconnect; in focaltech_init()
|
D | vmmouse.c | 474 psmouse->reconnect = vmmouse_reconnect; in vmmouse_init()
|
D | byd.c | 484 psmouse->reconnect = byd_reconnect; in byd_init()
|
/Linux-v5.10/drivers/input/gameport/ |
D | gameport.c | 609 if (!gameport->drv || !gameport->drv->reconnect || gameport->drv->reconnect(gameport)) { in gameport_reconnect_port()
|
/Linux-v5.10/drivers/input/serio/ |
D | ps2mult.c | 301 .reconnect = ps2mult_reconnect,
|
D | serio_raw.c | 436 .reconnect = serio_raw_reconnect,
|
/Linux-v5.10/Documentation/admin-guide/cifs/ |
D | authors.rst | 53 - Sachin Prabhu (many bug fixes, including for reconnect, copy offload and security)
|