Home
last modified time | relevance | path

Searched refs:EIB_TXWQE_MONITOR_DIE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_svc.c568 if (wp->wp_status & EIB_TXWQE_MONITOR_DIE) { in eib_monitor_tx_wqes()
584 ((wp->wp_status & EIB_TXWQE_MONITOR_DIE) == 0)) { in eib_monitor_tx_wqes()
600 if (wp->wp_status & EIB_TXWQE_MONITOR_DIE) { in eib_monitor_tx_wqes()
880 wp->wp_status |= EIB_TXWQE_MONITOR_DIE; in eib_stop_monitor_tx_wqes()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h318 #define EIB_TXWQE_MONITOR_DIE 0x2 /* only for tx wqe pool */ macro