Home
last modified time | relevance | path

Searched refs:total_sec_count (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_disk.c3154 uint_t total_sec_count, sec_count, start_sec = 0; in ata_disk_update_fw() local
3189 total_sec_count = size >> SCTRSHFT; in ata_disk_update_fw()
3190 if (total_sec_count > MAX_FWFILE_SIZE_ONECMD) { in ata_disk_update_fw()
3193 total_sec_count)); in ata_disk_update_fw()
3198 " subcommand\n", total_sec_count)); in ata_disk_update_fw()
3219 for (; total_sec_count > 0; ) { in ata_disk_update_fw()
3244 sec_count = min(total_sec_count, MAX_FWFILE_SIZE_ONECMD); in ata_disk_update_fw()
3270 total_sec_count -= sec_count; in ata_disk_update_fw()