Home
last modified time | relevance | path

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 Deib_adm.c133 ret = ibt_enable_cq_notify(chan->ch_cq_hdl, IBT_NEXT_COMPLETION); in eib_adm_comp_handler()
218 ibt_set_cq_handler(chan->ch_cq_hdl, eib_adm_comp_intr, ss); in eib_adm_setup_cq()
255 alloc_attr.ud_scq = chan->ch_cq_hdl; in eib_adm_setup_ud_channel()
256 alloc_attr.ud_rcq = chan->ch_cq_hdl; in eib_adm_setup_ud_channel()
298 if (cq_hdl != chan->ch_cq_hdl) { in eib_adm_comp_intr()
301 "ignoring completion", cq_hdl, chan->ch_cq_hdl); in eib_adm_comp_intr()
396 if (chan->ch_cq_hdl) in eib_rb_adm_setup_cq()
397 ibt_set_cq_handler(chan->ch_cq_hdl, NULL, NULL); in eib_rb_adm_setup_cq()
419 if (chan->ch_cq_hdl) { in eib_rb_adm_setup_cq()
420 ret = ibt_free_cq(chan->ch_cq_hdl); in eib_rb_adm_setup_cq()
[all …]
H A Deib_ctl.c110 ret = ibt_enable_cq_notify(chan->ch_cq_hdl, IBT_NEXT_COMPLETION); in eib_ctl_comp_handler()
197 ibt_set_cq_handler(chan->ch_cq_hdl, eib_ctl_comp_intr, vnic); in eib_ctl_setup_cq()
234 alloc_attr.ud_scq = chan->ch_cq_hdl; in eib_ctl_setup_ud_channel()
235 alloc_attr.ud_rcq = chan->ch_cq_hdl; in eib_ctl_setup_ud_channel()
278 if (cq_hdl != chan->ch_cq_hdl) { in eib_ctl_comp_intr()
281 "ignoring completion", cq_hdl, chan->ch_cq_hdl); in eib_ctl_comp_intr()
377 if (chan->ch_cq_hdl) in eib_rb_ctl_setup_cq()
378 ibt_set_cq_handler(chan->ch_cq_hdl, NULL, NULL); in eib_rb_ctl_setup_cq()
400 if (chan->ch_cq_hdl) { in eib_rb_ctl_setup_cq()
401 ret = ibt_free_cq(chan->ch_cq_hdl); in eib_rb_ctl_setup_cq()
[all …]
H A Deib_data.c245 ret = ibt_enable_cq_notify(chan->ch_cq_hdl, IBT_NEXT_COMPLETION); in eib_data_tx_comp_handler()
613 ret = ibt_modify_cq(chan->ch_cq_hdl, EIB_TX_COMP_COUNT, in eib_data_setup_cqs()
722 alloc_attr.ud_scq = chan->ch_cq_hdl; in eib_data_setup_ud_channel()
1086 "ignoring completion", cq_hdl, chan->ch_cq_hdl); in eib_data_rx_comp_intr()
1102 if (cq_hdl != chan->ch_cq_hdl) { in eib_data_tx_comp_intr()
1105 "ignoring completion", cq_hdl, chan->ch_cq_hdl); in eib_data_tx_comp_intr()
1383 if (chan->ch_cq_hdl) { in eib_rb_data_setup_cqs()
1384 ibt_set_cq_handler(chan->ch_cq_hdl, NULL, NULL); in eib_rb_data_setup_cqs()
1427 if (chan->ch_cq_hdl) { in eib_rb_data_setup_cqs()
1428 ret = ibt_free_cq(chan->ch_cq_hdl); in eib_rb_data_setup_cqs()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h451 ibt_cq_hdl_t ch_cq_hdl; member