Home
last modified time | relevance | path

Searched refs:ti_cq_hdl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_ibt.c332 ret = ibt_alloc_cq(info->ti_hca, &cq_attr, &info->ti_cq_hdl, &sz); in eibnx_setup_cq()
390 alloc_attr.ud_scq = info->ti_cq_hdl; in eibnx_setup_ud_channel()
391 alloc_attr.ud_rcq = info->ti_cq_hdl; in eibnx_setup_ud_channel()
643 ibt_set_cq_handler(info->ti_cq_hdl, eibnx_comp_intr, info); in eibnx_setup_cq_handler()
645 ret = ibt_enable_cq_notify(info->ti_cq_hdl, IBT_NEXT_COMPLETION); in eibnx_setup_cq_handler()
648 "failed, ret=%d", info->ti_cq_hdl, ret); in eibnx_setup_cq_handler()
940 if (info->ti_cq_hdl) { in eibnx_rb_setup_cq()
941 ret = ibt_free_cq(info->ti_cq_hdl); in eibnx_rb_setup_cq()
944 "failed, ret=%d", info->ti_cq_hdl, ret); in eibnx_rb_setup_cq()
946 info->ti_cq_hdl = NULL; in eibnx_rb_setup_cq()
[all …]
H A Denx_hdlrs.c575 if (info->ti_cq_hdl != cq_hdl) { in eibnx_comp_intr()
578 "ignoring completion", cq_hdl, info->ti_cq_hdl); in eibnx_comp_intr()
620 ret = ibt_enable_cq_notify(info->ti_cq_hdl, IBT_NEXT_COMPLETION); in eibnx_comp_handler()
623 "failed, ret=%d", info->ti_cq_hdl, ret); in eibnx_comp_handler()
629 while ((ret = ibt_poll_cq(info->ti_cq_hdl, info->ti_wc, info->ti_cq_sz, in eibnx_comp_handler()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h332 ibt_cq_hdl_t ti_cq_hdl; member