Lines Matching refs:cq
147 int cxio_hal_cq_op(struct cxio_rdev *rdev, struct t3_cq *cq,
149 int cxio_create_cq(struct cxio_rdev *rdev, struct t3_cq *cq);
150 int cxio_destroy_cq(struct cxio_rdev *rdev, struct t3_cq *cq);
151 int cxio_resize_cq(struct cxio_rdev *rdev, struct t3_cq *cq);
158 int cxio_peek_cq(struct t3_wq *wr, struct t3_cq *cq, int opcode);
179 int cxio_flush_rq(struct t3_wq *wq, struct t3_cq *cq, int count);
180 int cxio_flush_sq(struct t3_wq *wq, struct t3_cq *cq, int count);
181 void cxio_count_rcqes(struct t3_cq *cq, struct t3_wq *wq, int *count);
182 void cxio_count_scqes(struct t3_cq *cq, struct t3_wq *wq, int *count);
183 void cxio_flush_hw_cq(struct t3_cq *cq);
184 int cxio_poll_cq(struct t3_wq *wq, struct t3_cq *cq, struct t3_cqe *cqe,