Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/esw/
Ddevlink_port.c20 mlx5_eswitch_is_vf_vport(esw, vport_num) || in mlx5_esw_devlink_port_supported()
44 } else if (mlx5_eswitch_is_vf_vport(esw, vport_num)) { in mlx5_esw_offloads_pf_vf_devlink_port_attrs_set()
Dindir_table.c75 vf_sf_vport = mlx5_eswitch_is_vf_vport(esw, vport_num) || in mlx5_esw_indir_table_needed()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
Degress_ofld.c183 return mlx5_eswitch_is_vf_vport(esw, vport_num) || mlx5_esw_is_sf_vport(esw, vport_num); in esw_acl_egress_needed()
Dingress_ofld.c14 mlx5_eswitch_is_vf_vport(esw, vport->vport)); in esw_acl_ingress_prio_tag_enabled()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.h724 bool mlx5_eswitch_is_vf_vport(struct mlx5_eswitch *esw, u16 vport_num);
Deswitch.c2007 bool mlx5_eswitch_is_vf_vport(struct mlx5_eswitch *esw, u16 vport_num) in mlx5_eswitch_is_vf_vport() function
2015 mlx5_eswitch_is_vf_vport(esw, vport_num); in mlx5_eswitch_is_pf_vf_vport()