Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/
HDsatypes.h91 …bit8 remoteSignature[8]; /* the remote signature of the phy is the phy is in native… member
HDsaint.c2251 pPhy->remoteSignature[0] = (bit8) fisD2H->d.sectorCount; in siEventSATASignatureRcvd()
2252 pPhy->remoteSignature[1] = (bit8) fisD2H->d.lbaLow; in siEventSATASignatureRcvd()
2253 pPhy->remoteSignature[2] = (bit8) fisD2H->d.lbaMid; in siEventSATASignatureRcvd()
2254 pPhy->remoteSignature[3] = (bit8) fisD2H->d.lbaHigh; in siEventSATASignatureRcvd()
2255 pPhy->remoteSignature[4] = (bit8) fisD2H->d.device; in siEventSATASignatureRcvd()
/NextBSD/sys/dev/pms/RefTisa/discovery/dm/
HDdmtypes.h178 …bit8 remoteSignature[8]; /* the remote signature of the port is the port is in nati… member
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/
HDossacmnapi.c1364 onePortContext->remoteSignature[0] = RegD2H->d.sectorCount; in ossaHwCB()
1365 onePortContext->remoteSignature[1] = RegD2H->d.lbaLow; in ossaHwCB()
1366 onePortContext->remoteSignature[2] = RegD2H->d.lbaMid; in ossaHwCB()
1367 onePortContext->remoteSignature[3] = RegD2H->d.lbaHigh; in ossaHwCB()
1368 onePortContext->remoteSignature[4] = RegD2H->d.device; in ossaHwCB()
1477 onePortContext->remoteSignature[0] = RegD2H->d.sectorCount; in ossaHwCB()
1478 onePortContext->remoteSignature[1] = RegD2H->d.lbaLow; in ossaHwCB()
1479 onePortContext->remoteSignature[2] = RegD2H->d.lbaMid; in ossaHwCB()
1480 onePortContext->remoteSignature[3] = RegD2H->d.lbaHigh; in ossaHwCB()
1481 onePortContext->remoteSignature[4] = RegD2H->d.device; in ossaHwCB()
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
HDtdtypes.h450 …bit8 remoteSignature[8]; /* the remote signature of the port is the port is in nati… member
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
HDitddisc.c6480 deviceType = tdssSATADeviceTypeDecode(onePortContext->remoteSignature); in tdsaSATAFullDiscover()
6489 onePortContext->remoteSignature, in tdsaSATAFullDiscover()
6987 deviceType = tdssSATADeviceTypeDecode(onePortContext->remoteSignature); in tdsaSATAIncrementalDiscover()
6996 onePortContext->remoteSignature, in tdsaSATAIncrementalDiscover()
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
HDossasat.c3702 pSatDevData->satDeviceType = tdssSATADeviceTypeDecode(onePortContext->remoteSignature); in tdssAddSATAToSharedcontext()