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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_data.c148 while ((ret = ibt_poll_cq(chan->ch_rcv_cq_hdl, chan->ch_rcv_wc,
154 for (wc = chan->ch_rcv_wc, i = 0; i < polled; i++, wc++) {
652 chan->ch_rcv_wc = kmem_zalloc(sizeof (ibt_wc_t) * rcv_sz, KM_SLEEP);
1402 if (chan->ch_rcv_wc && chan->ch_rcv_cq_sz) {
1403 kmem_free(chan->ch_rcv_wc,
1407 chan->ch_rcv_wc = NULL;
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h450 ibt_wc_t *ch_rcv_wc; member in struct:eib_chan_s

Completed in 50 milliseconds