Home
last modified time | relevance | path

Searched refs:reconnect (Results 1 – 25 of 43) sorted by relevance

12

/linux/drivers/scsi/pcmcia/
H A Daha152x_stub.c65 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 Dhid_bpf_struct_ops.c243 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 Dsysfs-class-rtrs-client22 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 Ddev-kmsg49 to reconnect to the buffer and reconstruct the read position
/linux/net/wireless/
H A Dmlme.c126 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 Dscsi_transport_srp.h100 int (*reconnect)(struct srp_rport *rport); member
/linux/include/linux/
H A Dserio.h77 int (*reconnect)(struct serio *); member
H A Dgameport.h54 int (*reconnect)(struct gameport *); member
/linux/drivers/infiniband/ulp/rtrs/
H A DREADME73 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 Dcifsglob.h803 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 Dsysfs-transport-srp37 Description: Number of seconds the SCSI layer will wait after a reconnect
H A Dsysfs-nvme72 reconnect_delay: Shows or sets the reconnect delay in
377 reconnect_count: Accumulated reconnect counter. Only
/linux/drivers/scsi/
H A Daha152x.h322 int reconnect; member
/linux/drivers/input/mouse/
H A Dpsmouse-smbus.c257 psmouse->reconnect = psmouse_smbus_reconnect; in psmouse_smbus_init()
H A Dlifebook.c341 psmouse->reconnect = lifebook_absolute_mode; in lifebook_init()
H A Dvmmouse.c455 psmouse->reconnect = vmmouse_reconnect; in vmmouse_init()
H A Dbyd.c481 psmouse->reconnect = byd_reconnect; in byd_init()
H A Dfocaltech.c434 psmouse->reconnect = focaltech_reconnect; in focaltech_init()
/linux/drivers/input/serio/
H A Dps2mult.c290 .reconnect = ps2mult_reconnect,
H A Dserio_raw.c413 .reconnect = serio_raw_reconnect,
H A Dserio.c51 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 Drpcrdma.h727 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 Dauthors.rst53 - Sachin Prabhu (many bug fixes, including for reconnect, copy offload and security)
/linux/drivers/input/gameport/
H A Dgameport.c641 if (!gameport->drv || !gameport->drv->reconnect || gameport->drv->reconnect(gameport)) { in gameport_reconnect_port()
/linux/drivers/block/drbd/
H A Ddrbd_receiver.c3736 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 …]

12