Searched refs:notify_flags (Results 1 – 8 of 8) sorted by relevance
15 int rvt_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags);
302 int rvt_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) in rvt_req_notify_cq() argument314 cq->notify = notify_flags & IB_CQ_SOLICITED_MASK; in rvt_req_notify_cq()316 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
650 if (cq->notify_flags != IB_CQ_NEXT_COMP) in mlx5_ib_arm_cq()651 cq->notify_flags = flags & IB_CQ_SOLICITED_MASK; in mlx5_ib_arm_cq()1433 if (cq->notify_flags == IB_CQ_NEXT_COMP || in mlx5_ib_generate_wc()1435 cq->notify_flags = 0; in mlx5_ib_generate_wc()
563 enum ib_cq_notify_flags notify_flags; member
204 if (sr_class->notify && sr_class->notify_flags && sr_info->irq) { in sr_late_init()
3617 enum ib_cq_notify_flags notify_flags) in irdma_req_notify_cq() argument3626 cq_notify = notify_flags == IB_CQ_SOLICITED ? in irdma_req_notify_cq()3633 if (iwcq->last_notify == IRDMA_CQ_COMPL_SOLICITED && notify_flags != IB_CQ_SOLICITED) in irdma_req_notify_cq()3641 if ((notify_flags & IB_CQ_REPORT_MISSED_EVENTS) && in irdma_req_notify_cq()