Home
last modified time | relevance | path

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

/drivers/infiniband/hw/cxgb3/
Dcxio_hal.h165 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,
Dcxio_hal.c275 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 …]
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.c49 struct t3_wq *wq; 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()