Searched refs:notify_flags (Results 1 – 8 of 8) sorted by relevance
57 int rvt_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags);
343 int rvt_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) in rvt_req_notify_cq() argument355 cq->notify = notify_flags & IB_CQ_SOLICITED_MASK; in rvt_req_notify_cq()357 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()
242 u8 notify_flags; member
619 if (cq->notify_flags != IB_CQ_NEXT_COMP) in mlx5_ib_arm_cq()620 cq->notify_flags = flags & IB_CQ_SOLICITED_MASK; in mlx5_ib_arm_cq()1366 if (cq->notify_flags == IB_CQ_NEXT_COMP || in mlx5_ib_generate_wc()1368 cq->notify_flags = 0; in mlx5_ib_generate_wc()
522 enum ib_cq_notify_flags notify_flags; member
214 if (sr_class->notify && sr_class->notify_flags && sr_info->irq) { in sr_late_init()
2426 enum ib_cq_notify_flags notify_flags) in i40iw_req_notify_cq() argument2435 if (notify_flags == IB_CQ_SOLICITED) in i40iw_req_notify_cq()