Lines Matching refs:ib_cq
484 struct ib_cq *cq;
814 struct ib_cq *cq;
885 struct ib_cq *send_cq;
886 struct ib_cq *recv_cq;
1308 typedef void (*ib_comp_handler)(struct ib_cq *cq, void *cq_context);
1310 struct ib_cq { struct
1332 struct ib_cq *cq; argument
1341 struct ib_cq *send_cq;
1342 struct ib_cq *recv_cq;
1709 struct ib_cq * (*create_cq)(struct ib_device *device,
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,
2470 struct ib_cq *ib_create_cq(struct ib_device *device,
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()
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()
2570 static inline int ib_req_ncomp_notif(struct ib_cq *cq, int wc_cnt) in ib_req_ncomp_notif()