REP_ETH           125 drivers/infiniband/hw/mlx5/ib_rep.c 	return mlx5_eswitch_get_proto_dev(esw, vport_num, REP_ETH);
REP_ETH            33 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c 	uplink_dev = mlx5_eswitch_uplink_get_proto_dev(esw, REP_ETH);
REP_ETH            91 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c 		uplink_dev = mlx5_eswitch_uplink_get_proto_dev(esw, REP_ETH);
REP_ETH          1882 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	rep->rep_data[REP_ETH].priv = rpriv;
REP_ETH          1982 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	mlx5_eswitch_register_vport_reps(esw, &rep_ops, REP_ETH);
REP_ETH          1989 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	mlx5_eswitch_unregister_vport_reps(esw, REP_ETH);
REP_ETH            99 drivers/net/ethernet/mellanox/mlx5/core/en_rep.h 	return rep->rep_data[REP_ETH].priv;
REP_ETH          1125 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH);
REP_ETH          1140 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH);
REP_ETH          3290 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 				struct net_device *uplink_dev = mlx5_eswitch_uplink_get_proto_dev(esw, REP_ETH);
REP_ETH          3497 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH);
REP_ETH          3655 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	peer_urpriv = mlx5_eswitch_get_uplink_priv(peer_esw, REP_ETH);
REP_ETH           359 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 		if (atomic_read(&rep->rep_data[REP_ETH].state) != REP_LOADED)