Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmsmp.c1224 bit8 sataDeviceType; in dmReportPhySataRcvd() local
1321 sataDeviceType = tddmSATADeviceTypeDecode(SataDevice->satSignature); in dmReportPhySataRcvd()
1322 if( sataDeviceType == SATA_ATAPI_DEVICE) in dmReportPhySataRcvd()
1326 SataDevice->dmDeviceInfo.sataDeviceType = sataDeviceType; in dmReportPhySataRcvd()
1363 sataDeviceType = tddmSATADeviceTypeDecode(SataDevice->satSignature); in dmReportPhySataRcvd()
1364 if( sataDeviceType == SATA_ATAPI_DEVICE) in dmReportPhySataRcvd()
1368 SataDevice->dmDeviceInfo.sataDeviceType = sataDeviceType; in dmReportPhySataRcvd()
1432 bit8 sataDeviceType = 0; in dmReportPhySata2Rcvd() local
1527 sataDeviceType = tddmSATADeviceTypeDecode(SataDevice->satSignature); in dmReportPhySata2Rcvd()
1528 if( sataDeviceType == SATA_ATAPI_DEVICE) in dmReportPhySata2Rcvd()
[all …]
/freebsd/sys/dev/pms/RefTisa/discovery/api/
H A Ddm.h114 bit8 sataDeviceType; member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddmcmnapi.c665 if (dmDeviceInfo->sataDeviceType == SATA_ATAPI_DEVICE) in tddmPortDeviceAdd()
670 oneDeviceData->satDevData.satDeviceType = dmDeviceInfo->sataDeviceType; in tddmPortDeviceAdd()
715 oneDeviceData->satDevData.satDeviceType = dmDeviceInfo->sataDeviceType; in tddmPortDeviceAdd()
716 if (dmDeviceInfo->sataDeviceType == SATA_ATAPI_DEVICE) in tddmPortDeviceAdd()