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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2_cq.c220 int c2_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) argument
230 if ((notify_flags & IB_CQ_SOLICITED_MASK) == IB_CQ_NEXT_COMP)
232 else if ((notify_flags & IB_CQ_SOLICITED_MASK) == IB_CQ_SOLICITED)
246 if (notify_flags & IB_CQ_REPORT_MISSED_EVENTS) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_cq.c337 * @notify_flags: the type of notification to request
344 int ipath_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) argument
356 cq->notify = notify_flags & IB_CQ_SOLICITED_MASK;
358 if ((notify_flags & IB_CQ_REPORT_MISSED_EVENTS) &&
H A Dipath_verbs.h740 int ipath_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_iverbs.h137 int ehca_req_notify_cq(struct ib_cq *cq, enum ib_cq_notify_flags notify_flags);
H A Dehca_reqs.c637 int ehca_req_notify_cq(struct ib_cq *cq, enum ib_cq_notify_flags notify_flags) argument
643 switch (notify_flags & IB_CQ_SOLICITED_MASK) {
654 if (notify_flags & IB_CQ_REPORT_MISSED_EVENTS) {

Completed in 88 milliseconds