Searched defs:notify_type (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c1305 ibt_cq_notify_flags_t notify_type; local
1322 notify_type = IBT_NEXT_SOLICITED;
1325 notify_type = IBT_NEXT_COMPLETION;
1336 rtn = ibt_enable_cq_notify(cq->ibt_cq, notify_type);
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_handlers.c1391 * notify_type Enable notifications for all (IBT_NEXT_COMPLETION)
1399 ibt_enable_cq_notify(ibt_cq_hdl_t ibtl_cq, ibt_cq_notify_flags_t notify_type) argument
1402 ibtl_cq, notify_type);
1405 IBTL_CQ2CIHCA(ibtl_cq), ibtl_cq->cq_ibc_cq_hdl, notify_type));

Completed in 50 milliseconds