Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp.c1007 u32 cq_notify; in siw_cq_notify_now() local
1013 cq_notify = READ_ONCE(cq->notify->flags); in siw_cq_notify_now()
1015 if ((cq_notify & SIW_NOTIFY_NEXT_COMPLETION) || in siw_cq_notify_now()
1016 ((cq_notify & SIW_NOTIFY_SOLICITED) && in siw_cq_notify_now()
/linux/drivers/infiniband/hw/irdma/
H A Duser.h436 enum irdma_cmpl_notify cq_notify);
H A Duk.c1086 enum irdma_cmpl_notify cq_notify) in irdma_uk_cq_request_notification() argument
1100 if (cq_notify == IRDMA_CQ_COMPL_EVENT) in irdma_uk_cq_request_notification()
H A Dverbs.c4502 enum irdma_cmpl_notify cq_notify; in irdma_req_notify_cq() local
4506 cq_notify = notify_flags == IB_CQ_SOLICITED ? in irdma_req_notify_cq()
4517 iwcq->last_notify = cq_notify; in irdma_req_notify_cq()
4518 irdma_uk_cq_request_notification(ukcq, cq_notify); in irdma_req_notify_cq()