Searched refs:ch_rwqe_bktsz (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_chan.c94 limit = (room > chan->ch_rwqe_bktsz) ? chan->ch_rwqe_bktsz : room;
H A Deib_adm.c280 chan->ch_rwqe_bktsz = chan->ch_max_rwqes;
480 chan->ch_rwqe_bktsz = 0;
H A Deib_ctl.c259 chan->ch_rwqe_bktsz = chan->ch_max_rwqes;
462 chan->ch_rwqe_bktsz = 0;
H A Deib_data.c750 chan->ch_rwqe_bktsz = (chan->ch_max_rwqes < EIB_DATA_RWQE_BKT) ?
1489 chan->ch_rwqe_bktsz = 0;
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h458 uint_t ch_rwqe_bktsz; member in struct:eib_chan_s

Completed in 285 milliseconds