Searched refs:uplink_rpriv (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
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()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
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 …]
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_tun_encap.c | 791 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()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
D | tc.c | 706 struct mlx5e_rep_priv *uplink_rpriv; in mlx5e_rep_tc_receive() local 728 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_rep_tc_receive() 729 uplink_priv = &uplink_rpriv->uplink_priv; in mlx5e_rep_tc_receive()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ipsec_fs.c | 1034 struct mlx5e_rep_priv *uplink_rpriv; in ipsec_esw_tx_ft_policy_set() local 1038 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in ipsec_esw_tx_ft_policy_set() 1039 priv = netdev_priv(uplink_rpriv->netdev); in ipsec_esw_tx_ft_policy_set()
|