Home
last modified time | relevance | path

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

/Linux-v6.1/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()
/Linux-v6.1/drivers/infiniband/hw/irdma/
Duser.h305 enum irdma_cmpl_notify cq_notify);
Duk.c965 enum irdma_cmpl_notify cq_notify) in irdma_uk_cq_request_notification() argument
979 if (cq_notify == IRDMA_CQ_COMPL_EVENT) in irdma_uk_cq_request_notification()
Dverbs.c3622 enum irdma_cmpl_notify cq_notify; in irdma_req_notify_cq() local
3626 cq_notify = notify_flags == IB_CQ_SOLICITED ? in irdma_req_notify_cq()
3637 iwcq->last_notify = cq_notify; in irdma_req_notify_cq()
3638 irdma_uk_cq_request_notification(ukcq, cq_notify); in irdma_req_notify_cq()