Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_provider.h185 struct mthca_cq_buf { struct
192 struct mthca_cq_buf buf; argument
207 struct mthca_cq_buf buf;
Dmthca_cq.c159 static inline struct mthca_cqe *get_cqe_from_buf(struct mthca_cq_buf *buf, in get_cqe_from_buf()
353 int mthca_alloc_cq_buf(struct mthca_dev *dev, struct mthca_cq_buf *buf, int nent) in mthca_alloc_cq_buf()
371 void mthca_free_cq_buf(struct mthca_dev *dev, struct mthca_cq_buf *buf, int cqe) in mthca_free_cq_buf()
710 struct mthca_cq_buf tbuf; in mthca_poll_cq()
Dmthca_dev.h509 int mthca_alloc_cq_buf(struct mthca_dev *dev, struct mthca_cq_buf *buf, int nent);
510 void mthca_free_cq_buf(struct mthca_dev *dev, struct mthca_cq_buf *buf, int cqe);
Dmthca_provider.c822 struct mthca_cq_buf tbuf; in mthca_resize_cq()