Searched refs:EIB_RXWQE_SHORT (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_rsrc.c435 * Set the EIB_RXWQE_SHORT flag when the number of free wqes
443 wp->wp_status |= (EIB_RXWQE_SHORT);
445 wp->wp_status &= (~EIB_RXWQE_SHORT);
448 if ((wp->wp_status & EIB_RXWQE_SHORT) == EIB_RXWQE_SHORT)
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h316 #define EIB_RXWQE_SHORT 0x1 /* only for rx wqe pool */ macro

Completed in 66 milliseconds