Home
last modified time | relevance | path

Searched refs:t3_cqe (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/cxgb3/
Dcxio_wr.h553 struct t3_cqe { struct
675 struct t3_cqe cqe;
722 struct t3_cqe *queue;
723 struct t3_cqe *sw_queue;
767 static inline struct t3_cqe *cxio_next_hw_cqe(struct t3_cq *cq) in cxio_next_hw_cqe()
769 struct t3_cqe *cqe; in cxio_next_hw_cqe()
777 static inline struct t3_cqe *cxio_next_sw_cqe(struct t3_cq *cq) in cxio_next_sw_cqe()
779 struct t3_cqe *cqe; in cxio_next_sw_cqe()
788 static inline struct t3_cqe *cxio_next_cqe(struct t3_cq *cq) in cxio_next_cqe()
790 struct t3_cqe *cqe; in cxio_next_cqe()
Dcxio_hal.c75 struct t3_cqe *cqe; in cxio_hal_cq_op()
159 int size = (1UL << (cq->size_log2)) * sizeof(struct t3_cqe); in cxio_create_cq()
328 * sizeof(struct t3_cqe) + 1, cq->queue, in cxio_destroy_cq()
350 struct t3_cqe cqe; in insert_recv_cqe()
387 struct t3_cqe cqe; in insert_sq_cqe()
426 struct t3_cqe *cqe, *swcqe; in cxio_flush_hw_cq()
442 static int cqe_completes_wr(struct t3_cqe *cqe, struct t3_wq *wq) in cqe_completes_wr()
462 struct t3_cqe *cqe; in cxio_count_scqes()
480 struct t3_cqe *cqe; in cxio_count_rcqes()
1091 static void create_read_req_cqe(struct t3_wq *wq, struct t3_cqe *hw_cqe, in create_read_req_cqe()
[all …]
Diwch_cq.c39 struct t3_cqe cqe; in __iwch_poll_cq_one()
179 struct t3_cqe *rd_cqe; in iwch_poll_cq_one()
Dcxio_hal.h146 struct t3_cqe cqe; /* flits 2-3 */
195 int cxio_poll_cq(struct t3_wq *wq, struct t3_cq *cq, struct t3_cqe *cqe,
Diwch_provider.c196 sizeof(struct t3_cqe)); in iwch_create_cq()
200 sizeof(struct t3_cqe)); in iwch_create_cq()
253 sizeof(struct t3_cqe)); in iwch_resize_cq()