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

/freebsd-11-stable/sys/cam/ata/
H A Data_xpt.c1715 ((ident_buf->config & ATA_PROTO_MASK) == ATA_PROTO_ATAPI_16) ? 16 :
1716 ((ident_buf->config & ATA_PROTO_MASK) == ATA_PROTO_ATAPI_12) ? 12 : 0;
1721 ((ident_buf->config & ATA_PROTO_MASK) == ATA_PROTO_ATAPI_16) ? 16 :
1722 ((ident_buf->config & ATA_PROTO_MASK) == ATA_PROTO_ATAPI_12) ? 12 : 0;
1834 device->ident_data.config & ATA_PROTO_MASK;
/freebsd-11-stable/sys/sys/
H A Data.h37 #define ATA_PROTO_MASK 0x8003 macro

Completed in 61 milliseconds