Searched refs:ch_cq_sz (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_adm.c | 142 while ((ret = ibt_poll_cq(chan->ch_cq_hdl, chan->ch_wc, chan->ch_cq_sz, 201 chan->ch_cq_sz = sz; 410 if (chan->ch_wc && chan->ch_cq_sz) 411 kmem_free(chan->ch_wc, sizeof (ibt_wc_t) * chan->ch_cq_sz); 413 chan->ch_cq_sz = 0;
|
H A D | eib_ctl.c | 119 while ((ret = ibt_poll_cq(chan->ch_cq_hdl, chan->ch_wc, chan->ch_cq_sz, 179 chan->ch_cq_sz = sz; 391 if (chan->ch_wc && chan->ch_cq_sz) 392 kmem_free(chan->ch_wc, sizeof (ibt_wc_t) * chan->ch_cq_sz); 394 chan->ch_cq_sz = 0;
|
H A D | eib_data.c | 254 while ((ret = ibt_poll_cq(chan->ch_cq_hdl, chan->ch_wc, chan->ch_cq_sz, 649 chan->ch_cq_sz = snd_sz; 1409 if (chan->ch_wc && chan->ch_cq_sz) { 1410 kmem_free(chan->ch_wc, sizeof (ibt_wc_t) * chan->ch_cq_sz); 1412 chan->ch_cq_sz = 0;
|
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/ |
H A D | eib_impl.h | 448 uint_t ch_cq_sz; member in struct:eib_chan_s
|
Completed in 52 milliseconds