Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dcq.c187 struct t4_cqe cqe; in insert_recv_cqe()
221 struct t4_cqe cqe; in insert_sq_cqe()
301 static void create_read_req_cqe(struct t4_wq *wq, struct t4_cqe *hw_cqe, in create_read_req_cqe()
302 struct t4_cqe *read_cqe) in create_read_req_cqe()
338 struct t4_cqe *hw_cqe, *swcqe, read_cqe; in c4iw_flush_hw_cq()
423 static int cqe_completes_wr(struct t4_cqe *cqe, struct t4_wq *wq) in cqe_completes_wr()
446 struct t4_cqe *cqe; in c4iw_count_rcqes()
492 static u64 reap_srq_cqe(struct t4_cqe *hw_cqe, struct t4_srq *srq) in reap_srq_cqe()
545 static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, in poll_cq()
550 struct t4_cqe *hw_cqe, read_cqe; in poll_cq()
[all …]
Dt4.h173 struct t4_cqe { struct
307 struct t4_cqe cqe;
691 struct t4_cqe *queue;
694 struct t4_cqe *sw_queue;
784 static inline int t4_valid_cqe(struct t4_cq *cq, struct t4_cqe *cqe) in t4_valid_cqe()
794 static inline int t4_next_hw_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_hw_cqe()
819 static inline struct t4_cqe *t4_next_sw_cqe(struct t4_cq *cq) in t4_next_sw_cqe()
832 static inline int t4_next_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_cqe()
Dev.c62 static void dump_err_cqe(struct c4iw_dev *dev, struct t4_cqe *err_cqe) in dump_err_cqe()
89 struct t4_cqe *err_cqe, in post_qp_event()
120 void c4iw_ev_dispatch(struct c4iw_dev *dev, struct t4_cqe *err_cqe) in c4iw_ev_dispatch()
Drestrack.c310 static int fill_cqe(struct sk_buff *msg, struct t4_cqe *cqe, u16 idx, in fill_cqe()
337 struct t4_cqe *cqes) in fill_hwcqes()
354 struct t4_cqe *cqes) in fill_swcqes()
381 struct t4_cqe hwcqes[2]; in fill_res_cq_entry()
382 struct t4_cqe swcqes[2]; in fill_res_cq_entry()
Diw_cxgb4.h1100 int c4iw_post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe);
1107 void c4iw_ev_dispatch(struct c4iw_dev *dev, struct t4_cqe *err_cqe);
1116 extern void c4iw_log_wr_stats(struct t4_wq *wq, struct t4_cqe *cqe);
Dqp.c1002 struct t4_cqe cqe = {}; in complete_sq_drain_wr()
1058 struct t4_cqe cqe = {}; in complete_rq_drain_wr()
1443 static inline void build_term_codes(struct t4_cqe *err_cqe, u8 *layer_type, in build_term_codes()
1579 static void post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe, in post_terminate()
Ddevice.c100 void c4iw_log_wr_stats(struct t4_wq *wq, struct t4_cqe *cqe) in c4iw_log_wr_stats()
Dcm.c3729 c4iw_ev_dispatch(dev, (struct t4_cqe *)&rpl->data[0]); in deferred_fw6_msg()