Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h237 struct mlx5_ib_cq_buf { struct
270 struct mlx5_ib_cq_buf buf;
280 struct mlx5_ib_cq_buf *resize_buf;
Dcq.c67 static void *get_cqe_from_buf(struct mlx5_ib_cq_buf *buf, int n, int size) in get_cqe_from_buf()
365 static void free_cq_buf(struct mlx5_ib_dev *dev, struct mlx5_ib_cq_buf *buf) in free_cq_buf()
588 static int alloc_cq_buf(struct mlx5_ib_dev *dev, struct mlx5_ib_cq_buf *buf, in alloc_cq_buf()
678 static void init_cq_buf(struct mlx5_ib_cq *cq, struct mlx5_ib_cq_buf *buf) in init_cq_buf()
1143 struct mlx5_ib_cq_buf tbuf; in mlx5_ib_resize_cq()