Searched refs:ss_abort_xchg_list (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.h122 list_t ss_abort_xchg_list; member in struct:fcoet_soft_state
191 * it is only used for ss_abort_xchg_list
H A Dfcoet.c530 list_create(&ss->ss_abort_xchg_list, sizeof (fcoet_exchange_t),
622 list_destroy(&ss->ss_abort_xchg_list);
705 list_destroy(&ss->ss_abort_xchg_list);
740 for (xchg = list_head(&ss->ss_abort_xchg_list); xchg; ) {
741 xchg_next = list_next(&ss->ss_abort_xchg_list, xchg);
743 list_remove(&ss->ss_abort_xchg_list, xchg);
H A Dfcoet_fc.c352 list_insert_tail(&this_ss->ss_abort_xchg_list,
372 list_insert_tail(&this_ss->ss_abort_xchg_list,

Completed in 616 milliseconds