Searched refs:REP_ETH (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
A 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() 288 rpriv = mlx5_eswitch_get_uplink_priv(priv->mdev->priv.eswitch, REP_ETH); in mlx5e_rep_esw_bond_netevent()
|
A D | tc.c | 695 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_rep_tc_receive()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
A D | int_port.c | 195 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_int_port_add() 365 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_tc_int_port_init_rep_rx() 386 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_tc_int_port_cleanup_rep_rx()
|
/linux-6.3-rc2/include/linux/mlx5/ |
A D | eswitch.h | 20 REP_ETH, enumerator
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_rep.h | 126 return rep->rep_data[REP_ETH].priv; in mlx5e_rep_to_rep_priv()
|
A D | en_tc.c | 303 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in get_act_stats_handle() 320 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_get_int_port_priv() 338 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_get_flow_meters() 362 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in get_ct_priv() 379 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in get_sample_priv() 397 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in get_post_action() 1649 rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in add_unready_flow() 1664 rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in remove_unready_flow() 2257 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_get_flow_tunnel_id() 2340 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_put_flow_tunnel_id() [all …]
|
A D | en_rep.c | 1431 rep->rep_data[REP_ETH].priv = rpriv; in mlx5e_vport_rep_load() 1543 mlx5_eswitch_register_vport_reps(esw, &rep_ops, REP_ETH); in mlx5e_rep_probe() 1554 mlx5_eswitch_unregister_vport_reps(esw, REP_ETH); in mlx5e_rep_remove()
|
A D | eswitch_offloads.c | 3027 if (atomic_read(&rep->rep_data[REP_ETH].state) != REP_LOADED) in mlx5_eswitch_reload_reps() 3035 if (atomic_read(&rep->rep_data[REP_ETH].state) == REP_LOADED) in mlx5_eswitch_reload_reps()
|
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/ |
A D | ib_rep.c | 179 return mlx5_eswitch_get_proto_dev(esw, vport_num, REP_ETH); in mlx5_ib_get_rep_netdev()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
A D | mirred.c | 224 uplink_dev = mlx5_eswitch_uplink_get_proto_dev(esw, REP_ETH); in parse_mirred()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | tc_tun.c | 63 uplink_dev = mlx5_eswitch_uplink_get_proto_dev(esw, REP_ETH); in get_route_and_out_devs() 123 uplink_dev = mlx5_eswitch_uplink_get_proto_dev(esw, REP_ETH); in mlx5e_route_lookup_ipv4_get()
|
A D | tc_tun_encap.c | 750 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_route_tbl_get_last_update() 1070 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_route_get_create() 1153 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_route_enqueue_update()
|
Completed in 38 milliseconds