Searched refs:notify_flags (Results 1 – 12 of 12) sorted by relevance
222 int c2_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) in c2_arm_cq() argument232 if ((notify_flags & IB_CQ_SOLICITED_MASK) == IB_CQ_NEXT_COMP) in c2_arm_cq()234 else if ((notify_flags & IB_CQ_SOLICITED_MASK) == IB_CQ_SOLICITED) in c2_arm_cq()248 if (notify_flags & IB_CQ_REPORT_MISSED_EVENTS) { in c2_arm_cq()
347 int ipath_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) in ipath_req_notify_cq() argument359 cq->notify = notify_flags & IB_CQ_SOLICITED_MASK; in ipath_req_notify_cq()361 if ((notify_flags & IB_CQ_REPORT_MISSED_EVENTS) && in ipath_req_notify_cq()
825 int ipath_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags);
363 int qib_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) in qib_req_notify_cq() argument375 cq->notify = notify_flags & IB_CQ_SOLICITED_MASK; in qib_req_notify_cq()377 if ((notify_flags & IB_CQ_REPORT_MISSED_EVENTS) && in qib_req_notify_cq()
1029 int qib_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags);
376 int hfi1_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) in hfi1_req_notify_cq() argument388 cq->notify = notify_flags & IB_CQ_SOLICITED_MASK; in hfi1_req_notify_cq()390 if ((notify_flags & IB_CQ_REPORT_MISSED_EVENTS) && in hfi1_req_notify_cq()
1009 enum ib_cq_notify_flags notify_flags);
239 u8 notify_flags; member
930 int ehca_req_notify_cq(struct ib_cq *cq, enum ib_cq_notify_flags notify_flags) in ehca_req_notify_cq() argument935 switch (notify_flags & IB_CQ_SOLICITED_MASK) { in ehca_req_notify_cq()946 if (notify_flags & IB_CQ_REPORT_MISSED_EVENTS) { in ehca_req_notify_cq()
146 int ehca_req_notify_cq(struct ib_cq *cq, enum ib_cq_notify_flags notify_flags);
213 if (sr_class->notify && sr_class->notify_flags && sr_info->irq) { in sr_late_init()
3783 static int nes_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) in nes_req_notify_cq() argument3794 if ((notify_flags & IB_CQ_SOLICITED_MASK) == IB_CQ_NEXT_COMP) in nes_req_notify_cq()3796 else if ((notify_flags & IB_CQ_SOLICITED_MASK) == IB_CQ_SOLICITED) in nes_req_notify_cq()