Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h167 struct mthca_cq_buf { struct
174 struct mthca_cq_buf buf; argument
189 struct mthca_cq_buf buf;
H A Dmthca_cq.c159 static inline struct mthca_cqe *get_cqe_from_buf(struct mthca_cq_buf *buf, in get_cqe_from_buf()
348 int mthca_alloc_cq_buf(struct mthca_dev *dev, struct mthca_cq_buf *buf, int nent) in mthca_alloc_cq_buf()
366 void mthca_free_cq_buf(struct mthca_dev *dev, struct mthca_cq_buf *buf, int cqe) in mthca_free_cq_buf()
702 struct mthca_cq_buf tbuf; in mthca_poll_cq()
H A Dmthca_dev.h498 int mthca_alloc_cq_buf(struct mthca_dev *dev, struct mthca_cq_buf *buf, int nent);
499 void mthca_free_cq_buf(struct mthca_dev *dev, struct mthca_cq_buf *buf, int cqe);
H A Dmthca_provider.c744 struct mthca_cq_buf tbuf; in mthca_resize_cq()