Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/mlx5/
Deswitch.h62 void *mlx5_eswitch_uplink_get_proto_dev(struct mlx5_eswitch *esw, u8 rep_type);
/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dib_rep.c130 return mlx5_eswitch_uplink_get_proto_dev(esw, REP_IB); in mlx5_ib_get_uplink_ibdev()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun.c38 uplink_dev = mlx5_eswitch_uplink_get_proto_dev(esw, REP_ETH); in get_route_and_out_devs()
99 uplink_dev = mlx5_eswitch_uplink_get_proto_dev(esw, REP_ETH); in mlx5e_route_lookup_ipv4_get()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c2786 void *mlx5_eswitch_uplink_get_proto_dev(struct mlx5_eswitch *esw, u8 rep_type) in mlx5_eswitch_uplink_get_proto_dev() function
2790 EXPORT_SYMBOL(mlx5_eswitch_uplink_get_proto_dev);
Den_tc.c4256 struct net_device *uplink_dev = mlx5_eswitch_uplink_get_proto_dev(esw, REP_ETH); in parse_tc_fdb_actions()