Lines Matching defs:parts
889 struct efx_mcdi_mtd_partition *parts,
902 parts[i].fw_subtype = fw_subtype_list[parts[i].nvram_type];
909 struct efx_mcdi_mtd_partition *parts;
921 parts = kcalloc(hweight32(nvram_types), sizeof(*parts), GFP_KERNEL);
922 if (!parts)
930 rc = siena_mtd_probe_partition(efx, &parts[n_parts],
941 rc = siena_mtd_get_fw_subtypes(efx, parts, n_parts);
945 rc = efx_mtd_add(efx, &parts[0].common, n_parts, sizeof(*parts));
948 kfree(parts);