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

/linux-4.4.14/drivers/staging/rdma/amso1100/
H A Dc2_cq.c222 int c2_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) c2_arm_cq() argument
232 if ((notify_flags & IB_CQ_SOLICITED_MASK) == IB_CQ_NEXT_COMP) c2_arm_cq()
234 else if ((notify_flags & IB_CQ_SOLICITED_MASK) == IB_CQ_SOLICITED) c2_arm_cq()
248 if (notify_flags & IB_CQ_REPORT_MISSED_EVENTS) { c2_arm_cq()
/linux-4.4.14/drivers/staging/rdma/ipath/
H A Dipath_cq.c340 * @notify_flags: the type of notification to request
347 int ipath_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) ipath_req_notify_cq() argument
359 cq->notify = notify_flags & IB_CQ_SOLICITED_MASK; ipath_req_notify_cq()
361 if ((notify_flags & IB_CQ_REPORT_MISSED_EVENTS) && ipath_req_notify_cq()
H A Dipath_verbs.h825 int ipath_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags);
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dcq.c369 * @notify_flags: the type of notification to request
376 int hfi1_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) hfi1_req_notify_cq() argument
388 cq->notify = notify_flags & IB_CQ_SOLICITED_MASK; hfi1_req_notify_cq()
390 if ((notify_flags & IB_CQ_REPORT_MISSED_EVENTS) && hfi1_req_notify_cq()
H A Dverbs.h1009 enum ib_cq_notify_flags notify_flags);
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_cq.c356 * @notify_flags: the type of notification to request
363 int qib_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) qib_req_notify_cq() argument
375 cq->notify = notify_flags & IB_CQ_SOLICITED_MASK; qib_req_notify_cq()
377 if ((notify_flags & IB_CQ_REPORT_MISSED_EVENTS) && qib_req_notify_cq()
H A Dqib_verbs.h1029 int qib_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags);
/linux-4.4.14/include/linux/power/
H A Dsmartreflex.h229 * @notify_flags: specify the events to be notified to the class driver
239 u8 notify_flags; member in struct:omap_sr_class_data
/linux-4.4.14/drivers/staging/rdma/ehca/
H A Dehca_iverbs.h146 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) ehca_req_notify_cq() argument
935 switch (notify_flags & IB_CQ_SOLICITED_MASK) { ehca_req_notify_cq()
946 if (notify_flags & IB_CQ_REPORT_MISSED_EVENTS) { ehca_req_notify_cq()
/linux-4.4.14/drivers/power/avs/
H A Dsmartreflex.c213 if (sr_class->notify && sr_class->notify_flags && sr_info->irq) { sr_late_init()
/linux-4.4.14/drivers/infiniband/hw/nes/
H A Dnes_verbs.c3783 static int nes_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) nes_req_notify_cq() argument
3794 if ((notify_flags & IB_CQ_SOLICITED_MASK) == IB_CQ_NEXT_COMP) nes_req_notify_cq()
3796 else if ((notify_flags & IB_CQ_SOLICITED_MASK) == IB_CQ_SOLICITED) nes_req_notify_cq()

Completed in 514 milliseconds