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 in struct:fcoet_exchange
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) {
792 if (ss->ss_sol_flogi->xch_ref == 0) {
826 if (ss->ss_sol_flogi->xch_ref) {
H A Dfcoet_eth.c449 xch->xch_ref = 0;

Completed in 90 milliseconds