Searched refs:t4_cqe (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/infiniband/hw/cxgb4/ |
D | cq.c | 186 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() 544 static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, in poll_cq() 549 struct t4_cqe *hw_cqe, read_cqe; in poll_cq() [all …]
|
D | ev.c | 62 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()
|
D | restrack.c | 307 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()
|
D | t4.h | 174 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()
|
D | iw_cxgb4.h | 1012 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);
|
D | qp.c | 982 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()
|
D | device.c | 92 void c4iw_log_wr_stats(struct t4_wq *wq, struct t4_cqe *cqe) in c4iw_log_wr_stats()
|
D | cm.c | 3897 c4iw_ev_dispatch(dev, (struct t4_cqe *)&rpl->data[0]); in deferred_fw6_msg()
|