Home
last modified time | relevance | path

Searched refs:t3_wq (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/cxgb3/
Dcxio_hal.h164 int cxio_create_qp(struct cxio_rdev *rdev, u32 kernel_domain, struct t3_wq *wq,
166 int cxio_destroy_qp(struct cxio_rdev *rdev, struct t3_wq *wq,
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);
194 int cxio_poll_cq(struct t3_wq *wq, struct t3_cq *cq, struct t3_cqe *cqe,
Dcxio_hal.c258 struct t3_wq *wq, struct cxio_ucontext *uctx) in cxio_create_qp()
316 int cxio_destroy_qp(struct cxio_rdev *rdev_p, struct t3_wq *wq, in cxio_destroy_qp()
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()
424 static int cqe_completes_wr(struct t3_cqe *cqe, struct t3_wq *wq) in cqe_completes_wr()
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()
1042 static void flush_completed_wrs(struct t3_wq *wq, struct t3_cq *cq) in flush_completed_wrs()
[all …]
Dcxio_wr.h691 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()
Diwch_cq.c38 struct t3_wq *wq = qhp ? &qhp->wq : NULL; in __iwch_poll_cq_one()
Diwch_provider.h166 struct t3_wq wq;
Diwch_qp.c150 u8 *flit_cnt, int *wr_cnt, struct t3_wq *wq) in build_memreg()