Home
last modified time | relevance | path

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

/freebsd/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()
1767 else 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()
5017 else if (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) in satVerify10CB()
5222 if ( (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) || in satNonChainedVerifyCB()
5231 else if (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) in satNonChainedVerifyCB()
5446 if ( (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) || in satChainedVerifyCB()
5455 else if (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) in satChainedVerifyCB()
[all …]
H A Dsat.c17898 else if (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) in osSatIOCompleted()
/freebsd/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()
1517 else if (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) in smsatNonChainedVerifyCB()
1736 if ( (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) || in smsatChainedVerifyCB()
1745 else 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()
[all …]
H A Dsmdefs.h62 #define REG_DEV_TO_HOST_FIS 0x34 macro
/freebsd/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/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddefs.h1051 #define REG_DEV_TO_HOST_FIS 0x34 macro
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c5668 if (fis->h.fisType == REG_DEV_TO_HOST_FIS) in tdsaReportPhySataRcvd()