Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Ddevlink_port.c22 mlx5_eswitch_is_vf_vport(esw, vport_num); in mlx5_esw_devlink_port_supported()
55 } else if (mlx5_eswitch_is_vf_vport(esw, vport_num)) { in mlx5_esw_dl_port_alloc()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Degress_ofld.c153 return mlx5_eswitch_is_vf_vport(esw, vport_num); in esw_acl_egress_needed()
H A Dingress_ofld.c14 mlx5_eswitch_is_vf_vport(esw, vport->vport)); in esw_acl_ingress_prio_tag_enabled()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h632 bool mlx5_eswitch_is_vf_vport(const struct mlx5_eswitch *esw, u16 vport_num);
H A Deswitch.c1884 mlx5_eswitch_is_vf_vport(esw, vport_num); in is_port_function_supported()
H A Deswitch_offloads.c2798 bool mlx5_eswitch_is_vf_vport(const struct mlx5_eswitch *esw, u16 vport_num) in mlx5_eswitch_is_vf_vport() function