Home
last modified time | relevance | path

Searched refs:AP_TIMEOUT (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.h648 #define AP_TIMEOUT 0x0040 /* packet timed out */ macro
H A Datapi.c1073 } else if (ata_pktp->ap_flags & AP_TIMEOUT) { in atapi_complete()
H A Data_disk.c2199 } else if (ata_pktp->ap_flags & (AP_ABORT|AP_TIMEOUT|AP_BUS_RESET)) { in ata_disk_complete()
H A Data_common.c938 ata_pktp->ap_flags |= AP_TIMEOUT; in ata_timeout_func()