Searched refs:REP_ETH (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/include/linux/mlx5/ |
D | eswitch.h | 21 REP_ETH, enumerator
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_rep.h | 99 return rep->rep_data[REP_ETH].priv; in mlx5e_rep_to_rep_priv()
|
D | en_rep.c | 1881 rep->rep_data[REP_ETH].priv = rpriv; in mlx5e_vport_rep_load() 1981 mlx5_eswitch_register_vport_reps(esw, &rep_ops, REP_ETH); in mlx5e_rep_register_vport_reps() 1988 mlx5_eswitch_unregister_vport_reps(esw, REP_ETH); in mlx5e_rep_unregister_vport_reps()
|
D | en_tc.c | 1125 rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in add_unready_flow() 1140 rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in remove_unready_flow() 3286 struct net_device *uplink_dev = mlx5_eswitch_uplink_get_proto_dev(esw, REP_ETH); in parse_tc_fdb_actions() 3487 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in get_tc_ht() 3645 peer_urpriv = mlx5_eswitch_get_uplink_priv(peer_esw, REP_ETH); in mlx5e_tc_add_fdb_peer_flow()
|
D | eswitch_offloads.c | 359 if (atomic_read(&rep->rep_data[REP_ETH].state) != REP_LOADED) in esw_set_global_vlan_pop()
|
/Linux-v5.4/drivers/infiniband/hw/mlx5/ |
D | ib_rep.c | 125 return mlx5_eswitch_get_proto_dev(esw, vport_num, REP_ETH); in mlx5_ib_get_rep_netdev()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_tun.c | 33 uplink_dev = mlx5_eswitch_uplink_get_proto_dev(esw, REP_ETH); in get_route_and_out_devs() 91 uplink_dev = mlx5_eswitch_uplink_get_proto_dev(esw, REP_ETH); in mlx5e_route_lookup_ipv4()
|