Symbol: t4_wq
sys/dev/cxgbe/iw_cxgbe/cq.c
204
static void insert_recv_cqe(struct t4_wq *wq, struct t4_cq *cq)
sys/dev/cxgbe/iw_cxgbe/cq.c
221
int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count)
sys/dev/cxgbe/iw_cxgbe/cq.c
236
static void insert_sq_cqe(struct t4_wq *wq, struct t4_cq *cq,
sys/dev/cxgbe/iw_cxgbe/cq.c
255
static void advance_oldest_read(struct t4_wq *wq);
sys/dev/cxgbe/iw_cxgbe/cq.c
260
struct t4_wq *wq = &qhp->wq;
sys/dev/cxgbe/iw_cxgbe/cq.c
289
static void flush_completed_wrs(struct t4_wq *wq, struct t4_cq *cq)
sys/dev/cxgbe/iw_cxgbe/cq.c
326
static void create_read_req_cqe(struct t4_wq *wq, struct t4_cqe *hw_cqe,
sys/dev/cxgbe/iw_cxgbe/cq.c
338
static void advance_oldest_read(struct t4_wq *wq)
sys/dev/cxgbe/iw_cxgbe/cq.c
440
static int cqe_completes_wr(struct t4_cqe *cqe, struct t4_wq *wq)
sys/dev/cxgbe/iw_cxgbe/cq.c
456
void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count)
sys/dev/cxgbe/iw_cxgbe/cq.c
491
static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe,
sys/dev/cxgbe/iw_cxgbe/cq.c
719
struct t4_wq *wq;
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
488
struct t4_wq wq;
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
965
void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count);
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
968
int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count);
sys/dev/cxgbe/iw_cxgbe/qp.c
103
static int destroy_qp(struct c4iw_rdev *rdev, struct t4_wq *wq,
sys/dev/cxgbe/iw_cxgbe/qp.c
125
static int create_qp(struct c4iw_rdev *rdev, struct t4_wq *wq,
sys/dev/cxgbe/iw_cxgbe/t4.h
366
static inline int t4_rqes_posted(struct t4_wq *wq)
sys/dev/cxgbe/iw_cxgbe/t4.h
371
static inline int t4_rq_empty(struct t4_wq *wq)
sys/dev/cxgbe/iw_cxgbe/t4.h
376
static inline int t4_rq_full(struct t4_wq *wq)
sys/dev/cxgbe/iw_cxgbe/t4.h
381
static inline u32 t4_rq_avail(struct t4_wq *wq)
sys/dev/cxgbe/iw_cxgbe/t4.h
386
static inline void t4_rq_produce(struct t4_wq *wq, u8 len16)
sys/dev/cxgbe/iw_cxgbe/t4.h
396
static inline void t4_rq_consume(struct t4_wq *wq)
sys/dev/cxgbe/iw_cxgbe/t4.h
404
static inline u16 t4_rq_host_wq_pidx(struct t4_wq *wq)
sys/dev/cxgbe/iw_cxgbe/t4.h
409
static inline u16 t4_rq_wq_size(struct t4_wq *wq)
sys/dev/cxgbe/iw_cxgbe/t4.h
419
static inline int t4_sq_empty(struct t4_wq *wq)
sys/dev/cxgbe/iw_cxgbe/t4.h
424
static inline int t4_sq_full(struct t4_wq *wq)
sys/dev/cxgbe/iw_cxgbe/t4.h
429
static inline u32 t4_sq_avail(struct t4_wq *wq)
sys/dev/cxgbe/iw_cxgbe/t4.h
434
static inline void t4_sq_produce(struct t4_wq *wq, u8 len16)
sys/dev/cxgbe/iw_cxgbe/t4.h
444
static inline void t4_sq_consume(struct t4_wq *wq)
sys/dev/cxgbe/iw_cxgbe/t4.h
454
static inline u16 t4_sq_host_wq_pidx(struct t4_wq *wq)
sys/dev/cxgbe/iw_cxgbe/t4.h
459
static inline u16 t4_sq_wq_size(struct t4_wq *wq)
sys/dev/cxgbe/iw_cxgbe/t4.h
481
t4_ring_sq_db(struct t4_wq *wq, u16 inc, union t4_wr *wqe, u8 wc)
sys/dev/cxgbe/iw_cxgbe/t4.h
506
t4_ring_rq_db(struct t4_wq *wq, u16 inc, union t4_recv_wr *wqe, u8 wc)
sys/dev/cxgbe/iw_cxgbe/t4.h
529
static inline int t4_wq_in_error(struct t4_wq *wq)
sys/dev/cxgbe/iw_cxgbe/t4.h
534
static inline void t4_set_wq_in_error(struct t4_wq *wq)