Searched refs:notify_flags (Results 1 – 7 of 7) sorted by relevance
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()
57 int rvt_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags);
344 int rvt_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) in rvt_req_notify_cq() argument356 cq->notify = notify_flags & IB_CQ_SOLICITED_MASK; in rvt_req_notify_cq()358 if (notify_flags & IB_CQ_REPORT_MISSED_EVENTS) { in rvt_req_notify_cq()
643 if (cq->notify_flags != IB_CQ_NEXT_COMP) in mlx5_ib_arm_cq()644 cq->notify_flags = flags & IB_CQ_SOLICITED_MASK; in mlx5_ib_arm_cq()1401 if (cq->notify_flags == IB_CQ_NEXT_COMP || in mlx5_ib_generate_wc()1403 cq->notify_flags = 0; in mlx5_ib_generate_wc()
512 enum ib_cq_notify_flags notify_flags; member
214 if (sr_class->notify && sr_class->notify_flags && sr_info->irq) { in sr_late_init()
2410 enum ib_cq_notify_flags notify_flags) in i40iw_req_notify_cq() argument2419 if (notify_flags == IB_CQ_SOLICITED) in i40iw_req_notify_cq()