Searched refs:REP_ETH (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
D | bond.c | 91 rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_rep_bond_enslave() 155 rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_rep_bond_unslave()
|
D | tc.c | 536 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_restore_tunnel() 630 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_restore_skb_chain()
|
/Linux-v5.15/include/linux/mlx5/ |
D | eswitch.h | 21 REP_ETH, enumerator
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_rep.h | 117 return rep->rep_data[REP_ETH].priv; in mlx5e_rep_to_rep_priv()
|
D | en_rep.c | 1239 rep->rep_data[REP_ETH].priv = rpriv; in mlx5e_vport_rep_load() 1356 mlx5_eswitch_register_vport_reps(esw, &rep_ops, REP_ETH); in mlx5e_rep_probe() 1367 mlx5_eswitch_unregister_vport_reps(esw, REP_ETH); in mlx5e_rep_remove()
|
D | en_tc.c | 242 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in get_ct_priv() 260 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in get_sample_priv() 1277 rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in add_unready_flow() 1292 rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in remove_unready_flow() 1740 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_get_flow_tunnel_id() 1823 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_put_flow_tunnel_id() 3888 struct net_device *uplink_dev = mlx5_eswitch_uplink_get_proto_dev(esw, REP_ETH); in parse_tc_fdb_actions() 4153 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in get_tc_ht() 4346 peer_urpriv = mlx5_eswitch_get_uplink_priv(peer_esw, REP_ETH); in mlx5e_tc_add_fdb_peer_flow()
|
D | eswitch_offloads.c | 735 if (atomic_read(&rep->rep_data[REP_ETH].state) != REP_LOADED) in esw_set_global_vlan_pop() 2957 if (atomic_read(&rep->rep_data[REP_ETH].state) != REP_LOADED) in mlx5_eswitch_reload_reps() 2965 if (atomic_read(&rep->rep_data[REP_ETH].state) == REP_LOADED) in mlx5_eswitch_reload_reps()
|
/Linux-v5.15/drivers/infiniband/hw/mlx5/ |
D | ib_rep.c | 171 return mlx5_eswitch_get_proto_dev(esw, vport_num, REP_ETH); in mlx5_ib_get_rep_netdev()
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_tun.c | 62 uplink_dev = mlx5_eswitch_uplink_get_proto_dev(esw, REP_ETH); in get_route_and_out_devs() 121 uplink_dev = mlx5_eswitch_uplink_get_proto_dev(esw, REP_ETH); in mlx5e_route_lookup_ipv4_get()
|
D | tc_tun_encap.c | 694 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_route_tbl_get_last_update() 1003 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_route_get_create() 1086 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_route_enqueue_update()
|