Searched refs:ch_rx_posted (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_chan.c93 room = chan->ch_max_rwqes - chan->ch_rx_posted;
193 if (chan->ch_rx_posted > (chan->ch_max_rwqes - 1)) {
196 chan->ch_rx_posted, chan->ch_max_rwqes);
212 chan->ch_rx_posted++;
H A Deib_rsrc.c351 * Decrement the ch_rx_posted count. If we are tearing this channel
359 chan->ch_rx_posted--;
361 if (chan->ch_rx_posted == 0)
363 } else if (chan->ch_rx_posted < chan->ch_lwm_rwqes) {
H A Deib_adm.c328 * just took this out of the rx queue, so the ch_rx_posted will be ok
465 while (chan->ch_rx_posted > 0)
H A Deib_ctl.c307 * just took this out of the rx queue, so the ch_rx_posted will be ok
447 while (chan->ch_rx_posted > 0)
H A Deib_data.c291 * already updated the ch_rx_posted counters in the rx completion
1474 while (chan->ch_rx_posted > 0)
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h480 uint_t ch_rx_posted; member in struct:eib_chan_s

Completed in 1412 milliseconds