Lines Matching refs:profile

1159 				    const struct mlxsw_config_profile *profile)  in mlxsw_pci_config_profile()  argument
1165 if (profile->used_max_vepa_channels) { in mlxsw_pci_config_profile()
1169 mbox, profile->max_vepa_channels); in mlxsw_pci_config_profile()
1171 if (profile->used_max_lag) { in mlxsw_pci_config_profile()
1175 mbox, profile->max_lag); in mlxsw_pci_config_profile()
1177 if (profile->used_max_port_per_lag) { in mlxsw_pci_config_profile()
1181 mbox, profile->max_port_per_lag); in mlxsw_pci_config_profile()
1183 if (profile->used_max_mid) { in mlxsw_pci_config_profile()
1187 mbox, profile->max_mid); in mlxsw_pci_config_profile()
1189 if (profile->used_max_pgt) { in mlxsw_pci_config_profile()
1193 mbox, profile->max_pgt); in mlxsw_pci_config_profile()
1195 if (profile->used_max_system_port) { in mlxsw_pci_config_profile()
1199 mbox, profile->max_system_port); in mlxsw_pci_config_profile()
1201 if (profile->used_max_vlan_groups) { in mlxsw_pci_config_profile()
1205 mbox, profile->max_vlan_groups); in mlxsw_pci_config_profile()
1207 if (profile->used_max_regions) { in mlxsw_pci_config_profile()
1211 mbox, profile->max_regions); in mlxsw_pci_config_profile()
1213 if (profile->used_flood_tables) { in mlxsw_pci_config_profile()
1217 mbox, profile->max_flood_tables); in mlxsw_pci_config_profile()
1219 mbox, profile->max_vid_flood_tables); in mlxsw_pci_config_profile()
1221 mbox, profile->max_fid_offset_flood_tables); in mlxsw_pci_config_profile()
1223 mbox, profile->fid_offset_flood_table_size); in mlxsw_pci_config_profile()
1225 mbox, profile->max_fid_flood_tables); in mlxsw_pci_config_profile()
1227 mbox, profile->fid_flood_table_size); in mlxsw_pci_config_profile()
1229 if (profile->used_flood_mode) { in mlxsw_pci_config_profile()
1233 mbox, profile->flood_mode); in mlxsw_pci_config_profile()
1235 if (profile->used_max_ib_mc) { in mlxsw_pci_config_profile()
1239 mbox, profile->max_ib_mc); in mlxsw_pci_config_profile()
1241 if (profile->used_max_pkey) { in mlxsw_pci_config_profile()
1245 mbox, profile->max_pkey); in mlxsw_pci_config_profile()
1247 if (profile->used_ar_sec) { in mlxsw_pci_config_profile()
1251 mbox, profile->ar_sec); in mlxsw_pci_config_profile()
1253 if (profile->used_adaptive_routing_group_cap) { in mlxsw_pci_config_profile()
1257 mbox, profile->adaptive_routing_group_cap); in mlxsw_pci_config_profile()
1262 &profile->swid_config[i]); in mlxsw_pci_config_profile()
1394 const struct mlxsw_config_profile *profile) in mlxsw_pci_init() argument
1453 err = mlxsw_pci_config_profile(mlxsw_pci, mbox, profile); in mlxsw_pci_init()