Symbol: t4_cqe
drivers/infiniband/hw/cxgb4/cm.c
3907
c4iw_ev_dispatch(dev, (struct t4_cqe *)&rpl->data[0]);
drivers/infiniband/hw/cxgb4/cq.c
186
struct t4_cqe cqe;
drivers/infiniband/hw/cxgb4/cq.c
220
struct t4_cqe cqe;
drivers/infiniband/hw/cxgb4/cq.c
300
static void create_read_req_cqe(struct t4_wq *wq, struct t4_cqe *hw_cqe,
drivers/infiniband/hw/cxgb4/cq.c
301
struct t4_cqe *read_cqe)
drivers/infiniband/hw/cxgb4/cq.c
337
struct t4_cqe *hw_cqe, *swcqe, read_cqe;
drivers/infiniband/hw/cxgb4/cq.c
422
static int cqe_completes_wr(struct t4_cqe *cqe, struct t4_wq *wq)
drivers/infiniband/hw/cxgb4/cq.c
445
struct t4_cqe *cqe;
drivers/infiniband/hw/cxgb4/cq.c
491
static u64 reap_srq_cqe(struct t4_cqe *hw_cqe, struct t4_srq *srq)
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
549
struct t4_cqe *hw_cqe, read_cqe;
drivers/infiniband/hw/cxgb4/cq.c
757
struct t4_cqe cqe;
drivers/infiniband/hw/cxgb4/cq.c
925
struct t4_cqe *rd_cqe;
drivers/infiniband/hw/cxgb4/device.c
92
void c4iw_log_wr_stats(struct t4_wq *wq, struct t4_cqe *cqe)
drivers/infiniband/hw/cxgb4/ev.c
120
void c4iw_ev_dispatch(struct c4iw_dev *dev, struct t4_cqe *err_cqe)
drivers/infiniband/hw/cxgb4/ev.c
62
static void dump_err_cqe(struct c4iw_dev *dev, struct t4_cqe *err_cqe)
drivers/infiniband/hw/cxgb4/ev.c
89
struct t4_cqe *err_cqe,
drivers/infiniband/hw/cxgb4/iw_cxgb4.h
1050
void c4iw_ev_dispatch(struct c4iw_dev *dev, struct t4_cqe *err_cqe);
drivers/infiniband/hw/cxgb4/iw_cxgb4.h
1059
extern void c4iw_log_wr_stats(struct t4_wq *wq, struct t4_cqe *cqe);
drivers/infiniband/hw/cxgb4/qp.c
1035
struct t4_cqe cqe = {};
drivers/infiniband/hw/cxgb4/qp.c
1421
static inline void build_term_codes(struct t4_cqe *err_cqe, u8 *layer_type,
drivers/infiniband/hw/cxgb4/qp.c
1557
static void post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe,
drivers/infiniband/hw/cxgb4/qp.c
979
struct t4_cqe cqe = {};
drivers/infiniband/hw/cxgb4/restrack.c
307
static int fill_cqe(struct sk_buff *msg, struct t4_cqe *cqe, u16 idx,
drivers/infiniband/hw/cxgb4/restrack.c
334
struct t4_cqe *cqes)
drivers/infiniband/hw/cxgb4/restrack.c
351
struct t4_cqe *cqes)
drivers/infiniband/hw/cxgb4/restrack.c
376
struct t4_cqe hwcqes[2];
drivers/infiniband/hw/cxgb4/restrack.c
377
struct t4_cqe swcqes[2];
drivers/infiniband/hw/cxgb4/t4.h
308
struct t4_cqe cqe;
drivers/infiniband/hw/cxgb4/t4.h
677
struct t4_cqe *queue;
drivers/infiniband/hw/cxgb4/t4.h
680
struct t4_cqe *sw_queue;
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
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)