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

/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_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,
H A Diw_cxgb_hal.c295 struct t3_wq *wq, struct cxio_ucontext *uctx)
362 cxio_destroy_qp(struct cxio_rdev *rdev_p, struct t3_wq *wq,
383 insert_recv_cqe(struct t3_wq *wq, struct t3_cq *cq)
402 cxio_flush_rq(struct t3_wq *wq, struct t3_cq *cq, int count)
421 insert_sq_cqe(struct t3_wq *wq, struct t3_cq *cq,
443 cxio_flush_sq(struct t3_wq *wq, struct t3_cq *cq, int count)
482 static int cqe_completes_wr(struct t3_cqe *cqe, struct t3_wq *wq)
501 cxio_count_scqes(struct t3_cq *cq, struct t3_wq *wq, int *count)
519 cxio_count_rcqes(struct t3_cq *cq, struct t3_wq *wq, int *count)
1077 flush_completed_wrs(struct t3_wq *w
[all...]
H A Diw_cxgb_cq.c93 struct t3_wq *wq;
H A Diw_cxgb_provider.h161 struct t3_wq wq;
H A Diw_cxgb_wr.h635 struct t3_wq { struct
689 static inline void cxio_set_wq_in_error(struct t3_wq *wq)

Completed in 100 milliseconds