Searched refs:total_sec_count (Results 1 – 1 of 1) sorted by relevance
3215 uint_t total_sec_count, sec_count, start_sec = 0; in ata_disk_update_fw() local3250 total_sec_count = size >> SCTRSHFT; in ata_disk_update_fw()3251 if (total_sec_count > MAX_FWFILE_SIZE_ONECMD) { in ata_disk_update_fw()3254 total_sec_count)); in ata_disk_update_fw()3259 " subcommand\n", total_sec_count)); in ata_disk_update_fw()3280 for (; total_sec_count > 0; ) { in ata_disk_update_fw()3305 sec_count = min(total_sec_count, MAX_FWFILE_SIZE_ONECMD); in ata_disk_update_fw()3331 total_sec_count -= sec_count; in ata_disk_update_fw()