Lines Matching refs:ib_cq
418 struct ib_cq *cq;
749 struct ib_cq *cq;
821 struct ib_cq *send_cq;
822 struct ib_cq *recv_cq;
1216 typedef void (*ib_comp_handler)(struct ib_cq *cq, void *cq_context);
1218 struct ib_cq { struct
1240 struct ib_cq *cq; argument
1249 struct ib_cq *send_cq;
1250 struct ib_cq *recv_cq;
1564 struct ib_cq * (*create_cq)(struct ib_device *device, int cqe,
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,
2020 struct ib_cq *ib_create_cq(struct ib_device *device,
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()
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()
2119 static inline int ib_req_ncomp_notif(struct ib_cq *cq, int wc_cnt) in ib_req_ncomp_notif()