Searched refs:notify_flags (Results 1 – 9 of 9) sorted by relevance
59 int rvt_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags);
335 int rvt_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) in rvt_req_notify_cq() argument347 cq->notify = notify_flags & IB_CQ_SOLICITED_MASK; in rvt_req_notify_cq()349 if ((notify_flags & IB_CQ_REPORT_MISSED_EVENTS) && in rvt_req_notify_cq()
63 enum ib_cq_notify_flags notify_flags) in pvrdma_req_notify_cq() argument71 val |= (notify_flags & IB_CQ_SOLICITED_MASK) == IB_CQ_SOLICITED ? in pvrdma_req_notify_cq()78 if (notify_flags & IB_CQ_REPORT_MISSED_EVENTS) { in pvrdma_req_notify_cq()
245 u8 notify_flags; member
711 if (cq->notify_flags != IB_CQ_NEXT_COMP) in mlx5_ib_arm_cq()712 cq->notify_flags = flags & IB_CQ_SOLICITED_MASK; in mlx5_ib_arm_cq()1487 if (cq->notify_flags == IB_CQ_NEXT_COMP || in mlx5_ib_generate_wc()1489 cq->notify_flags = 0; in mlx5_ib_generate_wc()
506 enum ib_cq_notify_flags notify_flags; member
218 if (sr_class->notify && sr_class->notify_flags && sr_info->irq) { in sr_late_init()
3576 static int nes_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) in nes_req_notify_cq() argument3587 if ((notify_flags & IB_CQ_SOLICITED_MASK) == IB_CQ_NEXT_COMP) in nes_req_notify_cq()3589 else if ((notify_flags & IB_CQ_SOLICITED_MASK) == IB_CQ_SOLICITED) in nes_req_notify_cq()
2514 enum ib_cq_notify_flags notify_flags) in i40iw_req_notify_cq() argument2523 if (notify_flags == IB_CQ_SOLICITED) in i40iw_req_notify_cq()