Home
last modified time | relevance | path

Searched refs:mlx5_core_is_ecpf (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Decpf.c66 if (!mlx5_core_is_ecpf(dev)) in mlx5_ec_init()
81 if (!mlx5_core_is_ecpf(dev)) in mlx5_ec_cleanup()
Dpagealloc.c147 MLX5_SET(query_pages_in, in, embedded_cpu_function, mlx5_core_is_ecpf(dev)); in mlx5_cmd_query_pages()
323 else if (mlx5_core_is_ecpf(dev) && !ec_function) in give_pages()
421 else if (mlx5_core_is_ecpf(dev) && !ec_function) in reclaim_pages()
500 return give_pages(dev, func_id, npages, 0, mlx5_core_is_ecpf(dev)); in mlx5_satisfy_startup_pages()
534 &nclaimed, mlx5_core_is_ecpf(dev)); in mlx5_reclaim_startup_pages()
Deswitch.c1715 (!vport_num && mlx5_core_is_ecpf(esw->dev))) in esw_enable_vport()
/Linux-v5.4/include/linux/mlx5/
Ddriver.h1124 static inline bool mlx5_core_is_ecpf(struct mlx5_core_dev *dev) in mlx5_core_is_ecpf() function