Searched refs:n_parts_total (Results 1 – 1 of 1) sorted by relevance
6127 size_t outlen, n_parts_total, i, n_parts; in efx_ef10_mtd_probe() local6141 n_parts_total = MCDI_DWORD(outbuf, NVRAM_PARTITIONS_OUT_NUM_PARTITIONS); in efx_ef10_mtd_probe()6142 if (n_parts_total > in efx_ef10_mtd_probe()6146 parts = kcalloc(n_parts_total, sizeof(*parts), GFP_KERNEL); in efx_ef10_mtd_probe()6151 for (i = 0; i < n_parts_total; i++) { in efx_ef10_mtd_probe()