Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.h654 #define AP_GOT_STATUS 0x0800 /* atapi: status received */ macro
H A Datapi_fsm.c531 ata_pktp->ap_flags |= AP_GOT_STATUS; in atapi_status()
H A Datapi.c1056 if (ata_pktp->ap_flags & AP_GOT_STATUS) { in atapi_complete()
H A Data_common.c2565 #define AP_ARQ_NEEDED (AP_ARQ_ON_ERROR | AP_GOT_STATUS | AP_ERROR) in ata_ctlr_fsm()