Lines Matching defs:wait_flags
1023 int wait_flags = (xfer->c_flags & C_POLL) ? AT_POLL : 0;
1147 mvsata_edma_disable(mvport, 10 /* ms */, wait_flags);
1175 switch(wdc_wait_for_ready(chp, ATA_DELAY, wait_flags, &tfd)) {
1631 int wait_flags = (xfer->c_flags & C_POLL) ? AT_POLL : 0;
1644 mvsata_edma_disable(mvport, 10 /* ms */, wait_flags);
1650 ata_c->r_st_bmask, ata_c->timeout, wait_flags, &tfd)) {
2011 const int wait_flags = (xfer->c_flags & C_POLL) ? AT_POLL : 0;
2024 mvsata_edma_disable(mvport, 10 /* ms */, wait_flags);
2052 if (wdc_wait_for_unbusy(chp, ATAPI_DELAY, wait_flags, &tfd))
2057 if (wdc_wait_for_unbusy(chp, ATAPI_MODE_DELAY, wait_flags,
2087 if (wdc_wait_for_unbusy(chp, ATAPI_MODE_DELAY, wait_flags,
2117 if (wdc_wait_for_unbusy(chp, ATAPI_DELAY, wait_flags, &tfd) != 0) {