Lines Matching refs:sect_count
1265 fis.sect_count = sectors & 0xFF; in mtip_read_log_page()
1302 fis.sect_count = 1; in mtip_get_smart_data()
1500 fis.sect_count = command[2]; in exec_drive_task()
1589 fis.sect_count = command[3]; in exec_drive_command()
1628 command[2] = reply->sect_count; in exec_drive_command()
1787 fis.sect_count = req_task->io_ports[2]; in exec_drive_taskfile()
1810 if ((taskin || taskout) && (!fis.sect_count)) { in exec_drive_taskfile()
1812 fis.sect_count = nsect; in exec_drive_taskfile()
1831 fis.sect_count, in exec_drive_taskfile()
1849 transfer_size = ATA_SECT_SIZE * fis.sect_count; in exec_drive_taskfile()
1885 req_task->io_ports[2] = reply->sect_count; in exec_drive_taskfile()
2101 fis->sect_count = ((rq->tag << 3) | (rq->tag >> 5)); in mtip_hw_submit_io()