Searched defs:mlxsw_sp_router (Results 1 – 1 of 1) sorted by relevance
18 struct mlxsw_sp_router { struct19 struct mlxsw_sp *mlxsw_sp;20 struct mlxsw_sp_rif **rifs;21 struct idr rif_mac_profiles_idr;22 atomic_t rif_mac_profiles_count;23 atomic_t rifs_count;24 u8 max_rif_mac_profile;25 struct mlxsw_sp_vr *vrs;26 struct rhashtable neigh_ht;27 struct rhashtable nexthop_group_ht;[all …]