Searched refs:notify_flags (Results 1 - 8 of 8) sorted by relevance

/drivers/infiniband/hw/amso1100/
H A Dc2_cq.c222 int c2_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) argument
232 if ((notify_flags & IB_CQ_SOLICITED_MASK) == IB_CQ_NEXT_COMP)
234 else if ((notify_flags & IB_CQ_SOLICITED_MASK) == IB_CQ_SOLICITED)
248 if (notify_flags & IB_CQ_REPORT_MISSED_EVENTS) {
/drivers/infiniband/hw/ipath/
H A Dipath_cq.c335 * @notify_flags: the type of notification to request
342 int ipath_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) argument
354 cq->notify = notify_flags & IB_CQ_SOLICITED_MASK;
356 if ((notify_flags & IB_CQ_REPORT_MISSED_EVENTS) &&
H A Dipath_verbs.h816 int ipath_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags);
/drivers/infiniband/hw/qib/
H A Dqib_cq.c342 * @notify_flags: the type of notification to request
349 int qib_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) argument
361 cq->notify = notify_flags & IB_CQ_SOLICITED_MASK;
363 if ((notify_flags & IB_CQ_REPORT_MISSED_EVENTS) &&
H A Dqib_verbs.h963 int qib_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags);
/drivers/infiniband/hw/ehca/
H A Dehca_iverbs.h141 int ehca_req_notify_cq(struct ib_cq *cq, enum ib_cq_notify_flags notify_flags);
H A Dehca_reqs.c929 int ehca_req_notify_cq(struct ib_cq *cq, enum ib_cq_notify_flags notify_flags) argument
934 switch (notify_flags & IB_CQ_SOLICITED_MASK) {
945 if (notify_flags & IB_CQ_REPORT_MISSED_EVENTS) {
/drivers/infiniband/hw/nes/
H A Dnes_verbs.c3804 static int nes_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) argument
3815 if ((notify_flags & IB_CQ_SOLICITED_MASK) == IB_CQ_NEXT_COMP)
3817 else if ((notify_flags & IB_CQ_SOLICITED_MASK) == IB_CQ_SOLICITED)

Completed in 137 milliseconds