Home
last modified time | relevance | path

Searched refs:ss_sol_flogi_state (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c534 ss->ss_sol_flogi_state = SFS_WAIT_LINKUP; in fcoet_attach_init()
737 if (ss->ss_sol_flogi_state != SFS_FLOGI_DONE) { in fcoet_watchdog()
786 ss->ss_sol_flogi_state = SFS_WAIT_LINKUP; in fcoet_handle_sol_flogi()
789 switch (ss->ss_sol_flogi_state) { in fcoet_handle_sol_flogi()
805 ss->ss_sol_flogi_state = SFS_CLEAR_FLOGI; in fcoet_handle_sol_flogi()
809 ss->ss_sol_flogi_state++; in fcoet_handle_sol_flogi()
815 ss->ss_sol_flogi_state++; in fcoet_handle_sol_flogi()
821 ss->ss_sol_flogi_state++; in fcoet_handle_sol_flogi()
833 ss->ss_sol_flogi_state = SFS_FLOGI_INIT; in fcoet_handle_sol_flogi()
837 ss->ss_sol_flogi_state++; in fcoet_handle_sol_flogi()
H A Dfcoet_eth.c351 ss->ss_sol_flogi_state = SFS_FLOGI_INIT; in fcoet_port_event()
360 ss->ss_sol_flogi_state = SFS_WAIT_LINKUP; in fcoet_port_event()
994 xch->xch_ss->ss_sol_flogi_state = SFS_FLOGI_ACC; in fcoet_send_unsol_els_rsp_done()
1144 (ss->ss_sol_flogi_state != SFS_FLOGI_INIT && in fcoet_process_sol_flogi_rsp()
1145 ss->ss_sol_flogi_state != SFS_FLOGI_CHECK_TIMEOUT && in fcoet_process_sol_flogi_rsp()
1146 ss->ss_sol_flogi_state != SFS_ABTS_INIT)) { in fcoet_process_sol_flogi_rsp()
1187 xch->xch_ss->ss_sol_flogi_state = SFS_FLOGI_ACC; in fcoet_process_sol_flogi_rsp()
H A Dfcoet.h128 fcoet_sol_flogi_state_t ss_sol_flogi_state; member