Home
last modified time | relevance | path

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

/drivers/infiniband/sw/siw/
Dsiw_qp.c1036 u32 cq_notify; in siw_cq_notify_now() local
1042 cq_notify = READ_ONCE(cq->notify->flags); in siw_cq_notify_now()
1044 if ((cq_notify & SIW_NOTIFY_NEXT_COMPLETION) || in siw_cq_notify_now()
1045 ((cq_notify & SIW_NOTIFY_SOLICITED) && in siw_cq_notify_now()
/drivers/infiniband/hw/i40iw/
Di40iw_uk.c700 enum i40iw_completion_notify cq_notify) in i40iw_cq_request_notification() argument
715 if (cq_notify == IW_CQ_COMPL_EVENT) in i40iw_cq_request_notification()
Di40iw_verbs.c2415 enum i40iw_completion_notify cq_notify = IW_CQ_COMPL_EVENT; in i40iw_req_notify_cq() local
2420 cq_notify = IW_CQ_COMPL_SOLICITED; in i40iw_req_notify_cq()
2422 ukcq->ops.iw_cq_request_notification(ukcq, cq_notify); in i40iw_req_notify_cq()