Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.h211 uint8_t xch_ref; member
226 #define FCOET_BUSY_XCHG(xch) atomic_inc_8(&(xch)->xch_ref)
227 #define FCOET_RELE_XCHG(xch) atomic_dec_8(&(xch)->xch_ref)
H A Dfcoet.c742 if (xchg->xch_ref == 0) { in fcoet_watchdog()
792 if (ss->ss_sol_flogi->xch_ref == 0) { in fcoet_handle_sol_flogi()
826 if (ss->ss_sol_flogi->xch_ref) { in fcoet_handle_sol_flogi()
H A Dfcoet_eth.c449 xch->xch_ref = 0; in fcoet_create_unsol_exchange()