Searched refs:t4_cqe (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | t4.h | 163 struct t4_cqe { struct 262 struct t4_cqe cqe; 532 struct t4_cqe *queue; 535 struct t4_cqe *sw_queue; 615 static inline int t4_valid_cqe(struct t4_cq *cq, struct t4_cqe *cqe) in t4_valid_cqe() 620 static inline int t4_next_hw_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_hw_cqe() 646 static inline struct t4_cqe *t4_next_sw_cqe(struct t4_cq *cq) in t4_next_sw_cqe() 659 static inline int t4_next_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_cqe()
|
D | cq.c | 187 struct t4_cqe cqe; in insert_recv_cqe() 220 struct t4_cqe cqe; in insert_sq_cqe() 306 static void create_read_req_cqe(struct t4_wq *wq, struct t4_cqe *hw_cqe, in create_read_req_cqe() 307 struct t4_cqe *read_cqe) in create_read_req_cqe() 343 struct t4_cqe *hw_cqe, *swcqe, read_cqe; in c4iw_flush_hw_cq() 419 static int cqe_completes_wr(struct t4_cqe *cqe, struct t4_wq *wq) in cqe_completes_wr() 437 struct t4_cqe *cqe; in c4iw_count_rcqes() 470 static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, in poll_cq() 474 struct t4_cqe *hw_cqe, read_cqe; in poll_cq() 687 struct t4_cqe uninitialized_var(cqe), *rd_cqe; in c4iw_poll_cq_one()
|
D | ev.c | 63 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() 118 void c4iw_ev_dispatch(struct c4iw_dev *dev, struct t4_cqe *err_cqe) in c4iw_ev_dispatch()
|
D | iw_cxgb4.h | 1024 int c4iw_post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe); 1031 void c4iw_ev_dispatch(struct c4iw_dev *dev, struct t4_cqe *err_cqe); 1035 extern void c4iw_log_wr_stats(struct t4_wq *wq, struct t4_cqe *cqe);
|
D | qp.c | 932 static inline void build_term_codes(struct t4_cqe *err_cqe, u8 *layer_type, in build_term_codes() 1068 static void post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe, in post_terminate()
|
D | device.c | 117 void c4iw_log_wr_stats(struct t4_wq *wq, struct t4_cqe *cqe) in c4iw_log_wr_stats()
|
D | cm.c | 3505 c4iw_ev_dispatch(dev, (struct t4_cqe *)&rpl->data[0]); in deferred_fw6_msg()
|