Searched refs:t3_cqe (Results 1 – 6 of 6) sorted by relevance
/drivers/infiniband/hw/cxgb3/ |
D | cxio_wr.h | 553 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()
|
D | cxio_hal.c | 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) + 1, 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() [all …]
|
D | cxio_hal.h | 146 struct t3_cqe cqe; /* flits 2-3 */ 195 int cxio_poll_cq(struct t3_wq *wq, struct t3_cq *cq, struct t3_cqe *cqe, 206 void cxio_dump_wce(struct t3_cqe *wce);
|
D | iwch_cq.c | 48 struct t3_cqe cqe, *rd_cqe; in iwch_poll_cq_one()
|
D | cxio_dbg.c | 126 void cxio_dump_wce(struct t3_cqe *wce) in cxio_dump_wce()
|
D | iwch_provider.c | 232 sizeof(struct t3_cqe)); in iwch_create_cq() 236 sizeof(struct t3_cqe)); in iwch_create_cq() 289 sizeof(struct t3_cqe)); in iwch_resize_cq()
|