Home
last modified time | relevance | path

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

123

/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.
/linux/net/wireless/
H A Dmlme.c111 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/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/scsi/
H A Dscsi_transport_srp.c552 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 Daha152x.h322 int reconnect; 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.h801 struct delayed_work reconnect; /* reconnect workqueue job */ member
1419 bool reconnect:1; member
2301 if (!delayed_work_pending(&server->reconnect)) { in cifs_queue_server_reconn()
2303 mod_delayed_work(cifsiod_wq, &server->reconnect, 0); in cifs_queue_server_reconn()
2313 queue_delayed_work(cifsiod_wq, &server->reconnect, delay * HZ); in cifs_requeue_server_reconn()
H A Ddfs_cache.c1217 bool reconnect = force_refresh; in __refresh_tcon_referral() local
1228 reconnect = false; in __refresh_tcon_referral()
1246 if (reconnect) { in __refresh_tcon_referral()
/linux/Documentation/ABI/stable/
H A Dsysfs-transport-srp37 Description: Number of seconds the SCSI layer will wait after a reconnect
/linux/drivers/input/mouse/
H A Dpsmouse.h123 int (*reconnect)(struct psmouse *psmouse); member
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.c483 psmouse->reconnect = byd_reconnect; in byd_init()
H A Dfocaltech.c435 psmouse->reconnect = focaltech_reconnect; in focaltech_init()
H A Dpsmouse-base.c986 psmouse->reconnect = NULL; in psmouse_apply_defaults()
1692 reconnect_handler = psmouse->reconnect; in __psmouse_reconnect()
1784 .reconnect = psmouse_reconnect,
/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/drivers/input/serio/
H A Dps2mult.c290 .reconnect = ps2mult_reconnect,
H A Dserio_raw.c413 .reconnect = serio_raw_reconnect,
/linux/Documentation/admin-guide/cifs/
H A Dauthors.rst53 - Sachin Prabhu (many bug fixes, including for reconnect, copy offload and security)
/linux/net/mac80211/
H A Dtrace.h2835 TP_PROTO(struct ieee80211_sub_if_data *sdata, bool reconnect),
2837 TP_ARGS(sdata, reconnect),
2841 __field(int, reconnect)
2846 __entry->reconnect = reconnect;
2851 VIF_PR_ARG, __entry->reconnect

123