Home
last modified time | relevance | path

Searched refs:ATA_PROTO_MASK (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/cam/ata/
H A Data_xpt.c1709 ((ident_buf->config & ATA_PROTO_MASK) == ATA_PROTO_ATAPI_16) ? 16 : in ata_device_transport()
1710 ((ident_buf->config & ATA_PROTO_MASK) == ATA_PROTO_ATAPI_12) ? 12 : 0; in ata_device_transport()
1715 ((ident_buf->config & ATA_PROTO_MASK) == ATA_PROTO_ATAPI_16) ? 16 : in ata_device_transport()
1716 ((ident_buf->config & ATA_PROTO_MASK) == ATA_PROTO_ATAPI_12) ? 12 : 0; in ata_device_transport()
1828 device->ident_data.config & ATA_PROTO_MASK; in ata_action()
/freebsd-12.1/sys/sys/
H A Data.h39 #define ATA_PROTO_MASK 0x8003 macro