Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/rdma/
Dsiw-abi.h140 SIW_NOTIFY_SOLICITED = (1 << 0), enumerator
143 SIW_NOTIFY_ALL = SIW_NOTIFY_SOLICITED | SIW_NOTIFY_NEXT_COMPLETION |
/linux-6.6.21/drivers/infiniband/sw/siw/
Dsiw_qp.c1048 ((cq_notify & SIW_NOTIFY_SOLICITED) && in siw_cq_notify_now()
Dsiw_verbs.c1268 smp_store_mb(cq->notify->flags, SIW_NOTIFY_SOLICITED); in siw_req_notify_cq()