Searched refs:ch_wc (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, in eib_adm_comp_handler() 144 for (wc = chan->ch_wc, i = 0; i < polled; i++, wc++) { in eib_adm_comp_handler() 202 chan->ch_wc = kmem_zalloc(sizeof (ibt_wc_t) * sz, KM_SLEEP); in eib_adm_setup_cq() 410 if (chan->ch_wc && chan->ch_cq_sz) in eib_rb_adm_setup_cq() 411 kmem_free(chan->ch_wc, sizeof (ibt_wc_t) * chan->ch_cq_sz); in eib_rb_adm_setup_cq() 414 chan->ch_wc = NULL; in eib_rb_adm_setup_cq()
|
H A D | eib_ctl.c | 119 while ((ret = ibt_poll_cq(chan->ch_cq_hdl, chan->ch_wc, chan->ch_cq_sz, in eib_ctl_comp_handler() 121 for (wc = chan->ch_wc, i = 0; i < polled; i++, wc++) { in eib_ctl_comp_handler() 180 chan->ch_wc = kmem_zalloc(sizeof (ibt_wc_t) * sz, KM_SLEEP); in eib_ctl_setup_cq() 391 if (chan->ch_wc && chan->ch_cq_sz) in eib_rb_ctl_setup_cq() 392 kmem_free(chan->ch_wc, sizeof (ibt_wc_t) * chan->ch_cq_sz); in eib_rb_ctl_setup_cq() 395 chan->ch_wc = NULL; in eib_rb_ctl_setup_cq()
|
H A D | eib_data.c | 254 while ((ret = ibt_poll_cq(chan->ch_cq_hdl, chan->ch_wc, chan->ch_cq_sz, in eib_data_tx_comp_handler() 256 for (wc = chan->ch_wc, i = 0; i < polled; i++, wc++) { in eib_data_tx_comp_handler() 650 chan->ch_wc = kmem_zalloc(sizeof (ibt_wc_t) * snd_sz, KM_SLEEP); in eib_data_setup_cqs() 1409 if (chan->ch_wc && chan->ch_cq_sz) { in eib_rb_data_setup_cqs() 1410 kmem_free(chan->ch_wc, sizeof (ibt_wc_t) * chan->ch_cq_sz); in eib_rb_data_setup_cqs() 1413 chan->ch_wc = NULL; in eib_rb_data_setup_cqs()
|
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/ |
H A D | eib_impl.h | 450 ibt_wc_t *ch_wc; member
|