Searched refs:EIB_TXWQE_SHORT (Results 1 – 3 of 3) sorted by relevance
578 ASSERT((wp->wp_status & EIB_TXWQE_SHORT) != 0); in eib_monitor_tx_wqes()611 wp->wp_status &= (~EIB_TXWQE_SHORT); in eib_monitor_tx_wqes()
398 if ((wp->wp_status & EIB_TXWQE_SHORT) == 0) { in eib_rsrc_txwqes_needed()399 wp->wp_status |= EIB_TXWQE_SHORT; in eib_rsrc_txwqes_needed()
317 #define EIB_TXWQE_SHORT 0x1 /* only for tx wqe pool */ macro