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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.h811 int ipath_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_cq.c341 * @notify_flags: the type of notification to request
348 int qib_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) argument
360 cq->notify = notify_flags & IB_CQ_SOLICITED_MASK;
362 if ((notify_flags & IB_CQ_REPORT_MISSED_EVENTS) &&
H A Dqib_verbs.h960 int qib_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.c930 int ehca_req_notify_cq(struct ib_cq *cq, enum ib_cq_notify_flags notify_flags) argument
935 switch (notify_flags & IB_CQ_SOLICITED_MASK) {
946 if (notify_flags & IB_CQ_REPORT_MISSED_EVENTS) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_verbs.c3808 static int nes_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) argument
3819 if ((notify_flags & IB_CQ_SOLICITED_MASK) == IB_CQ_NEXT_COMP)
3821 else if ((notify_flags & IB_CQ_SOLICITED_MASK) == IB_CQ_SOLICITED)

Completed in 69 milliseconds