| /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.
|
| /linux/net/wireless/ |
| H A D | mlme.c | 112 bool reconnect) in cfg80211_process_deauth() 120 nl80211_send_deauth(rdev, wdev->netdev, buf, len, reconnect, GFP_KERNEL); in cfg80211_process_deauth() 131 bool reconnect) in cfg80211_process_disassoc() 139 nl80211_send_disassoc(rdev, wdev->netdev, buf, len, reconnect, in cfg80211_process_disassoc() 215 bool reconnect) in cfg80211_tx_mlme_mgmt() 222 trace_cfg80211_tx_mlme_mgmt(dev, buf, len, reconnect); in cfg80211_tx_mlme_mgmt() 228 cfg80211_process_deauth(wdev, buf, len, reconnect); in cfg80211_tx_mlme_mgmt() 230 cfg80211_process_disassoc(wdev, buf, len, reconnect); in cfg80211_tx_mlme_mgmt() 111 cfg80211_process_deauth(struct wireless_dev * wdev,const u8 * buf,size_t len,bool reconnect) cfg80211_process_deauth() argument 130 cfg80211_process_disassoc(struct wireless_dev * wdev,const u8 * buf,size_t len,bool reconnect) cfg80211_process_disassoc() argument 214 cfg80211_tx_mlme_mgmt(struct net_device * dev,const u8 * buf,size_t len,bool reconnect) cfg80211_tx_mlme_mgmt() argument
|
| /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/scsi/ |
| H A D | scsi_transport_srp.c | 375 * srp_reconnect_work() - reconnect and schedule a new attempt if necessary 388 "reconnect attempt %d failed (%d)\n", in srp_reconnect_work() 511 * srp_reconnect_rport() - reconnect to an SRP target port 514 * Blocks SCSI command queueing before invoking reconnect() such that 515 * queuecommand() won't be invoked concurrently with reconnect() from outside 516 * the SCSI EH. This is important since a reconnect() implementation may 521 * tries to abort these. It is the responsibility of the reconnect() 525 * reallocated by the reconnect() function won't be used while this function 552 res = rport->state != SRP_RPORT_LOST ? i->f->reconnect(rport) : -ENODEV; in srp_reconnect_rport() 553 pr_debug("%s (state %d): transport.reconnect() returne in srp_reconnect_rport() [all...] |
| H A D | aha152x.h | 322 int reconnect; 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 | 677 struct list_head rlist; /* reconnect list */ 731 /* when socket is setup (and during reconnect) before NegProt sent */ 742 __u32 reconnect_instance; /* incremented on each reconnect */ 747 unsigned long reconn_delay; /* when resched session and tcon reconnect */ 802 struct delayed_work reconnect; /* reconnect workqueue job */ 807 * Number of targets available for reconnect. The more targets 809 * reconnect. 821 __u16 channel_sequence_num; /* incremented on primary channel on each chan reconnect */ 1059 struct list_head rlist; /* reconnect lis 800 struct delayed_work reconnect; /* reconnect workqueue job */ global() member 1406 bool reconnect:1; global() member [all...] |
| H A D | dfs_cache.c | 1217 bool reconnect = force_refresh; in __refresh_tcon_referral() local 1228 reconnect = false; in __refresh_tcon_referral() 1246 if (reconnect) { in __refresh_tcon_referral()
|
| H A D | smb1ops.c | 46 cifs_dbg(FYI, "Unix extensions disabled so not set on reconnect\n"); in reset_cifs_unix_caps() 55 * check for reconnect case in which we do not in reset_cifs_unix_caps() 70 cifs_dbg(VFS, "possible reconnect error\n"); in reset_cifs_unix_caps() 324 bool collision, reconnect = false; in cifs_get_next_mid() local 374 * an eventual reconnect to clean out the pending_mid_q. in cifs_get_next_mid() 377 reconnect = true; in cifs_get_next_mid() 388 if (reconnect) { in cifs_get_next_mid()
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-transport-srp | 37 Description: Number of seconds the SCSI layer will wait after a reconnect
|
| /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 | 435 psmouse->reconnect = focaltech_reconnect; in focaltech_init()
|
| /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/drivers/input/serio/ |
| H A D | ps2mult.c | 290 .reconnect = ps2mult_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()
|
| H A D | serio_raw.c | 413 .reconnect = serio_raw_reconnect,
|
| /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/Documentation/admin-guide/cifs/ |
| H A D | authors.rst | 53 - Sachin Prabhu (many bug fixes, including for reconnect, copy offload and security)
|