Lines Matching full:initiator

34  * Implement remote device state machine for target and initiator.
79 /* If the back-end doesn't want to talk to this initiator, we send an LS_RJT */ in ocs_d_send_prli_rsp()
124 "[%s] delete (initiator) WWPN %s WWNN %s\n", in __ocs_d_initiate_shutdown()
150 "[%s] delete (initiator+target) WWPN %s WWNN %s\n", in __ocs_d_initiate_shutdown()
198 /* if neither initiator nor target, proceed to cleanup */ in __ocs_d_initiate_shutdown()
303 /* send PLOGI automatically if initiator */ in __ocs_d_wait_loop()
319 * State is entered when a node is in I+T mode and sends a delete initiator/target
320 * call to the target-server/initiator-client and needs to wait for that work to complete.
385 * State is entered when a node sends a delete initiator/target call to the
386 * target-server/initiator-client and needs to wait for that work to complete.
484 * The PRLI payload is processed; the initiator/target capabilities of the
508 * backend. Otherwise, a BA_ACC is returned to the initiator.
719 * Initialize device node. If a node is an initiator, then send a PLOGI and transition
742 * @brief Device node state machine: Initial node state for an initiator or a target.
752 * entry (initiator-only); 0 indicates a PLOGI is
753 * not sent on entry (initiator-only). Not applicable for a target.
771 /* only send if we have initiator capability, and domain is attached */ in __ocs_d_init()
939 * State is entered when an initiator-capable node has sent
1070 * State is entered when an initiator-capable node has sent
1617 device_printf(ocs->dev, "[%s] found (initiator) WWPN %s WWNN %s\n", node->display_name, in __ocs_d_device_ready()
1652 /* T, I+T: remote initiator is slow to get started */ in __ocs_d_device_ready()
1764 const char *labels[] = {"none", "initiator", "target", "initiator+target"}; in __ocs_d_device_gone()