Home
last modified time | relevance | path

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

/drivers/block/mtip32xx/
Dmtip32xx.c1489 fis.sect_count = sectors & 0xFF; in mtip_read_log_page()
1527 fis.sect_count = 1; in mtip_get_smart_data()
1657 fis.sect_count = 1; in mtip_send_trim()
1805 fis.sect_count = command[2]; in exec_drive_task()
1896 fis.sect_count = command[3]; in exec_drive_command()
1936 command[2] = reply->sect_count; in exec_drive_command()
2102 fis.sect_count = req_task->io_ports[2]; in exec_drive_taskfile()
2125 if ((taskin || taskout) && (!fis.sect_count)) { in exec_drive_taskfile()
2127 fis.sect_count = nsect; in exec_drive_taskfile()
2146 fis.sect_count, in exec_drive_taskfile()
[all …]
Dmtip32xx.h261 unsigned char sect_count; member