Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_handlers.c1399 ibt_enable_cq_notify(ibt_cq_hdl_t ibtl_cq, ibt_cq_notify_flags_t notify_type) in ibt_enable_cq_notify() argument
1402 ibtl_cq, notify_type); in ibt_enable_cq_notify()
1405 IBTL_CQ2CIHCA(ibtl_cq), ibtl_cq->cq_ibc_cq_hdl, notify_type)); in ibt_enable_cq_notify()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c1305 ibt_cq_notify_flags_t notify_type; in ib_req_notify_cq() local
1322 notify_type = IBT_NEXT_SOLICITED; in ib_req_notify_cq()
1325 notify_type = IBT_NEXT_COMPLETION; in ib_req_notify_cq()
1336 rtn = ibt_enable_cq_notify(cq->ibt_cq, notify_type); in ib_req_notify_cq()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_common.h1100 ibt_cq_notify_flags_t notify_type);