| /linux/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/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/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.
|
| H A D | dev-kmsg | 49 to reconnect to the buffer and reconstruct the read position
|
| /linux/net/wireless/ |
| H A D | mlme.c | 126 bool reconnect) in cfg80211_process_deauth() argument 134 nl80211_send_deauth(rdev, wdev->netdev, buf, len, reconnect, GFP_KERNEL); in cfg80211_process_deauth() 145 bool reconnect) in cfg80211_process_disassoc() argument 153 nl80211_send_disassoc(rdev, wdev->netdev, buf, len, reconnect, in cfg80211_process_disassoc() 245 bool reconnect) in cfg80211_tx_mlme_mgmt() argument 268 trace_cfg80211_tx_mlme_mgmt(dev, buf, len, reconnect); in cfg80211_tx_mlme_mgmt() 271 cfg80211_process_deauth(wdev, buf, len, reconnect); in cfg80211_tx_mlme_mgmt() 273 cfg80211_process_disassoc(wdev, buf, len, reconnect); in cfg80211_tx_mlme_mgmt()
|
| /linux/include/scsi/ |
| H A D | scsi_transport_srp.h | 100 int (*reconnect)(struct srp_rport *rport); member
|
| /linux/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/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/fs/smb/client/ |
| H A D | cifsglob.h | 803 struct delayed_work reconnect; /* reconnect workqueue job */ member 1410 bool reconnect:1; member 2338 if (!delayed_work_pending(&server->reconnect)) { in cifs_queue_server_reconn() 2340 mod_delayed_work(cifsiod_wq, &server->reconnect, 0); in cifs_queue_server_reconn() 2350 queue_delayed_work(cifsiod_wq, &server->reconnect, delay * HZ); in cifs_requeue_server_reconn()
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-transport-srp | 37 Description: Number of seconds the SCSI layer will wait after a reconnect
|
| H A D | sysfs-nvme | 72 reconnect_delay: Shows or sets the reconnect delay in 377 reconnect_count: Accumulated reconnect counter. Only
|
| /linux/drivers/scsi/ |
| H A D | aha152x.h | 322 int reconnect; member
|
| /linux/drivers/input/mouse/ |
| H A D | psmouse-smbus.c | 257 psmouse->reconnect = psmouse_smbus_reconnect; in psmouse_smbus_init()
|
| 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 | 481 psmouse->reconnect = byd_reconnect; in byd_init()
|
| H A D | focaltech.c | 434 psmouse->reconnect = focaltech_reconnect; in focaltech_init()
|
| /linux/drivers/input/serio/ |
| H A D | ps2mult.c | 290 .reconnect = ps2mult_reconnect,
|
| H A D | serio_raw.c | 413 .reconnect = serio_raw_reconnect,
|
| H A D | serio.c | 51 if (serio->drv && serio->drv->reconnect) in serio_reconnect_driver() 52 return serio->drv->reconnect(serio); in serio_reconnect_driver()
|
| /linux/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/Documentation/admin-guide/cifs/ |
| H A D | authors.rst | 53 - Sachin Prabhu (many bug fixes, including for reconnect, copy offload and security)
|
| /linux/drivers/input/gameport/ |
| H A D | gameport.c | 641 if (!gameport->drv || !gameport->drv->reconnect || gameport->drv->reconnect(gameport)) { in gameport_reconnect_port()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_receiver.c | 3736 goto reconnect; in receive_SyncParam() 3741 goto reconnect; in receive_SyncParam() 3845 reconnect: in receive_SyncParam() 5793 goto reconnect; in drbd_ack_receiver() 5829 goto reconnect; in drbd_ack_receiver() 5837 goto reconnect; in drbd_ack_receiver() 5849 goto reconnect; in drbd_ack_receiver() 5854 goto reconnect; in drbd_ack_receiver() 5865 goto reconnect; in drbd_ack_receiver() 5874 goto reconnect; in drbd_ack_receiver() [all …]
|