Home
last modified time | relevance | path

Searched refs:mlx5e_rep_priv (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.h13 int mlx5e_rep_tc_init(struct mlx5e_rep_priv *rpriv);
14 void mlx5e_rep_tc_cleanup(struct mlx5e_rep_priv *rpriv);
16 int mlx5e_rep_tc_netdevice_event_register(struct mlx5e_rep_priv *rpriv);
17 void mlx5e_rep_tc_netdevice_event_unregister(struct mlx5e_rep_priv *rpriv);
44 struct mlx5e_rep_priv;
46 mlx5e_rep_tc_init(struct mlx5e_rep_priv *rpriv) { return 0; } in mlx5e_rep_tc_init()
48 mlx5e_rep_tc_cleanup(struct mlx5e_rep_priv *rpriv) {} in mlx5e_rep_tc_cleanup()
51 mlx5e_rep_tc_netdevice_event_register(struct mlx5e_rep_priv *rpriv) { return 0; } in mlx5e_rep_tc_netdevice_event_register()
53 mlx5e_rep_tc_netdevice_event_unregister(struct mlx5e_rep_priv *rpriv) {} in mlx5e_rep_tc_netdevice_event_unregister()
H A Dtc.c27 struct mlx5e_rep_priv *rpriv;
38 struct mlx5e_rep_priv *rpriv = priv->ppriv; in mlx5e_rep_encap_entry_attach()
73 struct mlx5e_rep_priv *rpriv = priv->ppriv; in mlx5e_rep_encap_entry_detach()
153 struct mlx5e_rep_priv *rpriv = priv->ppriv; in mlx5e_tc_stats_matchall()
271 int mlx5e_rep_tc_init(struct mlx5e_rep_priv *rpriv) in mlx5e_rep_tc_init()
284 void mlx5e_rep_tc_cleanup(struct mlx5e_rep_priv *rpriv) in mlx5e_rep_tc_cleanup()
293 struct mlx5e_rep_priv *rpriv = priv->ppriv; in mlx5e_rep_tc_enable()
301 struct mlx5e_rep_priv *rpriv = priv->ppriv; in mlx5e_rep_tc_disable()
308 struct mlx5e_rep_priv *rpriv = priv->ppriv; in mlx5e_rep_tc_event_port_affinity()
316 mlx5e_rep_indr_block_priv_lookup(struct mlx5e_rep_priv *rpriv, in mlx5e_rep_indr_block_priv_lookup()
[all …]
H A Dneigh.h12 int mlx5e_rep_neigh_init(struct mlx5e_rep_priv *rpriv);
13 void mlx5e_rep_neigh_cleanup(struct mlx5e_rep_priv *rpriv);
29 mlx5e_rep_neigh_init(struct mlx5e_rep_priv *rpriv) { return 0; } in mlx5e_rep_neigh_init()
31 mlx5e_rep_neigh_cleanup(struct mlx5e_rep_priv *rpriv) {} in mlx5e_rep_neigh_cleanup()
H A Dbond.c85 struct mlx5e_rep_priv *rpriv; in mlx5e_rep_bond_enslave()
150 struct mlx5e_rep_priv *rpriv; in mlx5e_rep_bond_unslave()
193 struct mlx5e_rep_priv *rpriv; in mlx5e_rep_changelowerstate_event()
251 struct mlx5e_rep_priv *rpriv; in mlx5e_rep_changeupper_event()
279 struct mlx5e_rep_priv *rpriv; in mlx5e_rep_esw_bond_netevent()
307 int mlx5e_rep_bond_init(struct mlx5e_rep_priv *rpriv) in mlx5e_rep_bond_init()
339 void mlx5e_rep_bond_cleanup(struct mlx5e_rep_priv *rpriv) in mlx5e_rep_bond_cleanup()
H A Dbridge.c61 struct mlx5e_rep_priv *rpriv; in mlx5_esw_bridge_rep_vport_num_vhca_id_get()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.h110 struct mlx5e_rep_priv { struct
125 struct mlx5e_rep_priv *mlx5e_rep_to_rep_priv(struct mlx5_eswitch_rep *rep) in mlx5e_rep_to_rep_priv() argument
242 int mlx5e_rep_bond_init(struct mlx5e_rep_priv *rpriv);
243 void mlx5e_rep_bond_cleanup(struct mlx5e_rep_priv *rpriv);
H A Den_rx.c1787 struct mlx5e_rep_priv *rpriv = priv->ppriv; in mlx5e_handle_rx_cqe_rep()
/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()
365 struct mlx5e_rep_priv *uplink_rpriv; in mlx5e_tc_int_port_init_rep_rx()
385 struct mlx5e_rep_priv *uplink_rpriv; in mlx5e_tc_int_port_cleanup_rep_rx()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dmirred.c29 struct mlx5e_rep_priv *rep_priv; in verify_uplink_forwarding()
214 struct mlx5e_rep_priv *rpriv = priv->ppriv; in parse_mirred()
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dipsec_fs.c161 struct mlx5e_rep_priv *rpriv; in mlx5_esw_ipsec_restore_dest_uplink()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c1397 struct mlx5e_rep_priv *uplink_rpriv; in ipsec_esw_tx_ft_policy_set()