Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dpagealloc.c51 u8 ec_function; member
312 bool ec_function) in page_notify_fail() argument
320 MLX5_SET(manage_pages_in, in, embedded_cpu_function, ec_function); in page_notify_fail()
329 int notify_fail, bool ec_function) in give_pages() argument
364 MLX5_SET(manage_pages_in, in, embedded_cpu_function, ec_function); in give_pages()
376 else if (mlx5_core_is_ecpf(dev) && !ec_function) in give_pages()
380 npages, ec_function, func_id, err); in give_pages()
391 page_notify_fail(dev, func_id, ec_function); in give_pages()
396 bool ec_function) in release_all_pages() argument
418 else if (mlx5_core_is_ecpf(dev) && !ec_function) in release_all_pages()
[all …]
/Linux-v5.10/include/linux/mlx5/
Ddriver.h975 s32 npages, bool ec_function);
Ddevice.h637 __be16 ec_function; member