Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dcq.c186 struct t4_cqe cqe; in insert_recv_cqe()
220 struct t4_cqe cqe; in insert_sq_cqe()
300 static void create_read_req_cqe(struct t4_wq *wq, struct t4_cqe *hw_cqe, in create_read_req_cqe()
301 struct t4_cqe *read_cqe) in create_read_req_cqe()
337 struct t4_cqe *hw_cqe, *swcqe, read_cqe; in c4iw_flush_hw_cq()
422 static int cqe_completes_wr(struct t4_cqe *cqe, struct t4_wq *wq) in cqe_completes_wr()
445 struct t4_cqe *cqe; in c4iw_count_rcqes()
491 static u64 reap_srq_cqe(struct t4_cqe *hw_cqe, struct t4_srq *srq) in reap_srq_cqe()
549 struct t4_cqe *hw_cqe, read_cqe; in poll_cq()
757 struct t4_cqe cqe; in __c4iw_poll_cq_one()
[all …]
H A 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()
H A Drestrack.c307 static int fill_cqe(struct sk_buff *msg, struct t4_cqe *cqe, u16 idx, in fill_cqe()
334 struct t4_cqe *cqes) in fill_hwcqes()
351 struct t4_cqe *cqes) in fill_swcqes()
376 struct t4_cqe hwcqes[2]; in c4iw_fill_res_cq_entry()
377 struct t4_cqe swcqes[2]; in c4iw_fill_res_cq_entry()
H A Dt4.h174 struct t4_cqe { struct
308 struct t4_cqe cqe;
677 struct t4_cqe *queue;
680 struct t4_cqe *sw_queue;
770 static inline int t4_valid_cqe(struct t4_cq *cq, struct t4_cqe *cqe) in t4_valid_cqe()
780 static inline int t4_next_hw_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_hw_cqe()
805 static inline int t4_next_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_cqe()
H A Diw_cxgb4.h1012 int c4iw_post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe);
1019 void c4iw_ev_dispatch(struct c4iw_dev *dev, struct t4_cqe *err_cqe);
1028 extern void c4iw_log_wr_stats(struct t4_wq *wq, struct t4_cqe *cqe);
H A Dqp.c982 struct t4_cqe cqe = {}; in complete_sq_drain_wr()
1038 struct t4_cqe cqe = {}; in complete_rq_drain_wr()
1424 static inline void build_term_codes(struct t4_cqe *err_cqe, u8 *layer_type, in build_term_codes()
1560 static void post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe, in post_terminate()
H A Ddevice.c92 void c4iw_log_wr_stats(struct t4_wq *wq, struct t4_cqe *cqe) in c4iw_log_wr_stats()
H A Dcm.c3903 c4iw_ev_dispatch(dev, (struct t4_cqe *)&rpl->data[0]); in deferred_fw6_msg()