Searched refs:uplink_rpriv (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
H A D | int_port.c | 156 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 D | en_tc.c | 295 struct mlx5e_rep_priv *uplink_rpriv; in get_act_stats_handle() local 298 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in get_act_stats_handle() 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 315 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_get_int_port_priv() 316 uplink_priv = &uplink_rpriv->uplink_priv; in mlx5e_get_int_port_priv() 329 struct mlx5e_rep_priv *uplink_rpriv; in mlx5e_get_flow_meters() local 333 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_get_flow_meters() 334 uplink_priv = &uplink_rpriv->uplink_priv; in mlx5e_get_flow_meters() 335 priv = netdev_priv(uplink_rpriv->netdev); in mlx5e_get_flow_meters() [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun_encap.c | 800 struct mlx5e_rep_priv *uplink_rpriv; in mlx5e_route_tbl_get_last_update() local 804 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_route_tbl_get_last_update() 805 uplink_priv = &uplink_rpriv->uplink_priv; in mlx5e_route_tbl_get_last_update() 1190 struct mlx5e_rep_priv *uplink_rpriv; in mlx5e_route_get_create() local 1195 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_route_get_create() 1196 uplink_priv = &uplink_rpriv->uplink_priv; in mlx5e_route_get_create() 1275 struct mlx5e_rep_priv *uplink_rpriv; in mlx5e_route_enqueue_update() local 1278 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_route_enqueue_update() 1279 ul_dev = uplink_rpriv->netdev; in mlx5e_route_enqueue_update()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
H A D | tc.c | 692 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 D | ipsec_fs.c | 796 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()
|