Lines Matching refs:reply

992 	struct host_to_dev_fis *reply;  in mtip_pause_ncq()  local
995 reply = port->rxfis + RX_FIS_D2H_REG; in mtip_pause_ncq()
1793 struct host_to_dev_fis *reply = (port->rxfis + RX_FIS_D2H_REG); in exec_drive_task() local
1832 command[0] = reply->command; /* Status*/ in exec_drive_task()
1833 command[1] = reply->features; /* Error*/ in exec_drive_task()
1834 command[4] = reply->cyl_low; in exec_drive_task()
1835 command[5] = reply->cyl_hi; in exec_drive_task()
1864 struct host_to_dev_fis *reply; in exec_drive_command() local
1903 reply = (port->rxfis + RX_FIS_PIO_SETUP); in exec_drive_command()
1905 reply = (port->rxfis + RX_FIS_D2H_REG); in exec_drive_command()
1931 command[0] = reply->command; /* Status*/ in exec_drive_command()
1932 command[1] = reply->features; /* Error*/ in exec_drive_command()
1933 command[2] = reply->sect_count; in exec_drive_command()
2015 struct host_to_dev_fis *reply; in exec_drive_taskfile() local
2086 reply = (dd->port->rxfis + RX_FIS_PIO_SETUP); in exec_drive_taskfile()
2089 reply = (dd->port->rxfis + RX_FIS_PIO_SETUP); in exec_drive_taskfile()
2092 reply = (dd->port->rxfis + RX_FIS_D2H_REG); in exec_drive_taskfile()
2186 reply = dd->port->rxfis + RX_FIS_PIO_SETUP; in exec_drive_taskfile()
2187 req_task->io_ports[7] = reply->control; in exec_drive_taskfile()
2189 reply = dd->port->rxfis + RX_FIS_D2H_REG; in exec_drive_taskfile()
2190 req_task->io_ports[7] = reply->command; in exec_drive_taskfile()
2204 req_task->io_ports[1] = reply->features; in exec_drive_taskfile()
2205 req_task->io_ports[2] = reply->sect_count; in exec_drive_taskfile()
2206 req_task->io_ports[3] = reply->lba_low; in exec_drive_taskfile()
2207 req_task->io_ports[4] = reply->lba_mid; in exec_drive_taskfile()
2208 req_task->io_ports[5] = reply->lba_hi; in exec_drive_taskfile()
2209 req_task->io_ports[6] = reply->device; in exec_drive_taskfile()
2213 req_task->hob_ports[3] = reply->lba_low_ex; in exec_drive_taskfile()
2214 req_task->hob_ports[4] = reply->lba_mid_ex; in exec_drive_taskfile()
2215 req_task->hob_ports[5] = reply->lba_hi_ex; in exec_drive_taskfile()
2216 req_task->hob_ports[1] = reply->features_ex; in exec_drive_taskfile()
2217 req_task->hob_ports[2] = reply->sect_cnt_ex; in exec_drive_taskfile()