Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dpagealloc.c51 u8 ec_function; member
72 static u32 get_function(u16 func_id, bool ec_function) in get_function() argument
74 return (u32)func_id | (ec_function << 16); in get_function()
77 static u16 func_id_to_type(struct mlx5_core_dev *dev, u16 func_id, bool ec_function) in func_id_to_type() argument
80 return mlx5_core_is_ecpf(dev) && !ec_function ? MLX5_HOST_PF : MLX5_PF; in func_id_to_type()
83 if (ec_function) in func_id_to_type()
337 bool ec_function) in page_notify_fail() argument
345 MLX5_SET(manage_pages_in, in, embedded_cpu_function, ec_function); in page_notify_fail()
354 int event, bool ec_function) in give_pages() argument
356 u32 function = get_function(func_id, ec_function); in give_pages()
[all …]