Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h235 struct mlx5_ib_cq_buf { struct
274 struct mlx5_ib_cq_buf buf;
284 struct mlx5_ib_cq_buf *resize_buf;
Dcq.c68 static void *get_cqe_from_buf(struct mlx5_ib_cq_buf *buf, int n, int size) in get_cqe_from_buf()
373 static void free_cq_buf(struct mlx5_ib_dev *dev, struct mlx5_ib_cq_buf *buf) in free_cq_buf()
596 static int alloc_cq_buf(struct mlx5_ib_dev *dev, struct mlx5_ib_cq_buf *buf, in alloc_cq_buf()
685 static void init_cq_buf(struct mlx5_ib_cq *cq, struct mlx5_ib_cq_buf *buf) in init_cq_buf()
1156 struct mlx5_ib_cq_buf tbuf; in mlx5_ib_resize_cq()