Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/iw_cxgbe/
HDt4.h190 struct t4_cqe { struct
289 struct t4_cqe cqe;
473 struct t4_cqe *queue;
476 struct t4_cqe *sw_queue;
541 static inline int t4_valid_cqe(struct t4_cq *cq, struct t4_cqe *cqe) in t4_valid_cqe()
546 static inline int t4_next_hw_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_hw_cqe()
568 static inline struct t4_cqe *t4_next_sw_cqe(struct t4_cq *cq) in t4_next_sw_cqe()
575 static inline int t4_next_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_cqe()
HDcq.c199 struct t4_cqe cqe; in insert_recv_cqe()
232 struct t4_cqe cqe; in insert_sq_cqe()
271 struct t4_cqe *cqe = NULL, *swcqe; in c4iw_flush_hw_cq()
288 static int cqe_completes_wr(struct t4_cqe *cqe, struct t4_wq *wq) in cqe_completes_wr()
306 struct t4_cqe *cqe; in c4iw_count_scqes()
325 struct t4_cqe *cqe; in c4iw_count_rcqes()
374 static void create_read_req_cqe(struct t4_wq *wq, struct t4_cqe *hw_cqe, in create_read_req_cqe()
375 struct t4_cqe *read_cqe) in create_read_req_cqe()
423 static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, in poll_cq()
427 struct t4_cqe *hw_cqe, read_cqe; in poll_cq()
[all …]
HDev.c44 struct t4_cqe *err_cqe, in post_qp_event()
85 void c4iw_ev_dispatch(struct c4iw_dev *dev, struct t4_cqe *err_cqe) in c4iw_ev_dispatch()
HDiw_cxgbe.h912 int c4iw_post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe);
919 void c4iw_ev_dispatch(struct c4iw_dev *dev, struct t4_cqe *err_cqe);
HDcm.c2379 struct t4_cqe cqe =*(const struct t4_cqe *)(&rpl[0]); in fw6_cqe_handler()
HDqp.c761 static inline void build_term_codes(struct t4_cqe *err_cqe, u8 *layer_type, in build_term_codes()
897 static void post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe, in post_terminate()