Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_hal.h144 int cxio_create_qp(struct cxio_rdev *rdev, u32 kernel_domain, struct t3_wq *wq,
146 int cxio_destroy_qp(struct cxio_rdev *rdev, struct t3_wq *wq,
148 int cxio_peek_cq(struct t3_wq *wr, struct t3_cq *cq, int opcode);
168 int cxio_flush_rq(struct t3_wq *wq, struct t3_cq *cq, int count);
169 int cxio_flush_sq(struct t3_wq *wq, struct t3_cq *cq, int count);
170 void cxio_count_rcqes(struct t3_cq *cq, struct t3_wq *wq, int *count);
171 void cxio_count_scqes(struct t3_cq *cq, struct t3_wq *wq, int *count);
173 int cxio_poll_cq(struct t3_wq *wq, struct t3_cq *cq, struct t3_cqe *cqe,
HDiw_cxgb_hal.c295 struct t3_wq *wq, struct cxio_ucontext *uctx) in cxio_create_qp()
362 cxio_destroy_qp(struct cxio_rdev *rdev_p, struct t3_wq *wq, in cxio_destroy_qp()
383 insert_recv_cqe(struct t3_wq *wq, struct t3_cq *cq) in insert_recv_cqe()
402 cxio_flush_rq(struct t3_wq *wq, struct t3_cq *cq, int count) in cxio_flush_rq()
421 insert_sq_cqe(struct t3_wq *wq, struct t3_cq *cq, in insert_sq_cqe()
443 cxio_flush_sq(struct t3_wq *wq, struct t3_cq *cq, int count) in cxio_flush_sq()
482 static int cqe_completes_wr(struct t3_cqe *cqe, struct t3_wq *wq) in cqe_completes_wr()
501 cxio_count_scqes(struct t3_cq *cq, struct t3_wq *wq, int *count) in cxio_count_scqes()
519 cxio_count_rcqes(struct t3_cq *cq, struct t3_wq *wq, int *count) in cxio_count_rcqes()
1077 flush_completed_wrs(struct t3_wq *wq, struct t3_cq *cq) in flush_completed_wrs()
[all …]
HDiw_cxgb_cq.c93 struct t3_wq *wq; in iwch_poll_cq_one()
HDiw_cxgb_wr.h635 struct t3_wq { struct
689 static inline void cxio_set_wq_in_error(struct t3_wq *wq) in cxio_set_wq_in_error()
HDiw_cxgb_provider.h161 struct t3_wq wq;