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

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c2303 if (chan->tx_poll_busy & IBD_CQ_POLLING) {
2304 chan->tx_poll_busy |= IBD_REDO_CQ_POLLING;
2327 if (chan->tx_poll_busy & flag) {
2330 chan->tx_poll_busy |= redo_flag;
2334 chan->tx_poll_busy |= flag;
2360 if (chan->tx_poll_busy & redo_flag)
2361 chan->tx_poll_busy &= ~redo_flag;
2363 chan->tx_poll_busy &= ~flag;
2885 if (chan->tx_poll_busy & IBD_CQ_POLLING) {
2890 chan->tx_poll_busy
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h1252 int tx_poll_busy; member in struct:ibd_rc_chan_s

Completed in 69 milliseconds