Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dint_port.c156 struct mlx5e_rep_priv *uplink_rpriv; in mlx5e_int_port_add() local
195 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_int_port_add()
198 dest.ft = uplink_rpriv->root_ft; in mlx5e_int_port_add()
363 struct mlx5e_rep_priv *uplink_rpriv; in mlx5e_tc_int_port_init_rep_rx() local
365 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_tc_int_port_init_rep_rx()
366 uplink_priv = &uplink_rpriv->uplink_priv; in mlx5e_tc_int_port_init_rep_rx()
383 struct mlx5e_rep_priv *uplink_rpriv; in mlx5e_tc_int_port_cleanup_rep_rx() local
386 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_tc_int_port_cleanup_rep_rx()
387 uplink_priv = &uplink_rpriv->uplink_priv; in mlx5e_tc_int_port_cleanup_rep_rx()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c295 struct mlx5e_rep_priv *uplink_rpriv; in get_act_stats_handle() local
299 uplink_priv = &uplink_rpriv->uplink_priv; in get_act_stats_handle()
312 struct mlx5e_rep_priv *uplink_rpriv; in mlx5e_get_int_port_priv() local
329 struct mlx5e_rep_priv *uplink_rpriv; in mlx5e_get_flow_meters() local
354 struct mlx5e_rep_priv *uplink_rpriv; in get_ct_priv() local
371 struct mlx5e_rep_priv *uplink_rpriv; in get_sample_priv() local
389 struct mlx5e_rep_priv *uplink_rpriv; in get_post_action() local
2139 struct mlx5e_rep_priv *uplink_rpriv; in mlx5e_get_flow_tunnel_id() local
2227 struct mlx5e_rep_priv *uplink_rpriv; in mlx5e_put_flow_tunnel_id() local
5481 struct mlx5e_rep_priv *uplink_rpriv; in mlx5e_tc_restore_tunnel() local
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_encap.c791 struct mlx5e_rep_priv *uplink_rpriv; in mlx5e_route_tbl_get_last_update() local
795 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_route_tbl_get_last_update()
796 uplink_priv = &uplink_rpriv->uplink_priv; in mlx5e_route_tbl_get_last_update()
1181 struct mlx5e_rep_priv *uplink_rpriv; in mlx5e_route_get_create() local
1186 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_route_get_create()
1187 uplink_priv = &uplink_rpriv->uplink_priv; in mlx5e_route_get_create()
1266 struct mlx5e_rep_priv *uplink_rpriv; in mlx5e_route_enqueue_update() local
1269 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_route_enqueue_update()
1270 ul_dev = uplink_rpriv->netdev; in mlx5e_route_enqueue_update()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.c692 struct mlx5e_rep_priv *uplink_rpriv; in mlx5e_rep_tc_receive() local
714 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_rep_tc_receive()
715 uplink_priv = &uplink_rpriv->uplink_priv; in mlx5e_rep_tc_receive()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c796 struct mlx5e_rep_priv *uplink_rpriv; in ipsec_esw_tx_ft_policy_set() local
800 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in ipsec_esw_tx_ft_policy_set()
801 priv = netdev_priv(uplink_rpriv->netdev); in ipsec_esw_tx_ft_policy_set()