Home
last modified time | relevance | path

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

1234

/openbmc/linux/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()
/openbmc/qemu/tests/unit/
H A Dtest-char.c706 const char *reconnect, bool is_listen) in char_socket_addr_to_opt_str() argument
712 g_assert(!reconnect); in char_socket_addr_to_opt_str()
730 reconnect ? reconnect : "", in char_socket_addr_to_opt_str()
736 reconnect ? reconnect : "", in char_socket_addr_to_opt_str()
833 reconnect: in char_socket_server_test()
892 goto reconnect; in char_socket_server_test()
922 const char *reconnect; member
954 config->reconnect, in char_socket_client_dupid_test()
1014 config->reconnect, in char_socket_client_test()
1024 if (config->reconnect) { in char_socket_client_test()
[all …]
/openbmc/qemu/qapi/
H A Dchar.json274 # @reconnect: For a client socket, if a socket is disconnected, then
275 # attempt a reconnect after the given number of seconds. Setting
277 # deprecated, use @reconnect-ms instead. (default: 0) (Since: 2.2)
279 # @reconnect-ms: For a client socket, if a socket is disconnected,
280 # then attempt a reconnect after the given number of milliseconds.
282 # mutually exclusive with @reconnect.
287 # @deprecated: Member @reconnect is deprecated. Use @reconnect-ms
302 '*reconnect': { 'type': 'int', 'features': [ 'deprecated' ] },
303 '*reconnect-ms': 'int' },
H A Dnet.json649 # @reconnect: For a client socket, if a socket is disconnected, then
650 # attempt a reconnect after the given number of seconds. Setting
653 # @reconnect-ms: For a client socket, if a socket is disconnected, then
654 # attempt a reconnect after the given number of milliseconds. Setting
656 # exclusive with @reconnect. (default: 0) (Since: 9.2)
662 # @deprecated: Member @reconnect is deprecated. Use @reconnect-ms
671 '*reconnect': { 'type': 'int', 'features': [ 'deprecated' ] },
672 '*reconnect-ms': 'int' } }
H A Dyank.json57 # nbd server without attempting to reconnect.
/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/vehci/
H A Dhost-ehci-owner-reset.bb38 SRC_URI += "file://udc-reconnect.sh"
43 install -m 755 ${UNPACKDIR}/udc-reconnect.sh ${D}${bindir}
/openbmc/linux/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()
3098 if ((setup->reconnect < 0) || (setup->reconnect > 1)) in checksetup()
3147 override.reconnect, in aha152x_init()
3168 override.reconnect, in aha152x_init()
[all …]
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
/openbmc/linux/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() 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()
/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/vehci/host-ehci-owner-reset/
H A Dhost-ehci-owner-reset@.service9 ExecStart=/bin/sh -c "udc-reconnect.sh %i"
/openbmc/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.
/openbmc/linux/include/scsi/
H A Dscsi_transport_srp.h100 int (*reconnect)(struct srp_rport *rport); member
/openbmc/linux/Documentation/filesystems/
H A Dceph.rst195 Set auto reconnect mode in the case where the client is blocklisted. The
198 * no: never attempt to reconnect when client detects that it has been
202 detects that it has been blocklisted. During reconnect, client drops
204 After reconnect, file locks become stale because the MDS loses track
/openbmc/linux/include/linux/
H A Dserio.h76 int (*reconnect)(struct serio *); member
H A Dgameport.h54 int (*reconnect)(struct gameport *); member
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A Dupdate-config.patch7 we want whatever is calling it to reconnect. Lots of odd things
/openbmc/qemu/docs/about/
H A Ddeprecated.rst399 ``reconnect`` (since 9.2)
402 The ``reconnect`` option only allows specifiying second granularity timeouts,
403 which is not enough for all types of use cases, use ``reconnect-ms`` instead.
409 Stream ``reconnect`` (since 9.2)
412 The ``reconnect`` option only allows specifiying second granularity timeouts,
413 which is not enough for all types of use cases, use ``reconnect-ms`` instead.
/openbmc/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.
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-transport-srp37 Description: Number of seconds the SCSI layer will wait after a reconnect
/openbmc/linux/drivers/input/mouse/
H A Dpsmouse.h123 int (*reconnect)(struct psmouse *psmouse); member
H A Dlifebook.c341 psmouse->reconnect = lifebook_absolute_mode; in lifebook_init()
H A Dpsmouse-smbus.c265 psmouse->reconnect = psmouse_smbus_reconnect; in psmouse_smbus_init()
/openbmc/linux/drivers/input/serio/
H A Dps2mult.c301 .reconnect = ps2mult_reconnect,

1234