Lines Matching refs:t3_cqe
75 struct t3_cqe *cqe; in cxio_hal_cq_op()
161 int size = (1UL << (cq->size_log2)) * sizeof(struct t3_cqe); in cxio_create_cq()
330 * sizeof(struct t3_cqe), cq->queue, in cxio_destroy_cq()
352 struct t3_cqe cqe; in insert_recv_cqe()
389 struct t3_cqe cqe; in insert_sq_cqe()
430 struct t3_cqe *cqe, *swcqe; in cxio_flush_hw_cq()
446 static int cqe_completes_wr(struct t3_cqe *cqe, struct t3_wq *wq) in cqe_completes_wr()
466 struct t3_cqe *cqe; in cxio_count_scqes()
484 struct t3_cqe *cqe; in cxio_count_rcqes()
1102 static void create_read_req_cqe(struct t3_wq *wq, struct t3_cqe *hw_cqe, in create_read_req_cqe()
1103 struct t3_cqe *read_cqe) in create_read_req_cqe()
1147 int cxio_poll_cq(struct t3_wq *wq, struct t3_cq *cq, struct t3_cqe *cqe, in cxio_poll_cq()
1151 struct t3_cqe *hw_cqe, read_cqe; in cxio_poll_cq()