Home
last modified time | relevance | path

Searched refs:SIW_NOTIFY_SOLICITED (Results 1 – 2 of 2) 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.c1016 ((cq_notify & SIW_NOTIFY_SOLICITED) && in siw_cq_notify_now()