Home
last modified time | relevance | path

Searched refs:ATA_R_CONTROL (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/disk/nata/
H A Data-queue.c98 if ((ch->state & ATA_STALL_QUEUE) && (request->flags & ATA_R_CONTROL)) { in ata_queue_request()
171 request->flags = ATA_R_CONTROL; in ata_controlcmd()
336 if (!(request->flags & (ATA_R_ATAPI | ATA_R_CONTROL))) in ata_completed()
353 if (!(request->flags & (ATA_R_ATAPI | ATA_R_CONTROL))) in ata_completed()
368 if (!(request->flags & (ATA_R_ATAPI | ATA_R_CONTROL))) in ata_completed()
379 if (!(request->flags & (ATA_R_ATAPI | ATA_R_CONTROL))) in ata_completed()
409 if (!(request->flags & (ATA_R_ATAPI | ATA_R_CONTROL))) in ata_completed()
H A Data-disk.c252 request->flags = ATA_R_CONTROL; in ad_spindown()
348 request->flags = ATA_R_CONTROL; in ad_strategy()
H A Data-lowlevel.c233 switch (request->flags & (ATA_R_ATAPI | ATA_R_DMA | ATA_R_CONTROL)) { in ata_end_transaction()
243 if (request->flags & ATA_R_CONTROL) { in ata_end_transaction()
H A Data-all.c251 if (!(request->flags & (ATA_R_ATAPI | ATA_R_CONTROL))) in ata_reinit()
493 request->flags |= ATA_R_CONTROL; in ata_device_ioctl()
H A Data-all.h360 #define ATA_R_CONTROL 0x00000001 macro
H A Data-raid.c4040 request->flags = ATA_R_CONTROL; in ata_raid_init_request()