Searched defs:t3_cqe (Results 1 - 1 of 1) sorted by relevance

/drivers/infiniband/hw/cxgb3/
H A Dcxio_wr.h553 struct t3_cqe { struct
675 struct t3_cqe cqe;
722 struct t3_cqe *queue;
723 struct t3_cqe *sw_queue;
767 static inline struct t3_cqe *cxio_next_hw_cqe(struct t3_cq *cq)
769 struct t3_cqe *cqe;
777 static inline struct t3_cqe *cxio_next_sw_cqe(struct t3_cq *cq)
779 struct t3_cqe *cqe;
788 static inline struct t3_cqe *cxio_next_cqe(struct t3_cq *cq)
790 struct t3_cqe *cq
[all...]

Completed in 89 milliseconds