Home
last modified time | relevance | path

Searched refs:AP_ARQ_ON_ERROR (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/intel/io/dktp/controller/ata/
H A Datapi.c704 ata_pktp->ap_flags |= AP_ARQ_ON_ERROR; in atapi_tran_init_pkt()
991 ata_pktp->ap_flags &= (AP_ATAPI | AP_READ | AP_WRITE | AP_ARQ_ON_ERROR); in atapi_tran_start()
H A Data_common.h655 #define AP_ARQ_ON_ERROR 0x1000 /* atapi: do ARQ on error */ macro
H A Data_common.c2563 #define AP_ARQ_NEEDED (AP_ARQ_ON_ERROR | AP_GOT_STATUS | AP_ERROR) in ata_ctlr_fsm()