Searched refs:t3_wq (Results 1 – 6 of 6) sorted by relevance
/drivers/infiniband/hw/cxgb3/ |
D | cxio_hal.h | 165 int cxio_create_qp(struct cxio_rdev *rdev, u32 kernel_domain, struct t3_wq *wq, 167 int cxio_destroy_qp(struct cxio_rdev *rdev, struct t3_wq *wq, 169 int cxio_peek_cq(struct t3_wq *wr, struct t3_cq *cq, int opcode); 190 int cxio_flush_rq(struct t3_wq *wq, struct t3_cq *cq, int count); 191 int cxio_flush_sq(struct t3_wq *wq, struct t3_cq *cq, int count); 192 void cxio_count_rcqes(struct t3_cq *cq, struct t3_wq *wq, int *count); 193 void cxio_count_scqes(struct t3_cq *cq, struct t3_wq *wq, int *count); 195 int cxio_poll_cq(struct t3_wq *wq, struct t3_cq *cq, struct t3_cqe *cqe,
|
D | cxio_hal.c | 275 struct t3_wq *wq, struct cxio_ucontext *uctx) in cxio_create_qp() 336 int cxio_destroy_qp(struct cxio_rdev *rdev_p, struct t3_wq *wq, in cxio_destroy_qp() 350 static void insert_recv_cqe(struct t3_wq *wq, struct t3_cq *cq) in insert_recv_cqe() 368 int cxio_flush_rq(struct t3_wq *wq, struct t3_cq *cq, int count) in cxio_flush_rq() 386 static void insert_sq_cqe(struct t3_wq *wq, struct t3_cq *cq, in insert_sq_cqe() 407 int cxio_flush_sq(struct t3_wq *wq, struct t3_cq *cq, int count) in cxio_flush_sq() 446 static int cqe_completes_wr(struct t3_cqe *cqe, struct t3_wq *wq) in cqe_completes_wr() 464 void cxio_count_scqes(struct t3_cq *cq, struct t3_wq *wq, int *count) in cxio_count_scqes() 482 void cxio_count_rcqes(struct t3_cq *cq, struct t3_wq *wq, int *count) in cxio_count_rcqes() 1073 static void flush_completed_wrs(struct t3_wq *wq, struct t3_cq *cq) in flush_completed_wrs() [all …]
|
D | cxio_wr.h | 691 struct t3_wq { struct 747 static inline void cxio_set_wq_in_error(struct t3_wq *wq) in cxio_set_wq_in_error() 752 static inline void cxio_disable_wq_db(struct t3_wq *wq) in cxio_disable_wq_db() 757 static inline void cxio_enable_wq_db(struct t3_wq *wq) in cxio_enable_wq_db() 762 static inline int cxio_wq_db_enabled(struct t3_wq *wq) in cxio_wq_db_enabled()
|
D | iwch_cq.c | 49 struct t3_wq *wq; in iwch_poll_cq_one()
|
D | iwch_provider.h | 166 struct t3_wq wq;
|
D | iwch_qp.c | 150 u8 *flit_cnt, int *wr_cnt, struct t3_wq *wq) in build_memreg()
|