Lines Matching +full:default +full:- +full:blocked
1 /* SPDX-License-Identifier: GPL-2.0 */
18 * enum srp_rport_state - SRP transport layer state
21 * is running and I/O has been blocked.
33 * struct srp_rport - SRP initiator or target port
37 * @port_id: 16-byte port identifier.
38 * @roles: Role of this port - initiator or target.
77 * struct srp_function_template - template for SRP initiator drivers
83 * timer if the device on which it has been queued is blocked.
84 * @reconnect_delay: If not NULL, points to the default reconnect_delay value.
85 * @fast_io_fail_tmo: If not NULL, points to the default fast_io_fail_tmo value.
86 * @dev_loss_tmo: If not NULL, points to the default dev_loss_tmo value.
124 * srp_chkready() - evaluate the transport layer state before I/O
133 switch (rport->state) { in srp_chkready()
136 default: in srp_chkready()