Home
last modified time | relevance | path

Searched defs:mlxsw_sp_ipip_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ipip.h48 struct mlxsw_sp_ipip_ops { struct
49 int dev_type;
50 enum mlxsw_sp_l3proto ul_proto; /* Underlay. */
51 bool inc_parsing_depth;
54 (*parms_init)(const struct net_device *ol_dev);
56 int (*nexthop_update)(struct mlxsw_sp *mlxsw_sp, u32 adj_index,
81 extern const struct mlxsw_sp_ipip_ops *mlxsw_sp1_ipip_ops_arr[]; argument