Home
last modified time | relevance | path

Searched refs:nve_ifindex (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_fid.c44 int nve_ifindex; member
163 int mlxsw_sp_fid_nve_ifindex(const struct mlxsw_sp_fid *fid, int *nve_ifindex) in mlxsw_sp_fid_nve_ifindex() argument
168 *nve_ifindex = fid->nve_ifindex; in mlxsw_sp_fid_nve_ifindex()
248 __be32 vni, int nve_ifindex) in mlxsw_sp_fid_vni_set() argument
259 fid->nve_ifindex = nve_ifindex; in mlxsw_sp_fid_vni_set()
Dspectrum_nve.c989 int nve_ifindex; in mlxsw_sp_nve_fid_disable() local
996 if (WARN_ON(mlxsw_sp_fid_nve_ifindex(fid, &nve_ifindex) || in mlxsw_sp_nve_fid_disable()
1000 nve_dev = dev_get_by_index(mlxsw_sp_net(mlxsw_sp), nve_ifindex); in mlxsw_sp_nve_fid_disable()
Dspectrum.h1273 int mlxsw_sp_fid_nve_ifindex(const struct mlxsw_sp_fid *fid, int *nve_ifindex);
1284 __be32 vni, int nve_ifindex);
Dspectrum_switchdev.c3037 int nve_ifindex; in __mlxsw_sp_fdb_notify_mac_uc_tunnel_process() local
3040 err = mlxsw_sp_fid_nve_ifindex(fid, &nve_ifindex); in __mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
3048 dev = __dev_get_by_index(mlxsw_sp_net(mlxsw_sp), nve_ifindex); in __mlxsw_sp_fdb_notify_mac_uc_tunnel_process()