Home
last modified time | relevance | path

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

/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()
311 * sizeof(struct t3_cqe) + 1, cq->queue, in cxio_destroy_cq()
332 struct t3_cqe cqe; in insert_recv_cqe()
369 struct t3_cqe cqe; in insert_sq_cqe()
408 struct t3_cqe *cqe, *swcqe; in cxio_flush_hw_cq()
424 static int cqe_completes_wr(struct t3_cqe *cqe, struct t3_wq *wq) in cqe_completes_wr()
444 struct t3_cqe *cqe; in cxio_count_scqes()
462 struct t3_cqe *cqe; in cxio_count_rcqes()
1071 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 */
194 int cxio_poll_cq(struct t3_wq *wq, struct t3_cq *cq, struct t3_cqe *cqe,
Diwch_provider.c183 sizeof(struct t3_cqe)); in iwch_create_cq()
187 sizeof(struct t3_cqe)); in iwch_create_cq()