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

/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Dcq.c97 struct mthca_cqe { struct
125 static inline struct mthca_cqe *get_cqe(struct mthca_cq *cq, int entry)
130 static inline struct mthca_cqe *cqe_sw(struct mthca_cq *cq, int i)
132 struct mthca_cqe *cqe = get_cqe(cq, i);
136 static inline struct mthca_cqe *next_cqe_sw(struct mthca_cq *cq)
141 static inline void set_cqe_hw(struct mthca_cqe *cqe)
296 struct mthca_cqe *cqe;
540 static inline int is_recv_cqe(struct mthca_cqe *cqe)
551 struct mthca_cqe *cqe;
630 ((struct mthca_cqe *) bu
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c116 struct mthca_cqe { struct
158 static inline struct mthca_cqe *get_cqe_from_buf(struct mthca_cq_buf *buf,
168 static inline struct mthca_cqe *get_cqe(struct mthca_cq *cq, int entry)
173 static inline struct mthca_cqe *cqe_sw(struct mthca_cqe *cqe)
178 static inline struct mthca_cqe *next_cqe_sw(struct mthca_cq *cq)
183 static inline void set_cqe_hw(struct mthca_cqe *cqe)
268 static inline int is_recv_cqe(struct mthca_cqe *cqe)
280 struct mthca_cqe *cqe;
489 struct mthca_cqe *cq
[all...]

Completed in 125 milliseconds