Home
last modified time | relevance | path

Searched refs:notify_flags (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/amso1100/
Dc2_cq.c222 int c2_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) in c2_arm_cq() argument
232 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()
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_cq.c342 int ipath_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) in ipath_req_notify_cq() argument
354 cq->notify = notify_flags & IB_CQ_SOLICITED_MASK; in ipath_req_notify_cq()
356 if ((notify_flags & IB_CQ_REPORT_MISSED_EVENTS) && in ipath_req_notify_cq()
Dipath_verbs.h816 int ipath_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags);
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_cq.c358 int qib_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) in qib_req_notify_cq() argument
370 cq->notify = notify_flags & IB_CQ_SOLICITED_MASK; in qib_req_notify_cq()
372 if ((notify_flags & IB_CQ_REPORT_MISSED_EVENTS) && in qib_req_notify_cq()
Dqib_verbs.h1018 int qib_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags);
/linux-4.1.27/include/linux/power/
Dsmartreflex.h239 u8 notify_flags; member
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_iverbs.h141 int ehca_req_notify_cq(struct ib_cq *cq, enum ib_cq_notify_flags notify_flags);
Dehca_reqs.c929 int ehca_req_notify_cq(struct ib_cq *cq, enum ib_cq_notify_flags notify_flags) in ehca_req_notify_cq() argument
934 switch (notify_flags & IB_CQ_SOLICITED_MASK) { in ehca_req_notify_cq()
945 if (notify_flags & IB_CQ_REPORT_MISSED_EVENTS) { in ehca_req_notify_cq()
/linux-4.1.27/drivers/power/avs/
Dsmartreflex.c213 if (sr_class->notify && sr_class->notify_flags && sr_info->irq) { in sr_late_init()
/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_verbs.c3807 static int nes_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) in nes_req_notify_cq() argument
3818 if ((notify_flags & IB_CQ_SOLICITED_MASK) == IB_CQ_NEXT_COMP) in nes_req_notify_cq()
3820 else if ((notify_flags & IB_CQ_SOLICITED_MASK) == IB_CQ_SOLICITED) in nes_req_notify_cq()