Searched refs:PORT_STATE_LINK_INIT_START (Results 1 – 2 of 2) sorted by relevance
140 if ((iport->iport_link_state == PORT_STATE_LINK_INIT_START) && in fct_port_worker()288 new_state = PORT_STATE_LINK_INIT_START; in fct_handle_local_port_event()310 new_state = PORT_STATE_LINK_INIT_START; in fct_handle_local_port_event()323 if (iport->iport_link_state == PORT_STATE_LINK_INIT_START) { in fct_handle_local_port_event()514 (iport->iport_link_state != PORT_STATE_LINK_INIT_START) || in fct_handle_rcvd_flogi()834 (iport->iport_link_state == PORT_STATE_LINK_INIT_START) && in fct_handle_els()
327 #define PORT_STATE_LINK_INIT_START (S_RCVD_LINK_UP | S_LINK_ONLINE |\ macro