Lines Matching refs:cq
484 struct ib_cq *cq; member
814 struct ib_cq *cq; member
1308 typedef void (*ib_comp_handler)(struct ib_cq *cq, void *cq_context);
1332 struct ib_cq *cq; member
1713 int (*modify_cq)(struct ib_cq *cq, u16 cq_count,
1715 int (*destroy_cq)(struct ib_cq *cq);
1716 int (*resize_cq)(struct ib_cq *cq, int cqe,
1718 int (*poll_cq)(struct ib_cq *cq, int num_entries,
1720 int (*peek_cq)(struct ib_cq *cq, int wc_cnt);
1721 int (*req_notify_cq)(struct ib_cq *cq,
1723 int (*req_ncomp_notif)(struct ib_cq *cq,
2483 int ib_resize_cq(struct ib_cq *cq, int cqe);
2492 int ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
2498 int ib_destroy_cq(struct ib_cq *cq);
2512 static inline int ib_poll_cq(struct ib_cq *cq, int num_entries, in ib_poll_cq() argument
2515 return cq->device->poll_cq(cq, num_entries, wc); in ib_poll_cq()
2528 int ib_peek_cq(struct ib_cq *cq, int wc_cnt);
2557 static inline int ib_req_notify_cq(struct ib_cq *cq, in ib_req_notify_cq() argument
2560 return cq->device->req_notify_cq(cq, flags); in ib_req_notify_cq()
2570 static inline int ib_req_ncomp_notif(struct ib_cq *cq, int wc_cnt) in ib_req_ncomp_notif() argument
2572 return cq->device->req_ncomp_notif ? in ib_req_ncomp_notif()
2573 cq->device->req_ncomp_notif(cq, wc_cnt) : in ib_req_ncomp_notif()