Home
last modified time | relevance | path

Searched refs:ss_sol_flogi (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c533 ss->ss_sol_flogi = NULL; in fcoet_attach_init()
769 if (ss->ss_sol_flogi) { in fcoet_watchdog()
770 fcoet_clear_sol_exchange(ss->ss_sol_flogi); in fcoet_watchdog()
771 fct_free(ss->ss_sol_flogi->xch_cmd); in fcoet_watchdog()
772 ss->ss_sol_flogi = NULL; in fcoet_watchdog()
791 if (ss->ss_sol_flogi) { in fcoet_handle_sol_flogi()
792 if (ss->ss_sol_flogi->xch_ref == 0) { in fcoet_handle_sol_flogi()
793 fcoet_clear_sol_exchange(ss->ss_sol_flogi); in fcoet_handle_sol_flogi()
794 fct_free(ss->ss_sol_flogi->xch_cmd); in fcoet_handle_sol_flogi()
795 ss->ss_sol_flogi = NULL; in fcoet_handle_sol_flogi()
[all …]
H A Dfcoet.h127 struct fcoet_exchange *ss_sol_flogi; member
H A Dfcoet_eth.c679 if (xch != FRM2SS(frm)->ss_sol_flogi) { in fcoet_process_sol_els_rsp()
694 if (xch->xch_ss->ss_sol_flogi == xch) { in fcoet_process_sol_els_rsp()
H A Dfcoet_fc.c432 ss->ss_sol_flogi = xch; in fcoet_send_sol_flogi()