Home
last modified time | relevance | path

Searched refs:remoteSignature (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsatypes.h90 …bit8 remoteSignature[8]; /* the remote signature of the phy is the phy is in native… member
H A Dsaint.c2250 pPhy->remoteSignature[0] = (bit8) fisD2H->d.sectorCount; in siEventSATASignatureRcvd()
2251 pPhy->remoteSignature[1] = (bit8) fisD2H->d.lbaLow; in siEventSATASignatureRcvd()
2252 pPhy->remoteSignature[2] = (bit8) fisD2H->d.lbaMid; in siEventSATASignatureRcvd()
2253 pPhy->remoteSignature[3] = (bit8) fisD2H->d.lbaHigh; in siEventSATASignatureRcvd()
2254 pPhy->remoteSignature[4] = (bit8) fisD2H->d.device; in siEventSATASignatureRcvd()
/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmtypes.h177 …bit8 remoteSignature[8]; /* the remote signature of the port is the port is in nati… member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c1363 onePortContext->remoteSignature[0] = RegD2H->d.sectorCount; in ossaHwCB()
1364 onePortContext->remoteSignature[1] = RegD2H->d.lbaLow; in ossaHwCB()
1365 onePortContext->remoteSignature[2] = RegD2H->d.lbaMid; in ossaHwCB()
1366 onePortContext->remoteSignature[3] = RegD2H->d.lbaHigh; in ossaHwCB()
1367 onePortContext->remoteSignature[4] = RegD2H->d.device; in ossaHwCB()
1476 onePortContext->remoteSignature[0] = RegD2H->d.sectorCount; in ossaHwCB()
1477 onePortContext->remoteSignature[1] = RegD2H->d.lbaLow; in ossaHwCB()
1478 onePortContext->remoteSignature[2] = RegD2H->d.lbaMid; in ossaHwCB()
1479 onePortContext->remoteSignature[3] = RegD2H->d.lbaHigh; in ossaHwCB()
1480 onePortContext->remoteSignature[4] = RegD2H->d.device; in ossaHwCB()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h449 …bit8 remoteSignature[8]; /* the remote signature of the port is the port is in nati… member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c6479 deviceType = tdssSATADeviceTypeDecode(onePortContext->remoteSignature); in tdsaSATAFullDiscover()
6488 onePortContext->remoteSignature, in tdsaSATAFullDiscover()
6986 deviceType = tdssSATADeviceTypeDecode(onePortContext->remoteSignature); in tdsaSATAIncrementalDiscover()
6995 onePortContext->remoteSignature, in tdsaSATAIncrementalDiscover()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dossasat.c3701 pSatDevData->satDeviceType = tdssSATADeviceTypeDecode(onePortContext->remoteSignature); in tdssAddSATAToSharedcontext()