Symbol: t4_cqe
sys/dev/cxgbe/iw_cxgbe/cm.c
2993
cle->err_cqe = *(const struct t4_cqe *)(&rpl[0]);
sys/dev/cxgbe/iw_cxgbe/cm.c
436
struct t4_cqe err_cqe;
sys/dev/cxgbe/iw_cxgbe/cq.c
206
struct t4_cqe cqe;
sys/dev/cxgbe/iw_cxgbe/cq.c
239
struct t4_cqe cqe;
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
327
struct t4_cqe *read_cqe)
sys/dev/cxgbe/iw_cxgbe/cq.c
363
struct t4_cqe *hw_cqe, *swcqe, read_cqe;
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
458
struct t4_cqe *cqe;
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
495
struct t4_cqe *hw_cqe, read_cqe;
sys/dev/cxgbe/iw_cxgbe/cq.c
718
struct t4_cqe cqe = {0, 0}, *rd_cqe;
sys/dev/cxgbe/iw_cxgbe/ev.c
120
struct t4_cqe *err_cqe,
sys/dev/cxgbe/iw_cxgbe/ev.c
157
void c4iw_ev_dispatch(struct c4iw_dev *dev, struct t4_cqe *err_cqe)
sys/dev/cxgbe/iw_cxgbe/ev.c
95
static void dump_err_cqe(struct c4iw_dev *dev, struct t4_cqe *err_cqe)
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
972
int c4iw_post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe);
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
979
void c4iw_ev_dispatch(struct c4iw_dev *dev, struct t4_cqe *err_cqe);
sys/dev/cxgbe/iw_cxgbe/qp.c
1118
static void post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe,
sys/dev/cxgbe/iw_cxgbe/qp.c
613
struct t4_cqe cqe = {};
sys/dev/cxgbe/iw_cxgbe/qp.c
643
struct t4_cqe cqe = {};
sys/dev/cxgbe/iw_cxgbe/qp.c
982
static inline void build_term_codes(struct t4_cqe *err_cqe, u8 *layer_type,
sys/dev/cxgbe/iw_cxgbe/t4.h
287
struct t4_cqe cqe;
sys/dev/cxgbe/iw_cxgbe/t4.h
544
struct t4_cqe *queue;
sys/dev/cxgbe/iw_cxgbe/t4.h
547
struct t4_cqe *sw_queue;
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
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)