Searched refs:notify_flags (Results 1 – 6 of 6) sorted by relevance
15 int rvt_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags);
304 int rvt_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) in rvt_req_notify_cq() argument316 cq->notify = notify_flags & IB_CQ_SOLICITED_MASK; in rvt_req_notify_cq()318 if (notify_flags & IB_CQ_REPORT_MISSED_EVENTS) { in rvt_req_notify_cq()
64 enum ib_cq_notify_flags notify_flags) in pvrdma_req_notify_cq() argument72 val |= (notify_flags & IB_CQ_SOLICITED_MASK) == IB_CQ_SOLICITED ? in pvrdma_req_notify_cq()79 if (notify_flags & IB_CQ_REPORT_MISSED_EVENTS) { in pvrdma_req_notify_cq()
244 u8 notify_flags; member
656 if (cq->notify_flags != IB_CQ_NEXT_COMP) in mlx5_ib_arm_cq()657 cq->notify_flags = flags & IB_CQ_SOLICITED_MASK; in mlx5_ib_arm_cq()1445 if (cq->notify_flags == IB_CQ_NEXT_COMP || in mlx5_ib_generate_wc()1447 cq->notify_flags = 0; in mlx5_ib_generate_wc()
3885 enum ib_cq_notify_flags notify_flags) in irdma_req_notify_cq() argument3894 cq_notify = notify_flags == IB_CQ_SOLICITED ? in irdma_req_notify_cq()3901 if (iwcq->last_notify == IRDMA_CQ_COMPL_SOLICITED && notify_flags != IB_CQ_SOLICITED) in irdma_req_notify_cq()3909 if ((notify_flags & IB_CQ_REPORT_MISSED_EVENTS) && in irdma_req_notify_cq()