Searched refs:t3_cq (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/infiniband/hw/cxgb3/ |
D | cxio_hal.h | 158 int cxio_hal_cq_op(struct cxio_rdev *rdev, struct t3_cq *cq, 160 int cxio_create_cq(struct cxio_rdev *rdev, struct t3_cq *cq, int kernel); 161 void cxio_destroy_cq(struct cxio_rdev *rdev, struct t3_cq *cq); 168 int cxio_peek_cq(struct t3_wq *wr, struct t3_cq *cq, int opcode); 189 int cxio_flush_rq(struct t3_wq *wq, struct t3_cq *cq, int count); 190 int cxio_flush_sq(struct t3_wq *wq, struct t3_cq *cq, int count); 191 void cxio_count_rcqes(struct t3_cq *cq, struct t3_wq *wq, int *count); 192 void cxio_count_scqes(struct t3_cq *cq, struct t3_wq *wq, int *count); 193 void cxio_flush_hw_cq(struct t3_cq *cq); 194 int cxio_poll_cq(struct t3_wq *wq, struct t3_cq *cq, struct t3_cqe *cqe,
|
D | cxio_wr.h | 715 struct t3_cq { struct 735 static inline int cxio_cq_in_error(struct t3_cq *cq) in cxio_cq_in_error() argument 741 static inline void cxio_set_cq_in_error(struct t3_cq *cq) in cxio_set_cq_in_error() 767 static inline struct t3_cqe *cxio_next_hw_cqe(struct t3_cq *cq) in cxio_next_hw_cqe() 777 static inline struct t3_cqe *cxio_next_sw_cqe(struct t3_cq *cq) in cxio_next_sw_cqe() 788 static inline struct t3_cqe *cxio_next_cqe(struct t3_cq *cq) in cxio_next_cqe()
|
D | cxio_hal.c | 71 int cxio_hal_cq_op(struct cxio_rdev *rdev_p, struct t3_cq *cq, in cxio_hal_cq_op() 156 int cxio_create_cq(struct cxio_rdev *rdev_p, struct t3_cq *cq, int kernel) in cxio_create_cq() 305 void cxio_destroy_cq(struct cxio_rdev *rdev_p, struct t3_cq *cq) in cxio_destroy_cq() 330 static void insert_recv_cqe(struct t3_wq *wq, struct t3_cq *cq) in insert_recv_cqe() 348 int cxio_flush_rq(struct t3_wq *wq, struct t3_cq *cq, int count) in cxio_flush_rq() 366 static void insert_sq_cqe(struct t3_wq *wq, struct t3_cq *cq, in insert_sq_cqe() 387 int cxio_flush_sq(struct t3_wq *wq, struct t3_cq *cq, int count) in cxio_flush_sq() 406 void cxio_flush_hw_cq(struct t3_cq *cq) in cxio_flush_hw_cq() 442 void cxio_count_scqes(struct t3_cq *cq, struct t3_wq *wq, int *count) in cxio_count_scqes() 460 void cxio_count_rcqes(struct t3_cq *cq, struct t3_wq *wq, int *count) in cxio_count_rcqes() [all …]
|
D | iwch_provider.h | 106 struct t3_cq cq;
|