Searched refs:mlx5_frag_buf (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | alloc.c | 75 struct mlx5_frag_buf *buf, int node) in mlx5_frag_buf_alloc_node() 117 void mlx5_frag_buf_free(struct mlx5_core_dev *dev, struct mlx5_frag_buf *buf) in mlx5_frag_buf_free() 236 void mlx5_fill_page_frag_array_perm(struct mlx5_frag_buf *buf, __be64 *pas, u8 perm) in mlx5_fill_page_frag_array_perm() 246 void mlx5_fill_page_frag_array(struct mlx5_frag_buf *buf, __be64 *pas) in mlx5_fill_page_frag_array()
|
D | wq.h | 47 struct mlx5_frag_buf buf;
|
/Linux-v6.1/drivers/vfio/pci/mlx5/ |
D | cmd.h | 46 struct mlx5_frag_buf frag_buf; 67 struct mlx5_frag_buf buf;
|
D | cmd.c | 597 struct mlx5_frag_buf *frag_buf = &buf->frag_buf; in alloc_cq_frag_buf()
|
/Linux-v6.1/include/linux/mlx5/ |
D | driver.h | 332 struct mlx5_frag_buf { struct 1025 struct mlx5_frag_buf *buf, int node); 1026 void mlx5_frag_buf_free(struct mlx5_core_dev *dev, struct mlx5_frag_buf *buf); 1051 void mlx5_fill_page_frag_array_perm(struct mlx5_frag_buf *buf, __be64 *pas, u8 perm); 1052 void mlx5_fill_page_frag_array(struct mlx5_frag_buf *frag_buf, __be64 *pas);
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | eq.h | 26 struct mlx5_frag_buf frag_buf;
|
/Linux-v6.1/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 486 struct mlx5_frag_buf buf; 532 struct mlx5_frag_buf frag_buf; 576 struct mlx5_frag_buf buf;
|
D | cq.c | 670 struct mlx5_frag_buf *frag_buf = &buf->frag_buf; in alloc_cq_frag_buf() 1313 struct mlx5_frag_buf *frag_buf; in mlx5_ib_resize_cq()
|
/Linux-v6.1/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 63 struct mlx5_frag_buf frag_buf; 77 struct mlx5_frag_buf frag_buf; 84 struct mlx5_frag_buf frag_buf; 330 struct mlx5_frag_buf *frag_buf = &buf->frag_buf; in cq_frag_buf_alloc() 350 struct mlx5_frag_buf *frag_buf = &umem->frag_buf; in umem_frag_buf_alloc()
|