Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dt4.h164 struct t4_cqe { struct
263 struct t4_cqe cqe;
541 struct t4_cqe *queue;
544 struct t4_cqe *sw_queue;
632 static inline int t4_valid_cqe(struct t4_cq *cq, struct t4_cqe *cqe) in t4_valid_cqe()
637 static inline int t4_next_hw_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_hw_cqe()
663 static inline struct t4_cqe *t4_next_sw_cqe(struct t4_cq *cq) in t4_next_sw_cqe()
676 static inline int t4_next_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_cqe()
Dcq.c185 struct t4_cqe cqe; in insert_recv_cqe()
218 struct t4_cqe cqe; in insert_sq_cqe()
304 static void create_read_req_cqe(struct t4_wq *wq, struct t4_cqe *hw_cqe, in create_read_req_cqe()
305 struct t4_cqe *read_cqe) in create_read_req_cqe()
341 struct t4_cqe *hw_cqe, *swcqe, read_cqe; in c4iw_flush_hw_cq()
417 static int cqe_completes_wr(struct t4_cqe *cqe, struct t4_wq *wq) in cqe_completes_wr()
435 struct t4_cqe *cqe; in c4iw_count_rcqes()
468 static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, in poll_cq()
472 struct t4_cqe *hw_cqe, read_cqe; in poll_cq()
685 struct t4_cqe uninitialized_var(cqe), *rd_cqe; in c4iw_poll_cq_one()
Dev.c63 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()
Diw_cxgb4.h1013 int c4iw_post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe);
1020 void c4iw_ev_dispatch(struct c4iw_dev *dev, struct t4_cqe *err_cqe);
1027 extern void c4iw_log_wr_stats(struct t4_wq *wq, struct t4_cqe *cqe);
Dqp.c945 static inline void build_term_codes(struct t4_cqe *err_cqe, u8 *layer_type, in build_term_codes()
1081 static void post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe, in post_terminate()
Ddevice.c117 void c4iw_log_wr_stats(struct t4_wq *wq, struct t4_cqe *cqe) in c4iw_log_wr_stats()
Dcm.c3622 c4iw_ev_dispatch(dev, (struct t4_cqe *)&rpl->data[0]); in deferred_fw6_msg()