Symbol: mlxsw_sp_nve_ops
drivers/net/ethernet/mellanox/mlxsw/spectrum.h
124
struct mlxsw_sp_nve_ops;
drivers/net/ethernet/mellanox/mlxsw/spectrum.h
1362
extern const struct mlxsw_sp_nve_ops *mlxsw_sp1_nve_ops_arr[];
drivers/net/ethernet/mellanox/mlxsw/spectrum.h
1363
extern const struct mlxsw_sp_nve_ops *mlxsw_sp2_nve_ops_arr[];
drivers/net/ethernet/mellanox/mlxsw/spectrum.h
194
const struct mlxsw_sp_nve_ops **nve_ops_arr;
drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c
18
const struct mlxsw_sp_nve_ops *mlxsw_sp1_nve_ops_arr[] = {
drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c
22
const struct mlxsw_sp_nve_ops *mlxsw_sp2_nve_ops_arr[] = {
drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c
729
const struct mlxsw_sp_nve_ops *ops;
drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c
761
const struct mlxsw_sp_nve_ops *ops;
drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c
789
const struct mlxsw_sp_nve_ops *ops;
drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c
940
const struct mlxsw_sp_nve_ops *ops;
drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.h
29
const struct mlxsw_sp_nve_ops **nve_ops_arr;
drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.h
52
extern const struct mlxsw_sp_nve_ops mlxsw_sp1_nve_vxlan_ops;
drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.h
53
extern const struct mlxsw_sp_nve_ops mlxsw_sp2_nve_vxlan_ops;
drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c
303
const struct mlxsw_sp_nve_ops mlxsw_sp1_nve_vxlan_ops = {
drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c
467
const struct mlxsw_sp_nve_ops mlxsw_sp2_nve_vxlan_ops = {