Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Decpf.c17 return mlx5_core_is_ecpf_esw_manager(dev); in mlx5_ecpf_esw_admins_host_pf()
Deswitch.h558 return mlx5_core_is_ecpf_esw_manager(dev) ? in mlx5_eswitch_manager_vport()
570 return mlx5_core_is_ecpf_esw_manager(dev) ? in mlx5_eswitch_first_host_vport_num()
576 return mlx5_core_is_ecpf_esw_manager(dev); in mlx5_eswitch_is_funcs_handler()
Dsriov.c252 if (mlx5_core_is_ecpf_esw_manager(dev)) { in mlx5_get_max_vfs()
Deswitch_offloads.c1246 if (mlx5_core_is_ecpf_esw_manager(esw->dev)) { in esw_add_fdb_peer_miss_rules()
1302 if (mlx5_core_is_ecpf_esw_manager(esw->dev)) { in esw_add_fdb_peer_miss_rules()
1330 if (mlx5_core_is_ecpf_esw_manager(esw->dev)) { in esw_del_fdb_peer_miss_rules()
2444 if (mlx5_core_is_ecpf_esw_manager(esw->dev)) { in __unload_reps_all_vport()
3284 if (!mlx5_core_is_ecpf_esw_manager(esw->dev)) in mlx5_esw_host_number_init()
3304 if (!mlx5_core_is_ecpf_esw_manager(esw->dev)) in mlx5_esw_offloads_controller_valid()
3736 !mlx5_core_is_ecpf_esw_manager(esw->dev)) in mlx5_eswitch_vport_has_rep()
Deswitch.c1162 if (!mlx5_core_is_ecpf_esw_manager(esw->dev)) { in mlx5_eswitch_update_num_of_vfs()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/esw/
Ddevlink_port.c40 external = mlx5_core_is_ecpf_esw_manager(dev); in mlx5_esw_dl_port_alloc()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/sf/
Ddevlink.c328 !mlx5_core_is_ecpf_esw_manager(dev)) { in mlx5_sf_new_check_attr()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_cmd.c205 caps->is_ecpf = mlx5_core_is_ecpf_esw_manager(mdev); in mlx5dr_cmd_query_device()
/Linux-v6.1/include/linux/mlx5/
Ddriver.h1211 mlx5_core_is_ecpf_esw_manager(const struct mlx5_core_dev *dev) in mlx5_core_is_ecpf_esw_manager() function