Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dvport.c1226 bool ec_vf_func = false; in mlx5_vport_get_other_func_cap() local
1233 ec_vf_func = mlx5_core_is_ec_vf_vport(dev, vport); in mlx5_vport_get_other_func_cap()
1234 function_id = mlx5_vport_to_func_id(dev, vport, ec_vf_func); in mlx5_vport_get_other_func_cap()
1239 ec_vf_func = false; in mlx5_vport_get_other_func_cap()
1248 MLX5_SET(query_hca_cap_in, in, ec_vf_function, ec_vf_func); in mlx5_vport_get_other_func_cap()
1287 bool ec_vf_func = false; in mlx5_vport_set_other_func_cap() local
1301 ec_vf_func = mlx5_core_is_ec_vf_vport(dev, vport); in mlx5_vport_set_other_func_cap()
1302 function_id = mlx5_vport_to_func_id(dev, vport, ec_vf_func); in mlx5_vport_set_other_func_cap()
1307 ec_vf_func = false; in mlx5_vport_set_other_func_cap()
1317 MLX5_SET(set_hca_cap_in, set_ctx, ec_vf_function, ec_vf_func); in mlx5_vport_set_other_func_cap()
H A Dpci_irq.c48 bool ec_vf_func) in mlx5_core_func_to_vport() argument
50 if (!ec_vf_func) in mlx5_core_func_to_vport()