Home
last modified time | relevance | path

Searched refs:reconnect (Results 1 - 25 of 89) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/scsi/pcmcia/
H A Daha152x_stub.c62 static int reconnect = 1; variable
69 module_param(reconnect, int, 0);
166 s.reconnect = reconnect; in aha152x_config_cs()
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/
H A Daha152x_stub.c65 static int reconnect = 1; variable
72 module_param(reconnect, int, 0);
169 s.reconnect = reconnect; in aha152x_config_cs()
/kernel/linux/linux-5.10/drivers/scsi/
H A Daha152x.c334 static int reconnect[] = {1, 1}; variable
335 module_param_array(reconnect, int, NULL, 0);
336 MODULE_PARM_DESC(reconnect,"allow targets to disconnect");
444 int reconnect; /* disconnection allowed */ member
546 #define RECONNECT (HOSTDATA(shpnt)->reconnect)
743 RECONNECT = setup->reconnect; in aha152x_probe_one()
752 if (setup->reconnect) in aha152x_probe_one()
770 "reconnect=%s, " in aha152x_probe_one()
3045 if ((setup->reconnect < 0) || (setup->reconnect > in checksetup()
[all...]
H A Dscsi_transport_srp.c375 * 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...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Daha152x.c352 static int reconnect[] = {1, 1}; variable
353 module_param_array(reconnect, int, NULL, 0);
354 MODULE_PARM_DESC(reconnect,"allow targets to disconnect");
462 int reconnect; /* disconnection allowed */ member
564 #define RECONNECT (HOSTDATA(shpnt)->reconnect)
762 RECONNECT = setup->reconnect; in aha152x_probe_one()
771 if (setup->reconnect) in aha152x_probe_one()
789 "reconnect=%s, " in aha152x_probe_one()
3098 if ((setup->reconnect < 0) || (setup->reconnect > in checksetup()
[all...]
H A Dscsi_transport_srp.c375 * 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...]
/kernel/linux/linux-6.6/net/wireless/
H A Dnl80211.h67 bool reconnect, gfp_t gfp);
71 bool reconnect, gfp_t gfp);
H A Dmlme.c111 bool reconnect) in cfg80211_process_deauth()
119 nl80211_send_deauth(rdev, wdev->netdev, buf, len, reconnect, GFP_KERNEL); in cfg80211_process_deauth()
130 bool reconnect) in cfg80211_process_disassoc()
138 nl80211_send_disassoc(rdev, wdev->netdev, buf, len, reconnect, in cfg80211_process_disassoc()
214 bool reconnect) in cfg80211_tx_mlme_mgmt()
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()
109 cfg80211_process_deauth(struct wireless_dev *wdev, const u8 *buf, size_t len, bool reconnect) cfg80211_process_deauth() argument
128 cfg80211_process_disassoc(struct wireless_dev *wdev, const u8 *buf, size_t len, bool reconnect) cfg80211_process_disassoc() argument
213 cfg80211_tx_mlme_mgmt(struct net_device *dev, const u8 *buf, size_t len, bool reconnect) cfg80211_tx_mlme_mgmt() argument
/kernel/linux/linux-5.10/include/scsi/
H A Dscsi_transport_srp.h42 * @mutex: Protects against concurrent rport reconnect /
46 * @failed_reconnects: Number of failed reconnect attempts.
47 * @reconnect_work: Work structure used for scheduling reconnect attempts.
87 * @reconnect: Callback function for reconnecting to the target. See also
100 int (*reconnect)(struct srp_rport *rport); member
/kernel/linux/linux-6.6/include/scsi/
H A Dscsi_transport_srp.h42 * @mutex: Protects against concurrent rport reconnect /
46 * @failed_reconnects: Number of failed reconnect attempts.
47 * @reconnect_work: Work structure used for scheduling reconnect attempts.
87 * @reconnect: Callback function for reconnecting to the target. See also
100 int (*reconnect)(struct srp_rport *rport); member
/kernel/linux/linux-5.10/fs/cifs/
H A Dlink.c325 oparms.reconnect = false; in cifs_query_mf_symlink()
367 oparms.reconnect = false; in cifs_create_mf_symlink()
407 oparms.reconnect = false; in smb3_query_mf_symlink()
473 oparms.reconnect = false; in smb3_create_mf_symlink()
H A Dsmb1ops.c214 * an eventual reconnect to clean out the pending_mid_q. in cifs_get_next_mid()
573 oparms.reconnect = false; in cifs_query_path_info()
801 oparms.reconnect = false; in smb_set_file_info()
979 oparms.reconnect = false; in cifs_query_symlink()
1102 oparms.reconnect = false; in cifs_make_node()
H A Dsmb2ops.c72 /* eg found case where write overlapping reconnect messed up credits */ in smb2_add_credits()
140 cifs_dbg(FYI, "set credits to 1 due to smb2 reconnect\n"); in smb2_set_credits()
702 * SMB2_open needs to reconnect, it will end up calling in open_shroot()
732 oparms.reconnect = false; in open_shroot()
912 oparms.reconnect = false; in smb2_qfs_tcon()
948 oparms.reconnect = false; in smb2_is_path_accessible()
1226 oparms.reconnect = false; in smb2_set_ea()
1578 oparms.reconnect = false; in smb2_ioctl_query_info()
2210 oparms.reconnect = false; in smb3_notify()
2270 oparms.reconnect in smb2_query_dir_first()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dserio.h76 int (*reconnect)(struct serio *); member
H A Dgameport.h55 int (*reconnect)(struct gameport *); member
/kernel/linux/linux-6.6/include/linux/
H A Dserio.h76 int (*reconnect)(struct serio *); member
H A Dgameport.h54 int (*reconnect)(struct gameport *); member
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dlifebook.c341 psmouse->reconnect = lifebook_absolute_mode; in lifebook_init()
H A Dpsmouse.h123 int (*reconnect)(struct psmouse *psmouse); member
H A Dpsmouse-smbus.c259 psmouse->reconnect = psmouse_smbus_reconnect; in psmouse_smbus_init()
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Dlifebook.c341 psmouse->reconnect = lifebook_absolute_mode; in lifebook_init()
H A Dpsmouse.h123 int (*reconnect)(struct psmouse *psmouse); member
H A Dpsmouse-smbus.c265 psmouse->reconnect = psmouse_smbus_reconnect; in psmouse_smbus_init()
/kernel/linux/linux-5.10/include/trace/events/
H A Drpcrdma.h461 unsigned long reconnect
464 TP_ARGS(r_xprt, connect, reconnect),
469 __field(unsigned long, reconnect)
477 __entry->reconnect = reconnect;
482 TP_printk("peer=[%s]:%s r_xprt=%p: connect=%lu reconnect=%lu",
484 __entry->connect / HZ, __entry->reconnect / HZ
/kernel/linux/linux-6.6/include/trace/events/
H A Drpcrdma.h705 unsigned long reconnect
708 TP_ARGS(r_xprt, connect, reconnect),
712 __field(unsigned long, reconnect)
719 __entry->reconnect = reconnect;
724 TP_printk("peer=[%s]:%s connect=%lu reconnect=%lu",
726 __entry->connect / HZ, __entry->reconnect / HZ

Completed in 43 milliseconds

1234