Symbol: t4_cq
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
262
struct t4_cq *cq = &chp->cq;
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
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
52
static int destroy_cq(struct c4iw_rdev *rdev, struct t4_cq *cq,
sys/dev/cxgbe/iw_cxgbe/cq.c
95
create_cq(struct c4iw_rdev *rdev, struct t4_cq *cq,
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
424
struct t4_cq cq;
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
126
struct t4_cq *rcq, struct t4_cq *scq,
sys/dev/cxgbe/iw_cxgbe/qp.c
616
struct t4_cq *cq;
sys/dev/cxgbe/iw_cxgbe/qp.c
646
struct t4_cq *cq;
sys/dev/cxgbe/iw_cxgbe/t4.h
568
static inline void write_gts(struct t4_cq *cq, u32 val)
sys/dev/cxgbe/iw_cxgbe/t4.h
574
static inline int t4_clear_cq_armed(struct t4_cq *cq)
sys/dev/cxgbe/iw_cxgbe/t4.h
579
static inline int t4_arm_cq(struct t4_cq *cq, int se)
sys/dev/cxgbe/iw_cxgbe/t4.h
597
static inline void t4_swcq_produce(struct t4_cq *cq)
sys/dev/cxgbe/iw_cxgbe/t4.h
610
static inline void t4_swcq_consume(struct t4_cq *cq)
sys/dev/cxgbe/iw_cxgbe/t4.h
618
static inline void t4_hwcq_consume(struct t4_cq *cq)
sys/dev/cxgbe/iw_cxgbe/t4.h
634
static inline int t4_valid_cqe(struct t4_cq *cq, struct t4_cqe *cqe)
sys/dev/cxgbe/iw_cxgbe/t4.h
639
static inline int t4_cq_notempty(struct t4_cq *cq)
sys/dev/cxgbe/iw_cxgbe/t4.h
644
static inline int t4_next_hw_cqe(struct t4_cq *cq, struct t4_cqe **cqe)
sys/dev/cxgbe/iw_cxgbe/t4.h
670
static inline struct t4_cqe *t4_next_sw_cqe(struct t4_cq *cq)
sys/dev/cxgbe/iw_cxgbe/t4.h
684
static inline int t4_next_cqe(struct t4_cq *cq, struct t4_cqe **cqe)
sys/dev/cxgbe/iw_cxgbe/t4.h
697
static inline int t4_cq_in_error(struct t4_cq *cq)
sys/dev/cxgbe/iw_cxgbe/t4.h
702
static inline void t4_set_cq_in_error(struct t4_cq *cq)