Searched refs:ch_cq_hdl (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_adm.c | 133 ret = ibt_enable_cq_notify(chan->ch_cq_hdl, IBT_NEXT_COMPLETION); 142 while ((ret = ibt_poll_cq(chan->ch_cq_hdl, chan->ch_wc, chan->ch_cq_sz, 190 ret = ibt_alloc_cq(ss->ei_hca_hdl, &cq_attr, &chan->ch_cq_hdl, &sz); 218 ibt_set_cq_handler(chan->ch_cq_hdl, eib_adm_comp_intr, ss); 220 ret = ibt_enable_cq_notify(chan->ch_cq_hdl, IBT_NEXT_COMPLETION); 255 alloc_attr.ud_scq = chan->ch_cq_hdl; 256 alloc_attr.ud_rcq = chan->ch_cq_hdl; 298 if (cq_hdl != chan->ch_cq_hdl) { 300 "cq_hdl(0x%llx) != chan->ch_cq_hdl(0x%llx), " 301 "ignoring completion", cq_hdl, chan->ch_cq_hdl); [all...] |
H A D | eib_ctl.c | 110 ret = ibt_enable_cq_notify(chan->ch_cq_hdl, IBT_NEXT_COMPLETION); 119 while ((ret = ibt_poll_cq(chan->ch_cq_hdl, chan->ch_wc, chan->ch_cq_sz, 168 ret = ibt_alloc_cq(ss->ei_hca_hdl, &cq_attr, &chan->ch_cq_hdl, &sz); 197 ibt_set_cq_handler(chan->ch_cq_hdl, eib_ctl_comp_intr, vnic); 199 ret = ibt_enable_cq_notify(chan->ch_cq_hdl, IBT_NEXT_COMPLETION); 234 alloc_attr.ud_scq = chan->ch_cq_hdl; 235 alloc_attr.ud_rcq = chan->ch_cq_hdl; 278 if (cq_hdl != chan->ch_cq_hdl) { 280 "cq_hdl(0x%llx) != chan->ch_cq_hdl(0x%llx), " 281 "ignoring completion", cq_hdl, chan->ch_cq_hdl); [all...] |
H A D | eib_data.c | 245 ret = ibt_enable_cq_notify(chan->ch_cq_hdl, IBT_NEXT_COMPLETION); 254 while ((ret = ibt_poll_cq(chan->ch_cq_hdl, chan->ch_wc, chan->ch_cq_sz, 606 ret = ibt_alloc_cq(ss->ei_hca_hdl, &cq_attr, &chan->ch_cq_hdl, &snd_sz); 613 ret = ibt_modify_cq(chan->ch_cq_hdl, EIB_TX_COMP_COUNT, 664 ibt_set_cq_handler(chan->ch_cq_hdl, eib_data_tx_comp_intr, vnic); 665 ret = ibt_enable_cq_notify(chan->ch_cq_hdl, IBT_NEXT_COMPLETION); 722 alloc_attr.ud_scq = chan->ch_cq_hdl; 1085 "cq_hdl(0x%llx) != chan->ch_cq_hdl(0x%llx), " 1086 "ignoring completion", cq_hdl, chan->ch_cq_hdl); 1102 if (cq_hdl != chan->ch_cq_hdl) { [all...] |
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/ |
H A D | eib_impl.h | 447 ibt_cq_hdl_t ch_cq_hdl; member in struct:eib_chan_s
|
Completed in 70 milliseconds