/src/sys/dev/ic/ |
wdc.c | 1405 struct ata_command *ata_c = &xfer->c_ata_c; local in function:wdc_exec_command 1413 ata_c->flags |= AT_POLL; 1414 if (ata_c->flags & AT_POLL) 1416 if (ata_c->flags & AT_WAIT) 1419 xfer->c_databuf = ata_c->data; 1420 xfer->c_bcount = ata_c->bcount; 1433 struct ata_command *ata_c = &xfer->c_ata_c; local in function:__wdccommand_start 1444 switch(wdcwait(chp, ata_c->r_st_bmask | WDCS_DRQ, 1445 ata_c->r_st_bmask, ata_c->timeout, wait_flags, &tfd)) 1502 struct ata_command *ata_c = &xfer->c_ata_c; local in function:__wdccommand_intr 1629 struct ata_command *ata_c = &xfer->c_ata_c; local in function:__wdccommand_done 1715 struct ata_command *ata_c = &xfer->c_ata_c; local in function:__wdccommand_done_end 1724 struct ata_command *ata_c = &xfer->c_ata_c; local in function:__wdccommand_kill_xfer [all...] |
siisata.c | 936 struct ata_command *ata_c = &xfer->c_ata_c; local in function:siisata_exec_command 942 if (ata_c->flags & AT_POLL) 944 if (ata_c->flags & AT_WAIT) 947 xfer->c_databuf = ata_c->data; 948 xfer->c_bcount = ata_c->bcount; 962 struct ata_command *ata_c = &xfer->c_ata_c; local in function:siisata_cmd_start 967 chp->ch_channel, xfer->c_drive, ata_c->r_command, xfer->c_slot), 975 satafis_rhd_construct_cmd(ata_c, prb->prb_fis); 979 if (ata_c->r_command == ATA_DATA_SET_MANAGEMENT) { 985 (ata_c->flags & (AT_READ | AT_WRITE)) ? ata_c->data : NULL 1048 struct ata_command *ata_c = &xfer->c_ata_c; local in function:siisata_cmd_kill_xfer 1082 struct ata_command *ata_c = &xfer->c_ata_c; local in function:siisata_cmd_complete 1123 struct ata_command *ata_c = &xfer->c_ata_c; local in function:siisata_cmd_done 1163 struct ata_command *ata_c = &xfer->c_ata_c; local in function:siisata_cmd_done_end [all...] |
ahcisata_core.c | 1151 struct ata_command *ata_c = &xfer->c_ata_c; local in function:ahci_exec_command 1157 if (ata_c->flags & AT_POLL) 1159 if (ata_c->flags & AT_WAIT) 1162 xfer->c_databuf = ata_c->data; 1163 xfer->c_bcount = ata_c->bcount; 1174 struct ata_command *ata_c = &xfer->c_ata_c; local in function:ahci_cmd_start 1181 ata_c->timeout, slot), 1190 satafis_rhd_construct_cmd(ata_c, cmd_tbl->cmdt_cfis); 1197 (ata_c->flags & (AT_READ|AT_WRITE) && ata_c->bcount > 0) 1277 struct ata_command *ata_c = &xfer->c_ata_c; local in function:ahci_cmd_kill_xfer 1310 struct ata_command *ata_c = &xfer->c_ata_c; local in function:ahci_cmd_complete 1354 struct ata_command *ata_c = &xfer->c_ata_c; local in function:ahci_cmd_done 1390 struct ata_command *ata_c = &xfer->c_ata_c; local in function:ahci_cmd_done_end [all...] |
mvsata.c | 1603 struct ata_command *ata_c = &xfer->c_ata_c; local in function:mvsata_exec_command 1611 drvp->drive, ata_c->bcount, ata_c->r_lba, ata_c->r_count, 1612 ata_c->r_features, ata_c->r_device, ata_c->r_command)); 1614 if (ata_c->flags & AT_POLL) 1616 if (ata_c->flags & AT_WAIT) 1619 xfer->c_databuf = ata_c->data 1632 struct ata_command *ata_c = &xfer->c_ata_c; local in function:mvsata_wdc_cmd_start 1702 struct ata_command *ata_c = &xfer->c_ata_c; local in function:mvsata_wdc_cmd_intr 1822 struct ata_command *ata_c = &xfer->c_ata_c; local in function:mvsata_wdc_cmd_kill_xfer 1859 struct ata_command *ata_c = &xfer->c_ata_c; local in function:mvsata_wdc_cmd_done 1926 struct ata_command *ata_c = &xfer->c_ata_c; local in function:mvsata_wdc_cmd_done_end [all...] |
/src/sys/dev/ata/ |
ata.c | 858 ATADEBUG_PRINT(("ata_get_parms: ata_c.flags=0x%x\n", 2365 struct ata_command *ata_c = &xfer->c_ata_c; local in function:ata_wait_cmd 2369 while ((ata_c->flags & AT_DONE) == 0) 2374 KASSERT((ata_c->flags & AT_DONE) != 0);
|