Lines Matching defs:cq_hdl
1004 rib_clnt_scq_handler(ibt_cq_hdl_t cq_hdl, void *arg)
1017 (void) ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION);
1022 ibt_status = ibt_poll_cq(cq_hdl, &wc, 1, NULL);
1097 rib_svc_scq_handler(ibt_cq_hdl_t cq_hdl, void *arg)
1110 (void) ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION);
1115 ibt_status = ibt_poll_cq(cq_hdl, &wc, 1, NULL);
1178 rib_clnt_rcq_handler(ibt_cq_hdl_t cq_hdl, void *arg)
1189 (void) ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION);
1194 ibt_status = ibt_poll_cq(cq_hdl, &wc, 1, NULL);
1315 rib_svc_rcq_handler(ibt_cq_hdl_t cq_hdl, void *arg)
1329 (void) ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION);
1334 ibt_status = ibt_poll_cq(cq_hdl, &wc, 1, NULL);