n_parts_total    6127 drivers/net/ethernet/sfc/ef10.c 	size_t outlen, n_parts_total, i, n_parts;
n_parts_total    6141 drivers/net/ethernet/sfc/ef10.c 	n_parts_total = MCDI_DWORD(outbuf, NVRAM_PARTITIONS_OUT_NUM_PARTITIONS);
n_parts_total    6142 drivers/net/ethernet/sfc/ef10.c 	if (n_parts_total >
n_parts_total    6146 drivers/net/ethernet/sfc/ef10.c 	parts = kcalloc(n_parts_total, sizeof(*parts), GFP_KERNEL);
n_parts_total    6151 drivers/net/ethernet/sfc/ef10.c 	for (i = 0; i < n_parts_total; i++) {