Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c117 struct mthca_cqe { struct
159 static inline struct mthca_cqe *get_cqe_from_buf(struct mthca_cq_buf *buf, in get_cqe_from_buf()
169 static inline struct mthca_cqe *get_cqe(struct mthca_cq *cq, int entry) in get_cqe()
174 static inline struct mthca_cqe *cqe_sw(struct mthca_cqe *cqe) in cqe_sw()
179 static inline struct mthca_cqe *next_cqe_sw(struct mthca_cq *cq) in next_cqe_sw()
184 static inline void set_cqe_hw(struct mthca_cqe *cqe) in set_cqe_hw()
264 static inline int is_recv_cqe(struct mthca_cqe *cqe) in is_recv_cqe()
276 struct mthca_cqe *cqe; in mthca_cq_clean()
485 struct mthca_cqe *cqe; in mthca_poll_one()