Searched refs:ai_cap (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/
H A Dsata_defs.h183 ushort_t ai_cap; /* 49 Capabilities */ member in struct:sata_id
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.h349 ushort_t ai_cap; /* 49 Capabilities */ member in struct:ata_id
H A Data_common.c1294 aidp->ai_cap));
2257 !(ata_drvp->ad_id.ai_cap & ATAC_DMA_SUPPORT)) {
3852 if (!(aidp->ai_cap & ATAC_DMA_SUPPORT))
H A Data_disk.c206 if (aidp->ai_cap & ATAC_LBA_SUPPORT)
220 } else if (aidp->ai_cap & ATAC_LBA_SUPPORT) {
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c4435 0) || (!(sata_id->ai_cap & SATA_STANDBYTIMER))) {
8168 if (sata_id->ai_cap & SATA_STANDBYTIMER) {
8574 (!(sata_id->ai_cap & SATA_STANDBYTIMER) && page->standby == 1)) {
12136 if ((sdinfo->satadrv_id.ai_cap & SATA_DMA_SUPPORT) == 0) {
13022 !sdinfo->satadrv_id.ai_cap & SATA_LBA_SUPPORT)
13819 if (sdinfo->satadrv_id.ai_cap & SATA_DMA_SUPPORT)
16586 if (new_sdinfo.satadrv_id.ai_cap & SATA_DMA_SUPPORT) {

Completed in 118 milliseconds