Home
last modified time | relevance | path

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

/netbsd/sys/dev/ata/
H A Datavar.h53 #define ATA_PRIO_HIGH 0x0200 /* transfer has high priority */ macro
H A Data.c2353 if (xfer->c_bio.flags & ATA_PRIO_HIGH) in atacmd_toncq()
H A Dwd.c777 xfer->c_bio.flags |= ATA_PRIO_HIGH; in wdstart1()