Lines Matching full:fabric
36 * - Fabric logins.
37 * - Fabric controller events.
43 @defgroup fabric_sm Node State Machine: Fabric States
64 * @brief Fabric node state machine: Initial state.
67 * Send an FLOGI to a well-known fabric.
145 * @brief Fabric node state machine: Wait for an FLOGI response.
178 /* Check to see if the fabric is an F_PORT or and N_PORT */ in __ocs_fabric_flogi_wait_rsp()
255 * @brief Fabric node state machine: Initial state for a virtual port.
290 * @brief Fabric node state machine: Wait for an FDISC response
350 * @brief Fabric node state machine: Wait for a domain/sport attach event.
385 * Instantiate the fabric controller (sends SCR) */ in __ocs_fabric_wait_domain_attach()
404 * @brief Fabric node state machine: Fabric node is idle.
407 * Wait for fabric node events.
688 * @brief Fabric node state machine: Wait for RFFID response event.
803 * Idle. Waiting for RSCN received events (posted from the fabric controller), and
939 * @brief Fabric controller node state machine: Initial state.
942 * Issue a PLOGI to a well-known fabric controller address.
959 /* no need to login to fabric controller, just send SCR */ in __ocs_fabctl_init()
978 * @brief Fabric controller node state machine: Wait for a node attach request
983 * to the fabric controller, subscribing to all RSCN.
1039 * @brief Fabric controller node state machine: Wait for an SCR response from the
1040 * fabric controller.
1043 * Waits for an SCR response from the fabric controller.
1078 * @brief Fabric controller node state machine: Ready.
1081 * In this state, the fabric controller sends a RSCN, which is received
1122 * @brief Fabric controller node state machine: Wait for LS_ACC.
1125 * Waits for the LS_ACC from the fabric controller.
1166 * @brief Initiate fabric node shutdown.
1204 * @brief Fabric node state machine: Handle the common fabric node events.
1353 /* this transient node (SID=0 (recv'd FLOGI) or DID=fabric (sent FLOGI)) in __ocs_p2p_wait_domain_attach()
1377 /* the transient node (SID=0 or DID=fabric) has served its purpose */ in __ocs_p2p_wait_domain_attach()
1385 /* if this is the DID=fabric node (we initiated FLOGI), shut it down */ in __ocs_p2p_wait_domain_attach()
1803 * @brief Start up the fabric controller node.
1806 * Allocates and starts up the fabric controller node.