Lines Matching refs:cq
418 struct ib_cq *cq; member
749 struct ib_cq *cq; member
1216 typedef void (*ib_comp_handler)(struct ib_cq *cq, void *cq_context);
1240 struct ib_cq *cq; member
1568 int (*modify_cq)(struct ib_cq *cq, u16 cq_count,
1570 int (*destroy_cq)(struct ib_cq *cq);
1571 int (*resize_cq)(struct ib_cq *cq, int cqe,
1573 int (*poll_cq)(struct ib_cq *cq, int num_entries,
1575 int (*peek_cq)(struct ib_cq *cq, int wc_cnt);
1576 int (*req_notify_cq)(struct ib_cq *cq,
1578 int (*req_ncomp_notif)(struct ib_cq *cq,
2032 int ib_resize_cq(struct ib_cq *cq, int cqe);
2041 int ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
2047 int ib_destroy_cq(struct ib_cq *cq);
2061 static inline int ib_poll_cq(struct ib_cq *cq, int num_entries, in ib_poll_cq() argument
2064 return cq->device->poll_cq(cq, num_entries, wc); in ib_poll_cq()
2077 int ib_peek_cq(struct ib_cq *cq, int wc_cnt);
2106 static inline int ib_req_notify_cq(struct ib_cq *cq, in ib_req_notify_cq() argument
2109 return cq->device->req_notify_cq(cq, flags); in ib_req_notify_cq()
2119 static inline int ib_req_ncomp_notif(struct ib_cq *cq, int wc_cnt) in ib_req_ncomp_notif() argument
2121 return cq->device->req_ncomp_notif ? in ib_req_ncomp_notif()
2122 cq->device->req_ncomp_notif(cq, wc_cnt) : in ib_req_ncomp_notif()