Home
last modified time | relevance | path

Searched refs:REG_DEV_TO_HOST_FIS (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dossasat.c1439 (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) && in satChainedDataIOCB()
1757 if ( ((statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) && in satNonChainedWriteNVerifyCB()
2118 (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) && in satChainedWriteNVerifyCB()
5008 if ( (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) || in satVerify10CB()
5766 if (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) in satTestUnitReadyCB()
6634 if( (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) || in satStartStopUnitCB()
7254 if( (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) || in satSendDiagnosticCB()
7274 if( statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) in satSendDiagnosticCB()
7718 if( statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) in satRequestSenseCB()
8268 if ( (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) || in satSynchronizeCache10n16CB()
[all …]
H A Dsat.c17898 else if (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) in osSatIOCompleted()
/freebsd-14.2/sys/dev/pms/RefTisa/sat/src/
H A Dsmsatcb.c1227 (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) && in smsatChainedDataIOCB()
1508 if ( (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) || in smsatNonChainedVerifyCB()
1736 if ( (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) || in smsatChainedVerifyCB()
2062 if (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) in smsatTestUnitReadyCB()
2444 if( statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) in smsatRequestSenseCB()
3008 if( (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) || in smsatSendDiagnosticCB()
3027 if( statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) in smsatSendDiagnosticCB()
3466 if( (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) || in smsatStartStopUnitCB()
5335 if ( (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) || in smsatModeSelect6n10CB()
5741 if ( (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) || in smsatSynchronizeCache10n16CB()
[all …]
H A Dsmdefs.h62 #define REG_DEV_TO_HOST_FIS 0x34 macro
/freebsd-14.2/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmsmp.c1300 if (fis->h.fisType == REG_DEV_TO_HOST_FIS) in dmReportPhySataRcvd()
1329 else if (fis->h.error == REG_DEV_TO_HOST_FIS) in dmReportPhySataRcvd()
1508 if (fis->h.fisType == REG_DEV_TO_HOST_FIS) in dmReportPhySata2Rcvd()
1535 else if (fis->h.error == REG_DEV_TO_HOST_FIS) in dmReportPhySata2Rcvd()
H A Ddmdefs.h56 #define REG_DEV_TO_HOST_FIS 0x34 macro
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddefs.h1051 #define REG_DEV_TO_HOST_FIS 0x34 macro
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c5668 if (fis->h.fisType == REG_DEV_TO_HOST_FIS) in tdsaReportPhySataRcvd()