/src/sys/dev/ic/ |
wdc.c | 1103 int wflags = poll ? AT_POLL : AT_WAIT; local in function:__wdcwait_reset 1176 ata_delay(chp, WDCDELAY, "atarst", wflags); 1505 int wflags, tfd; local in function:__wdccommand_intr 1527 wflags = AT_POLL; 1531 wflags = AT_WAIT | AT_POLL; 1533 wflags = AT_POLL; 1560 wflags, &tfd) == WDCWAIT_TOUT) { 1570 (irq == 0) ? ata_c->timeout : 0, wflags, &tfd) == WDCWAIT_TOUT) {
|
mvsata.c | 1705 int wflags; local in function:mvsata_wdc_cmd_intr 1730 wflags = AT_WAIT | AT_POLL; 1732 wflags = AT_POLL; 1755 wflags, &tfd) == WDCWAIT_TOUT) { 1765 (irq == 0) ? ata_c->timeout : 0, wflags, &tfd) == WDCWAIT_TOUT) { 3411 mvsata_edma_disable(struct mvsata_port *mvport, int timeout, int wflags) 3430 ata_delay(chp, hztoms(1), "mvsata_edma2", wflags);
|
/src/sys/dev/ata/ |
wd.c | 938 int wflags = (xfer->c_flags & C_POLL) ? AT_POLL : 0; local in function:wddone 940 ata_thread_run(wd->drvp->chnl_softc, wflags,
|