Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/
Dalloc.c302 void mlx5_fill_page_frag_array_perm(struct mlx5_frag_buf *buf, __be64 *pas, u8 perm) in mlx5_fill_page_frag_array_perm() function
310 EXPORT_SYMBOL_GPL(mlx5_fill_page_frag_array_perm);
314 mlx5_fill_page_frag_array_perm(buf, pas, 0); in mlx5_fill_page_frag_array()
/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c660 mlx5_fill_page_frag_array_perm(&umem->frag_buf, pas, MLX5_MTT_PERM_RW); in create_umem()