Symbol: t4_cq
drivers/infiniband/hw/cxgb4/cq.c
184
static void insert_recv_cqe(struct t4_wq *wq, struct t4_cq *cq, u32 srqidx)
drivers/infiniband/hw/cxgb4/cq.c
203
int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count)
drivers/infiniband/hw/cxgb4/cq.c
217
static void insert_sq_cqe(struct t4_wq *wq, struct t4_cq *cq,
drivers/infiniband/hw/cxgb4/cq.c
243
struct t4_cq *cq = &chp->cq;
drivers/infiniband/hw/cxgb4/cq.c
267
static void flush_completed_wrs(struct t4_wq *wq, struct t4_cq *cq)
drivers/infiniband/hw/cxgb4/cq.c
37
static void destroy_cq(struct c4iw_rdev *rdev, struct t4_cq *cq,
drivers/infiniband/hw/cxgb4/cq.c
443
void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count)
drivers/infiniband/hw/cxgb4/cq.c
544
static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe,
drivers/infiniband/hw/cxgb4/cq.c
70
static int create_cq(struct c4iw_rdev *rdev, struct t4_cq *cq,
drivers/infiniband/hw/cxgb4/iw_cxgb4.h
1039
void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count);
drivers/infiniband/hw/cxgb4/iw_cxgb4.h
1041
int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count);
drivers/infiniband/hw/cxgb4/iw_cxgb4.h
426
struct t4_cq cq;
drivers/infiniband/hw/cxgb4/qp.c
1038
struct t4_cq *cq;
drivers/infiniband/hw/cxgb4/qp.c
200
struct t4_cq *rcq, struct t4_cq *scq,
drivers/infiniband/hw/cxgb4/qp.c
982
struct t4_cq *cq;
drivers/infiniband/hw/cxgb4/restrack.c
271
static int fill_cq(struct sk_buff *msg, struct t4_cq *cq)
drivers/infiniband/hw/cxgb4/restrack.c
333
static int fill_hwcqes(struct sk_buff *msg, struct t4_cq *cq,
drivers/infiniband/hw/cxgb4/restrack.c
350
static int fill_swcqes(struct sk_buff *msg, struct t4_cq *cq,
drivers/infiniband/hw/cxgb4/restrack.c
378
struct t4_cq cq;
drivers/infiniband/hw/cxgb4/t4.h
703
static inline void write_gts(struct t4_cq *cq, u32 val)
drivers/infiniband/hw/cxgb4/t4.h
712
static inline int t4_clear_cq_armed(struct t4_cq *cq)
drivers/infiniband/hw/cxgb4/t4.h
717
static inline int t4_arm_cq(struct t4_cq *cq, int se)
drivers/infiniband/hw/cxgb4/t4.h
733
static inline void t4_swcq_produce(struct t4_cq *cq)
drivers/infiniband/hw/cxgb4/t4.h
747
static inline void t4_swcq_consume(struct t4_cq *cq)
drivers/infiniband/hw/cxgb4/t4.h
754
static inline void t4_hwcq_consume(struct t4_cq *cq)
drivers/infiniband/hw/cxgb4/t4.h
770
static inline int t4_valid_cqe(struct t4_cq *cq, struct t4_cqe *cqe)
drivers/infiniband/hw/cxgb4/t4.h
775
static inline int t4_cq_notempty(struct t4_cq *cq)
drivers/infiniband/hw/cxgb4/t4.h
780
static inline int t4_next_hw_cqe(struct t4_cq *cq, struct t4_cqe **cqe)
drivers/infiniband/hw/cxgb4/t4.h
805
static inline int t4_next_cqe(struct t4_cq *cq, struct t4_cqe **cqe)
drivers/infiniband/hw/cxgb4/t4.h
818
static inline void t4_set_cq_in_error(struct t4_cq *cq)