Home
last modified time | relevance | path

Searched refs:mlx5_fill_page_frag_array_perm (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dalloc.c236 void mlx5_fill_page_frag_array_perm(struct mlx5_frag_buf *buf, __be64 *pas, u8 perm) in mlx5_fill_page_frag_array_perm() function
244 EXPORT_SYMBOL_GPL(mlx5_fill_page_frag_array_perm);
248 mlx5_fill_page_frag_array_perm(buf, pas, 0); in mlx5_fill_page_frag_array()
/openbmc/linux/include/linux/mlx5/
H A Ddriver.h1067 void mlx5_fill_page_frag_array_perm(struct mlx5_frag_buf *buf, __be64 *pas, u8 perm);
/openbmc/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c728 mlx5_fill_page_frag_array_perm(&umem->frag_buf, pas, MLX5_MTT_PERM_RW); in create_umem()