/linux-4.1.27/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-4.1.27/drivers/scsi/ |
D | aha152x.c | 345 static int reconnect[] = {1, 1}; variable 346 module_param_array(reconnect, int, NULL, 0); 347 MODULE_PARM_DESC(reconnect,"allow targets to disconnect"); 455 int reconnect; /* disconnection allowed */ member 557 #define RECONNECT (HOSTDATA(shpnt)->reconnect) 752 RECONNECT = setup->reconnect; in aha152x_probe_one() 761 if (setup->reconnect) in aha152x_probe_one() 3060 if ((setup->reconnect < 0) || (setup->reconnect > 1)) in checksetup() 3109 override.reconnect, in aha152x_init() 3130 override.reconnect, in aha152x_init() [all …]
|
D | scsi_transport_srp.c | 574 res = rport->state != SRP_RPORT_LOST ? i->f->reconnect(rport) : -ENODEV; in srp_reconnect_rport() 736 if (i->f->reconnect) in srp_rport_add() 877 if (ft->reconnect) { in srp_attach_transport()
|
D | aha152x.h | 321 int reconnect; member
|
/linux-4.1.27/include/scsi/ |
D | scsi_transport_srp.h | 103 int (*reconnect)(struct srp_rport *rport); member
|
/linux-4.1.27/fs/cifs/ |
D | link.c | 344 oparms.reconnect = false; in cifs_query_mf_symlink() 390 oparms.reconnect = false; in cifs_create_mf_symlink() 433 oparms.reconnect = false; in smb3_query_mf_symlink() 502 oparms.reconnect = false; in smb3_create_mf_symlink()
|
D | smb2ops.c | 304 oparms.reconnect = false; in smb3_qfs_tcon() 338 oparms.reconnect = false; in smb2_qfs_tcon() 371 oparms.reconnect = false; in smb2_is_path_accessible() 841 oparms.reconnect = false; in smb2_query_dir_first() 928 oparms.reconnect = false; in smb2_queryfs() 1001 oparms.reconnect = false; in smb2_query_symlink()
|
D | smb2inode.c | 61 oparms.reconnect = false; in smb2_open_op_close()
|
D | smb1ops.c | 580 oparms.reconnect = false; in cifs_query_path_info() 812 oparms.reconnect = false; in smb_set_file_info() 980 oparms.reconnect = false; in cifs_query_symlink()
|
D | dir.c | 331 oparms.reconnect = false; in cifs_do_create() 659 oparms.reconnect = false; in cifs_mknod()
|
D | cifsacl.c | 919 oparms.reconnect = false; in get_cifs_acl_by_path() 988 oparms.reconnect = false; in set_cifs_acl()
|
D | file.c | 234 oparms.reconnect = false; in cifs_nt_open() 664 oparms.reconnect = true; in cifs_reopen_file() 688 oparms.reconnect = true; in cifs_reopen_file() 698 if (rc == -ENOENT && oparms.reconnect == false) { in cifs_reopen_file() 702 oparms.reconnect = true; in cifs_reopen_file() 736 if (oparms.reconnect) in cifs_reopen_file()
|
D | inode.c | 468 oparms.reconnect = false; 1123 oparms.reconnect = false; 1649 oparms.reconnect = false;
|
D | cifsglob.h | 1000 bool reconnect:1; member
|
D | smb2pdu.c | 1098 if (oparms->reconnect) { in add_durable_context() 1101 oparms->reconnect = false; in add_durable_context()
|
/linux-4.1.27/include/linux/ |
D | serio.h | 63 int (*reconnect)(struct serio *); member
|
D | gameport.h | 58 int (*reconnect)(struct gameport *); member
|
/linux-4.1.27/Documentation/scsi/ |
D | dtc3x80.txt | 34 scsi disconnect/reconnect, and this (mostly) works. However..... I
|
D | aha152x.txt | 85 reconnect=RECONNECT0[,RECONNECT1]
|
D | BusLogic.txt | 151 target devices if disconnect/reconnect is disabled for that device.
|
D | ChangeLog.1992-1997 | 1863 disconnect/reconnect, and support command linking. Use
|
/linux-4.1.27/drivers/input/mouse/ |
D | psmouse.h | 77 int (*reconnect)(struct psmouse *psmouse); member
|
D | lifebook.c | 340 psmouse->reconnect = lifebook_absolute_mode; in lifebook_init()
|
D | psmouse-base.c | 734 psmouse->reconnect = NULL; in psmouse_apply_defaults() 1618 if (psmouse->reconnect) { in psmouse_reconnect() 1619 if (psmouse->reconnect(psmouse)) in psmouse_reconnect() 1681 .reconnect = psmouse_reconnect,
|
D | focaltech.c | 426 psmouse->reconnect = focaltech_reconnect; in focaltech_init()
|
D | vmmouse.c | 494 psmouse->reconnect = vmmouse_reconnect; in vmmouse_init()
|
D | trackpoint.c | 394 psmouse->reconnect = trackpoint_reconnect; in trackpoint_detect()
|
D | cypress_ps2.c | 695 psmouse->reconnect = cypress_reconnect; in cypress_init()
|
D | sentelic.c | 1060 psmouse->reconnect = fsp_reconnect; in fsp_init()
|
D | hgpk.c | 937 psmouse->reconnect = hgpk_reconnect; in hgpk_register()
|
D | elantech.c | 1712 psmouse->reconnect = elantech_reconnect; in elantech_init()
|
D | synaptics.c | 1518 psmouse->reconnect = synaptics_reconnect; in __synaptics_init()
|
D | alps.c | 2965 psmouse->reconnect = alps_reconnect; in alps_init()
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-transport-srp | 37 Description: Number of seconds the SCSI layer will wait after a reconnect
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 19 Fix memory leak in reconnect. Fix oops in DFS mount error path. 103 umount race that can cause oops in mount or umount or reconnect. 222 non-cached file. Fix reconnect to newer Samba servers (or other servers 266 to Unicode during mount. Fix memory leak in sess struct on reconnect. 469 Multiple bigendian fixes. On little endian systems (for reconnect after 470 network failure) fix tcp session reconnect code so we do not try first 471 to reconnect on reverse of port 445. Treat reparse points (NTFS junctions) 518 except when already in write. Grab per socket sem during reconnect 519 to avoid oops in sendmsg if overlapping with reconnect. Do not 646 copy rather than later modified server copy of file. Do not reconnect [all …]
|
/linux-4.1.27/drivers/input/gameport/ |
D | gameport.c | 615 if (!gameport->drv || !gameport->drv->reconnect || gameport->drv->reconnect(gameport)) { in gameport_reconnect_port()
|
/linux-4.1.27/drivers/input/serio/ |
D | ps2mult.c | 304 .reconnect = ps2mult_reconnect,
|
D | serio_raw.c | 439 .reconnect = serio_raw_reconnect,
|
D | serio.c | 76 if (serio->drv && serio->drv->reconnect) in serio_reconnect_driver() 77 retval = serio->drv->reconnect(serio); in serio_reconnect_driver()
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_receiver.c | 3577 goto reconnect; in receive_SyncParam() 3582 goto reconnect; in receive_SyncParam() 3688 reconnect: in receive_SyncParam() 5527 goto reconnect; in drbd_asender() 5539 goto reconnect; in drbd_asender() 5582 goto reconnect; in drbd_asender() 5591 goto reconnect; in drbd_asender() 5599 goto reconnect; in drbd_asender() 5604 goto reconnect; in drbd_asender() 5615 goto reconnect; in drbd_asender() [all …]
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | dev-kmsg | 47 to reconnect to the buffer and reconstruct the read position
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 977 OBD_CHECK_DT_OP(obd, reconnect, 0); in obd_reconnect() 978 OBD_COUNTER_INCREMENT(obd, reconnect); in obd_reconnect() 980 rc = OBP(obd, reconnect)(env, exp, obd, cluuid, d, localdata); in obd_reconnect()
|
/linux-4.1.27/Documentation/networking/ |
D | de4x5.txt | 86 from, e.g. TP, reconnect to BNC and things will still work (after a
|
/linux-4.1.27/Documentation/wimax/ |
D | README.i2400m | 147 reinitialized by the driver (eg: following a reset or a reconnect).
|
/linux-4.1.27/drivers/input/keyboard/ |
D | atkbd.c | 1305 .reconnect = atkbd_reconnect,
|
/linux-4.1.27/firmware/keyspan_pda/ |
D | keyspan_pda.S | 418 ;; do break off: restore PORTCCFG.1 to reconnect TxD0 to serial port
|
D | xircom_pgs.S | 456 ;; do break off: restore PORTCCFG.1 to reconnect TxD0 to serial port
|
/linux-4.1.27/Documentation/filesystems/ |
D | autofs4-mount-control.txt | 28 The actual problem with autofs is that it can't reconnect to existing
|
/linux-4.1.27/fs/ceph/ |
D | mds_client.c | 1223 int reconnect) in wake_up_session_caps() argument 1227 (void *)(unsigned long)reconnect); in wake_up_session_caps()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 1347 LPROCFS_OBD_OP_INIT(num_private_stats, stats, reconnect); in lprocfs_init_ops_stats()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 880 mask NO_MATCH 0x30|SEQINT /* no cmd match for reconnect */
|
D | aic79xx.reg | 139 NO_MATCH, /* no cmd match for reconnect */
|
/linux-4.1.27/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 3532 .reconnect = srp_rport_reconnect,
|