Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
HDossasat.c1440 (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) && in satChainedDataIOCB()
1758 if ( ((statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) && in satNonChainedWriteNVerifyCB()
1768 else if (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) in satNonChainedWriteNVerifyCB()
2119 (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) && in satChainedWriteNVerifyCB()
5009 if ( (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) || in satVerify10CB()
5018 else if (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) in satVerify10CB()
5223 if ( (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) || in satNonChainedVerifyCB()
5232 else if (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) in satNonChainedVerifyCB()
5447 if ( (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) || in satChainedVerifyCB()
5456 else if (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) in satChainedVerifyCB()
[all …]
HDsat.c17899 else if (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) in osSatIOCompleted()
/freebsd-11-stable/sys/dev/pms/RefTisa/sat/src/
HDsmsatcb.c1228 (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) && in smsatChainedDataIOCB()
1509 if ( (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) || in smsatNonChainedVerifyCB()
1518 else if (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) in smsatNonChainedVerifyCB()
1737 if ( (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) || in smsatChainedVerifyCB()
1746 else if (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) in smsatChainedVerifyCB()
2063 if (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) in smsatTestUnitReadyCB()
2445 if( statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) in smsatRequestSenseCB()
3009 if( (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) || in smsatSendDiagnosticCB()
3028 if( statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) in smsatSendDiagnosticCB()
3467 if( (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) || in smsatStartStopUnitCB()
[all …]
HDsmdefs.h63 #define REG_DEV_TO_HOST_FIS 0x34 macro
/freebsd-11-stable/sys/dev/pms/RefTisa/discovery/dm/
HDdmsmp.c1301 if (fis->h.fisType == REG_DEV_TO_HOST_FIS) in dmReportPhySataRcvd()
1330 else if (fis->h.error == REG_DEV_TO_HOST_FIS) in dmReportPhySataRcvd()
1509 if (fis->h.fisType == REG_DEV_TO_HOST_FIS) in dmReportPhySata2Rcvd()
1536 else if (fis->h.error == REG_DEV_TO_HOST_FIS) in dmReportPhySata2Rcvd()
HDdmdefs.h57 #define REG_DEV_TO_HOST_FIS 0x34 macro
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
HDtddefs.h1052 #define REG_DEV_TO_HOST_FIS 0x34 macro
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
HDitddisc.c5669 if (fis->h.fisType == REG_DEV_TO_HOST_FIS) in tdsaReportPhySataRcvd()