Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_disk.c3215 uint_t total_sec_count, sec_count, start_sec = 0; in ata_disk_update_fw() local
3250 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()