Home
last modified time | relevance | path

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

/drivers/infiniband/sw/siw/
Dsiw_qp.c1039 u32 cq_notify; in siw_cq_notify_now() local
1045 cq_notify = READ_ONCE(cq->notify->flags); in siw_cq_notify_now()
1047 if ((cq_notify & SIW_NOTIFY_NEXT_COMPLETION) || in siw_cq_notify_now()
1048 ((cq_notify & SIW_NOTIFY_SOLICITED) && in siw_cq_notify_now()
/drivers/infiniband/hw/irdma/
Duser.h290 enum irdma_cmpl_notify cq_notify);
Duk.c937 enum irdma_cmpl_notify cq_notify) in irdma_uk_cq_request_notification() argument
951 if (cq_notify == IRDMA_CQ_COMPL_EVENT) in irdma_uk_cq_request_notification()
Dverbs.c3744 enum irdma_cmpl_notify cq_notify; in irdma_req_notify_cq() local
3748 cq_notify = notify_flags == IB_CQ_SOLICITED ? in irdma_req_notify_cq()
3759 iwcq->last_notify = cq_notify; in irdma_req_notify_cq()
3760 irdma_uk_cq_request_notification(ukcq, cq_notify); in irdma_req_notify_cq()