Searched refs:mlx5_buf (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | alloc.c | 67 struct mlx5_buf *buf, int node) in mlx5_buf_alloc_node() 89 int mlx5_buf_alloc(struct mlx5_core_dev *dev, int size, struct mlx5_buf *buf) in mlx5_buf_alloc() 95 void mlx5_buf_free(struct mlx5_core_dev *dev, struct mlx5_buf *buf) in mlx5_buf_free() 200 void mlx5_fill_page_array(struct mlx5_buf *buf, __be64 *pas) in mlx5_fill_page_array()
|
D | wq.h | 46 struct mlx5_buf buf;
|
/linux-4.4.14/include/linux/mlx5/ |
D | driver.h | 293 struct mlx5_buf { struct 304 struct mlx5_buf buf; argument 624 static inline void *mlx5_buf_offset(struct mlx5_buf *buf, int offset) in mlx5_buf_offset() 708 struct mlx5_buf *buf, int node); 709 int mlx5_buf_alloc(struct mlx5_core_dev *dev, int size, struct mlx5_buf *buf); 710 void mlx5_buf_free(struct mlx5_core_dev *dev, struct mlx5_buf *buf); 750 void mlx5_fill_page_array(struct mlx5_buf *buf, __be64 *pas);
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 177 struct mlx5_buf buf; 236 struct mlx5_buf buf; 292 struct mlx5_buf buf;
|