Lines Matching refs:reply

983 	struct host_to_dev_fis *reply;  in mtip_pause_ncq()  local
986 reply = port->rxfis + RX_FIS_D2H_REG; in mtip_pause_ncq()
1796 struct host_to_dev_fis *reply = (port->rxfis + RX_FIS_D2H_REG); in exec_drive_task() local
1835 command[0] = reply->command; /* Status*/ in exec_drive_task()
1836 command[1] = reply->features; /* Error*/ in exec_drive_task()
1837 command[4] = reply->cyl_low; in exec_drive_task()
1838 command[5] = reply->cyl_hi; in exec_drive_task()
1867 struct host_to_dev_fis *reply; in exec_drive_command() local
1906 reply = (port->rxfis + RX_FIS_PIO_SETUP); in exec_drive_command()
1908 reply = (port->rxfis + RX_FIS_D2H_REG); in exec_drive_command()
1934 command[0] = reply->command; /* Status*/ in exec_drive_command()
1935 command[1] = reply->features; /* Error*/ in exec_drive_command()
1936 command[2] = reply->sect_count; in exec_drive_command()
2018 struct host_to_dev_fis *reply; in exec_drive_taskfile() local
2089 reply = (dd->port->rxfis + RX_FIS_PIO_SETUP); in exec_drive_taskfile()
2092 reply = (dd->port->rxfis + RX_FIS_PIO_SETUP); in exec_drive_taskfile()
2095 reply = (dd->port->rxfis + RX_FIS_D2H_REG); in exec_drive_taskfile()
2189 reply = dd->port->rxfis + RX_FIS_PIO_SETUP; in exec_drive_taskfile()
2190 req_task->io_ports[7] = reply->control; in exec_drive_taskfile()
2192 reply = dd->port->rxfis + RX_FIS_D2H_REG; in exec_drive_taskfile()
2193 req_task->io_ports[7] = reply->command; in exec_drive_taskfile()
2207 req_task->io_ports[1] = reply->features; in exec_drive_taskfile()
2208 req_task->io_ports[2] = reply->sect_count; in exec_drive_taskfile()
2209 req_task->io_ports[3] = reply->lba_low; in exec_drive_taskfile()
2210 req_task->io_ports[4] = reply->lba_mid; in exec_drive_taskfile()
2211 req_task->io_ports[5] = reply->lba_hi; in exec_drive_taskfile()
2212 req_task->io_ports[6] = reply->device; in exec_drive_taskfile()
2216 req_task->hob_ports[3] = reply->lba_low_ex; in exec_drive_taskfile()
2217 req_task->hob_ports[4] = reply->lba_mid_ex; in exec_drive_taskfile()
2218 req_task->hob_ports[5] = reply->lba_hi_ex; in exec_drive_taskfile()
2219 req_task->hob_ports[1] = reply->features_ex; in exec_drive_taskfile()
2220 req_task->hob_ports[2] = reply->sect_cnt_ex; in exec_drive_taskfile()