Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/cxgb4/
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 Ddevice.c92 void c4iw_log_wr_stats(struct t4_wq *wq, struct t4_cqe *cqe) in c4iw_log_wr_stats()
H A Dcm.c3907 c4iw_ev_dispatch(dev, (struct t4_cqe *)&rpl->data[0]); in deferred_fw6_msg()