Searched refs:ch_wc (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_adm.c142 while ((ret = ibt_poll_cq(chan->ch_cq_hdl, chan->ch_wc, chan->ch_cq_sz,
144 for (wc = chan->ch_wc, i = 0; i < polled; i++, wc++) {
202 chan->ch_wc = kmem_zalloc(sizeof (ibt_wc_t) * sz, KM_SLEEP);
410 if (chan->ch_wc && chan->ch_cq_sz)
411 kmem_free(chan->ch_wc, sizeof (ibt_wc_t) * chan->ch_cq_sz);
414 chan->ch_wc = NULL;
H A Deib_ctl.c119 while ((ret = ibt_poll_cq(chan->ch_cq_hdl, chan->ch_wc, chan->ch_cq_sz,
121 for (wc = chan->ch_wc, i = 0; i < polled; i++, wc++) {
180 chan->ch_wc = kmem_zalloc(sizeof (ibt_wc_t) * sz, KM_SLEEP);
391 if (chan->ch_wc && chan->ch_cq_sz)
392 kmem_free(chan->ch_wc, sizeof (ibt_wc_t) * chan->ch_cq_sz);
395 chan->ch_wc = NULL;
H A Deib_data.c254 while ((ret = ibt_poll_cq(chan->ch_cq_hdl, chan->ch_wc, chan->ch_cq_sz,
256 for (wc = chan->ch_wc, i = 0; i < polled; i++, wc++) {
650 chan->ch_wc = kmem_zalloc(sizeof (ibt_wc_t) * snd_sz, KM_SLEEP);
1409 if (chan->ch_wc && chan->ch_cq_sz) {
1410 kmem_free(chan->ch_wc, sizeof (ibt_wc_t) * chan->ch_cq_sz);
1413 chan->ch_wc = NULL;
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h446 ibt_wc_t *ch_wc; member in struct:eib_chan_s

Completed in 67 milliseconds