Home
last modified time | relevance | path

Searched refs:scq_hdl (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c605 result = ibt_alloc_cq(state->id_hca_hdl, &cq_atts, &chan->scq_hdl, in ibd_rc_alloc_chan()
614 if (ibt_modify_cq(chan->scq_hdl, state->id_rc_tx_comp_count, in ibd_rc_alloc_chan()
620 ibt_set_cq_private(chan->scq_hdl, (void *) (uintptr_t)chan); in ibd_rc_alloc_chan()
621 ibt_set_cq_handler(chan->scq_hdl, ibd_rc_scq_handler, in ibd_rc_alloc_chan()
670 result = ibt_enable_cq_notify(chan->scq_hdl, IBT_NEXT_COMPLETION); in ibd_rc_alloc_chan()
686 alloc_args.rc_scq = chan->scq_hdl; in ibd_rc_alloc_chan()
752 (void) ibt_free_cq(chan->scq_hdl); in ibd_rc_alloc_chan()
791 if (chan->scq_hdl != NULL) { in ibd_rc_free_chan()
792 ret = ibt_free_cq(chan->scq_hdl); in ibd_rc_free_chan()
798 chan->scq_hdl = NULL; in ibd_rc_free_chan()
[all …]
H A Dibd.c848 ibd_rc_chan_s::scq_hdl in _NOTE()
/titanic_50/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c67 static void iser_ib_setup_chanargs(uint8_t hca_port, ibt_cq_hdl_t scq_hdl,
1576 iser_ib_setup_chanargs(uint8_t hca_port, ibt_cq_hdl_t scq_hdl, in iser_ib_setup_chanargs() argument
1606 cargs->rc_scq = scq_hdl; in iser_ib_setup_chanargs()
/titanic_50/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h1240 ibt_cq_hdl_t scq_hdl; /* Tx completion queue */ member