Home
last modified time | relevance | path

Searched refs:REP_ETH (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dipsec_fs.c167 if (atomic_read(&rep->rep_data[REP_ETH].state) != REP_LOADED) in mlx5_esw_ipsec_restore_dest_uplink()
170 rpriv = rep->rep_data[REP_ETH].priv; in mlx5_esw_ipsec_restore_dest_uplink()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dbond.c91 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()
H A Dtc.c728 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in mlx5e_rep_tc_receive()
/linux/include/linux/mlx5/
H A Deswitch.h21 REP_ETH, enumerator
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.h127 return rep->rep_data[REP_ETH].priv; in mlx5e_rep_to_rep_priv()
H A Den_rep.c1630 rep->rep_data[REP_ETH].priv = rpriv; in mlx5e_vport_rep_load()
1786 mlx5_eswitch_register_vport_reps(esw, &rep_ops, REP_ETH); in mlx5e_rep_probe()
1797 mlx5_eswitch_unregister_vport_reps(esw, REP_ETH); in mlx5e_rep_remove()
H A Deswitch_offloads.c2704 if (rep_type == REP_ETH) in __esw_offloads_unload_rep()
3486 if (atomic_read(&rep->rep_data[REP_ETH].state) != REP_LOADED) in mlx5_eswitch_reload_ib_reps()
3494 if (atomic_read(&rep->rep_data[REP_ETH].state) == REP_LOADED) in mlx5_eswitch_reload_ib_reps()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dmirred.c224 uplink_dev = mlx5_eswitch_uplink_get_proto_dev(esw, REP_ETH); in parse_mirred()
/linux/drivers/infiniband/hw/mlx5/
H A Dib_rep.c281 return mlx5_eswitch_get_proto_dev(esw, vport_num, REP_ETH); in mlx5_ib_get_rep_netdev()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c1401 uplink_rpriv = mlx5_eswitch_get_uplink_priv(esw, REP_ETH); in ipsec_esw_tx_ft_policy_set()