Home
last modified time | relevance | path

Searched refs:t4_cqe (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ofed/libcxgb4/
H A Dcq.c44 struct t4_cqe cqe; in insert_recv_cqe()
77 struct t4_cqe cqe; in insert_sq_cqe()
163 static void create_read_req_cqe(struct t4_wq *wq, struct t4_cqe *hw_cqe, in create_read_req_cqe()
164 struct t4_cqe *read_cqe) in create_read_req_cqe()
200 struct t4_cqe *hw_cqe, *swcqe, read_cqe; in c4iw_flush_hw_cq()
284 static int cqe_completes_wr(struct t4_cqe *cqe, struct t4_wq *wq) in cqe_completes_wr()
302 struct t4_cqe *cqe; in c4iw_count_rcqes()
345 static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, in poll_cq()
349 struct t4_cqe *hw_cqe, read_cqe; in poll_cq()
563 struct t4_cqe cqe, *rd_cqe; in c4iw_poll_cq_one()
H A Dt4.h197 struct t4_cqe { struct
296 struct t4_cqe cqe;
576 struct t4_cqe *queue;
577 struct t4_cqe *sw_queue;
649 static inline int t4_valid_cqe(struct t4_cq *cq, struct t4_cqe *cqe) in t4_valid_cqe()
654 static inline int t4_next_hw_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_hw_cqe()
678 static inline struct t4_cqe *t4_next_sw_cqe(struct t4_cq *cq) in t4_next_sw_cqe()
696 static inline int t4_next_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_cqe()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dt4.h186 struct t4_cqe { struct
288 struct t4_cqe cqe;
545 struct t4_cqe *queue;
548 struct t4_cqe *sw_queue;
635 static inline int t4_valid_cqe(struct t4_cq *cq, struct t4_cqe *cqe) in t4_valid_cqe()
645 static inline int t4_next_hw_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_hw_cqe()
671 static inline struct t4_cqe *t4_next_sw_cqe(struct t4_cq *cq) in t4_next_sw_cqe()
685 static inline int t4_next_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_cqe()
H A Dcq.c206 struct t4_cqe cqe; in insert_recv_cqe()
239 struct t4_cqe cqe; in insert_sq_cqe()
326 static void create_read_req_cqe(struct t4_wq *wq, struct t4_cqe *hw_cqe, in create_read_req_cqe()
327 struct t4_cqe *read_cqe) in create_read_req_cqe()
363 struct t4_cqe *hw_cqe, *swcqe, read_cqe; in c4iw_flush_hw_cq()
440 static int cqe_completes_wr(struct t4_cqe *cqe, struct t4_wq *wq) in cqe_completes_wr()
458 struct t4_cqe *cqe; in c4iw_count_rcqes()
491 static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, in poll_cq()
495 struct t4_cqe *hw_cqe, read_cqe; in poll_cq()
718 struct t4_cqe cqe = {0, 0}, *rd_cqe; in c4iw_poll_cq_one()
H A Dev.c95 static void dump_err_cqe(struct c4iw_dev *dev, struct t4_cqe *err_cqe) in dump_err_cqe()
120 struct t4_cqe *err_cqe, in post_qp_event()
157 void c4iw_ev_dispatch(struct c4iw_dev *dev, struct t4_cqe *err_cqe) in c4iw_ev_dispatch()
H A Diw_cxgbe.h975 int c4iw_post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe);
982 void c4iw_ev_dispatch(struct c4iw_dev *dev, struct t4_cqe *err_cqe);
H A Dqp.c613 struct t4_cqe cqe = {}; in complete_sq_drain_wr()
643 struct t4_cqe cqe = {}; in complete_rq_drain_wr()
982 static inline void build_term_codes(struct t4_cqe *err_cqe, u8 *layer_type, in build_term_codes()
1118 static void post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe, in post_terminate()
H A Dcm.c436 struct t4_cqe err_cqe;
2993 cle->err_cqe = *(const struct t4_cqe *)(&rpl[0]); in fw6_cqe_handler()