n_parts          6127 drivers/net/ethernet/sfc/ef10.c 	size_t outlen, n_parts_total, i, n_parts;
n_parts          6150 drivers/net/ethernet/sfc/ef10.c 	n_parts = 0;
n_parts          6154 drivers/net/ethernet/sfc/ef10.c 		rc = efx_ef10_mtd_probe_partition(efx, &parts[n_parts], type,
n_parts          6160 drivers/net/ethernet/sfc/ef10.c 		n_parts++;
n_parts          6163 drivers/net/ethernet/sfc/ef10.c 	rc = efx_mtd_add(efx, &parts[0].common, n_parts, sizeof(*parts));
n_parts           256 drivers/net/ethernet/sfc/efx.h 		size_t n_parts, size_t sizeof_part);
n_parts           220 drivers/net/ethernet/sfc/falcon/efx.h 		size_t n_parts, size_t sizeof_part);
n_parts           926 drivers/net/ethernet/sfc/falcon/falcon.c 	size_t n_parts;
n_parts           935 drivers/net/ethernet/sfc/falcon/falcon.c 	n_parts = 0;
n_parts           939 drivers/net/ethernet/sfc/falcon/falcon.c 		parts[n_parts].spi = spi;
n_parts           940 drivers/net/ethernet/sfc/falcon/falcon.c 		parts[n_parts].offset = FALCON_FLASH_BOOTCODE_START;
n_parts           941 drivers/net/ethernet/sfc/falcon/falcon.c 		parts[n_parts].common.dev_type_name = "flash";
n_parts           942 drivers/net/ethernet/sfc/falcon/falcon.c 		parts[n_parts].common.type_name = "sfc_flash_bootrom";
n_parts           943 drivers/net/ethernet/sfc/falcon/falcon.c 		parts[n_parts].common.mtd.type = MTD_NORFLASH;
n_parts           944 drivers/net/ethernet/sfc/falcon/falcon.c 		parts[n_parts].common.mtd.flags = MTD_CAP_NORFLASH;
n_parts           945 drivers/net/ethernet/sfc/falcon/falcon.c 		parts[n_parts].common.mtd.size = spi->size - FALCON_FLASH_BOOTCODE_START;
n_parts           946 drivers/net/ethernet/sfc/falcon/falcon.c 		parts[n_parts].common.mtd.erasesize = spi->erase_size;
n_parts           947 drivers/net/ethernet/sfc/falcon/falcon.c 		n_parts++;
n_parts           952 drivers/net/ethernet/sfc/falcon/falcon.c 		parts[n_parts].spi = spi;
n_parts           953 drivers/net/ethernet/sfc/falcon/falcon.c 		parts[n_parts].offset = FALCON_EEPROM_BOOTCONFIG_START;
n_parts           954 drivers/net/ethernet/sfc/falcon/falcon.c 		parts[n_parts].common.dev_type_name = "EEPROM";
n_parts           955 drivers/net/ethernet/sfc/falcon/falcon.c 		parts[n_parts].common.type_name = "sfc_bootconfig";
n_parts           956 drivers/net/ethernet/sfc/falcon/falcon.c 		parts[n_parts].common.mtd.type = MTD_RAM;
n_parts           957 drivers/net/ethernet/sfc/falcon/falcon.c 		parts[n_parts].common.mtd.flags = MTD_CAP_RAM;
n_parts           958 drivers/net/ethernet/sfc/falcon/falcon.c 		parts[n_parts].common.mtd.size =
n_parts           961 drivers/net/ethernet/sfc/falcon/falcon.c 		parts[n_parts].common.mtd.erasesize = spi->erase_size;
n_parts           962 drivers/net/ethernet/sfc/falcon/falcon.c 		n_parts++;
n_parts           965 drivers/net/ethernet/sfc/falcon/falcon.c 	rc = ef4_mtd_add(efx, &parts[0].common, n_parts, sizeof(*parts));
n_parts            55 drivers/net/ethernet/sfc/falcon/mtd.c 		size_t n_parts, size_t sizeof_part)
n_parts            60 drivers/net/ethernet/sfc/falcon/mtd.c 	for (i = 0; i < n_parts; i++) {
n_parts            55 drivers/net/ethernet/sfc/mtd.c 		size_t n_parts, size_t sizeof_part)
n_parts            60 drivers/net/ethernet/sfc/mtd.c 	for (i = 0; i < n_parts; i++) {
n_parts           885 drivers/net/ethernet/sfc/siena.c 				     size_t n_parts)
n_parts           896 drivers/net/ethernet/sfc/siena.c 	for (i = 0; i < n_parts; i++)
n_parts           907 drivers/net/ethernet/sfc/siena.c 	size_t n_parts;
n_parts           921 drivers/net/ethernet/sfc/siena.c 	n_parts = 0;
n_parts           925 drivers/net/ethernet/sfc/siena.c 			rc = siena_mtd_probe_partition(efx, &parts[n_parts],
n_parts           928 drivers/net/ethernet/sfc/siena.c 				n_parts++;
n_parts           936 drivers/net/ethernet/sfc/siena.c 	rc = siena_mtd_get_fw_subtypes(efx, parts, n_parts);
n_parts           940 drivers/net/ethernet/sfc/siena.c 	rc = efx_mtd_add(efx, &parts[0].common, n_parts, sizeof(*parts));
n_parts           220 net/rxrpc/key.c 	unsigned int toklen = *_toklen, n_parts, loop, tmp, paddedlen;
n_parts           230 net/rxrpc/key.c 	n_parts = ntohl(*xdr++);
n_parts           232 net/rxrpc/key.c 	if (n_parts <= 0 || n_parts > AFSTOKEN_K5_COMPONENTS_MAX)
n_parts           234 net/rxrpc/key.c 	princ->n_name_parts = n_parts;
n_parts           236 net/rxrpc/key.c 	if (toklen <= (n_parts + 1) * 4)
n_parts           239 net/rxrpc/key.c 	princ->name_parts = kcalloc(n_parts, sizeof(char *), GFP_KERNEL);
n_parts           243 net/rxrpc/key.c 	for (loop = 0; loop < n_parts; loop++) {