Searched refs:n_parts_total (Results 1 – 1 of 1) sorted by relevance
3572 size_t outlen, n_parts_total, i, n_parts; in efx_ef10_mtd_probe() local3586 n_parts_total = MCDI_DWORD(outbuf, NVRAM_PARTITIONS_OUT_NUM_PARTITIONS); in efx_ef10_mtd_probe()3587 if (n_parts_total > in efx_ef10_mtd_probe()3591 parts = kcalloc(n_parts_total, sizeof(*parts), GFP_KERNEL); in efx_ef10_mtd_probe()3596 for (i = 0; i < n_parts_total; i++) { in efx_ef10_mtd_probe()