Searched refs:id_scq_hdl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h811 ibt_cq_hdl_t id_scq_hdl; member in struct:ibd_state_s
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c821 ibd_state_s::id_scq_hdl
5430 &state->id_scq_hdl, &real_size)) != IBT_SUCCESS) {
5438 if ((ret = ibt_modify_cq(state->id_scq_hdl, state->id_ud_tx_comp_count,
5483 ud_alloc_attr.ud_scq = state->id_scq_hdl;
5698 ibt_set_cq_handler(state->id_scq_hdl, 0, 0);
5765 if ((ret = ibt_free_cq(state->id_scq_hdl)) !=
5780 state->id_scq_hdl = NULL;
5962 ibt_set_cq_handler(state->id_scq_hdl, ibd_scq_handler, state);
5963 if ((ret = ibt_enable_cq_notify(state->id_scq_hdl,
8101 ibd_poll_scq(state, state->id_scq_hdl);
[all...]

Completed in 80 milliseconds