Home
last modified time | relevance | path

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

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