Searched refs:fisType (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ |
H A D | sat.c | 759 fis->h.fisType = 0x27; /* Reg host to device */ in satPacket() 870 fis->h.fisType = 0x27; /* Reg host to device */ in satSetFeatures() 964 fis->h.fisType = 0x27; /* Reg host to device */ in satRequestSenseForATAPI() 1059 fis->h.fisType = 0x27; /* Reg host to device */ in satDeviceReset() 1136 fis->h.fisType = 0x27; /* Reg host to device */ in satExecuteDeviceDiagnostic() 1360 fis->h.fisType = 0x27; /* Reg host to device */ in satRead10() 1392 fis->h.fisType = 0x27; /* Reg host to device */ in satRead10() 1425 fis->h.fisType = 0x27; /* Reg host to device */ in satRead10() 1454 fis->h.fisType = 0x27; /* Reg host to device */ in satRead10() 1525 fis->h.fisType = 0x27; /* Reg host to device */ in satRead10() [all …]
|
H A D | ossasat.c | 1438 if( (statDevToHostFisHeader->fisType != PIO_SETUP_DEV_TO_HOST_FIS) && in satChainedDataIOCB() 1439 (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) && in satChainedDataIOCB() 1440 (statDevToHostFisHeader->fisType != SET_DEV_BITS_FIS) in satChainedDataIOCB() 1443 … TI_DBG1(("satChainedDataIOCB: FAILED, Wrong FIS type 0x%x\n", statDevToHostFisHeader->fisType)); in satChainedDataIOCB() 1737 if (statDevToHostFisHeader->fisType == SET_DEV_BITS_FIS) in satNonChainedWriteNVerifyCB() 1757 if ( ((statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) && in satNonChainedWriteNVerifyCB() 1758 (statDevToHostFisHeader->fisType != SET_DEV_BITS_FIS)) || in satNonChainedWriteNVerifyCB() 1767 else if (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) in satNonChainedWriteNVerifyCB() 1769 …G1(("satNonChainedWriteNVerifyCB: FAILED, Wrong FIS type 0x%x\n",statDevToHostFisHeader->fisType)); in satNonChainedWriteNVerifyCB() 1771 else if (statDevToHostFisHeader->fisType != SET_DEV_BITS_FIS) in satNonChainedWriteNVerifyCB() [all …]
|
/freebsd/sys/dev/pms/RefTisa/sat/src/ |
H A D | smsat.c | 3328 fis->h.fisType = 0x27; /* Reg host to device */ in smsatIDStart() 4039 fis->h.fisType = 0x27; /* Reg host to device */ in smsatPacket() 4149 fis->h.fisType = 0x27; /* Reg host to device */ in smsatSetFeaturesPIO() 4241 fis->h.fisType = 0x27; /* Reg host to device */ in smsatRequestSenseForATAPI() 4333 fis->h.fisType = 0x27; /* Reg host to device */ in smsatDeviceReset() 4410 fis->h.fisType = 0x27; /* Reg host to device */ in smsatExecuteDeviceDiagnostic() 4567 fis->h.fisType = 0x27; /* Reg host to device */ in smsatRead6() 4601 fis->h.fisType = 0x27; /* Reg host to device */ in smsatRead6() 4640 fis->h.fisType = 0x27; /* Reg host to device */ in smsatRead6() 4675 fis->h.fisType = 0x27; /* Reg host to device */ in smsatRead6() [all …]
|
H A D | smsatcb.c | 1226 if( (statDevToHostFisHeader->fisType != PIO_SETUP_DEV_TO_HOST_FIS) && in smsatChainedDataIOCB() 1227 (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) && in smsatChainedDataIOCB() 1228 (statDevToHostFisHeader->fisType != SET_DEV_BITS_FIS) in smsatChainedDataIOCB() 1231 …_DBG1(("smsatChainedDataIOCB: FAILED, Wrong FIS type 0x%x!!!\n", statDevToHostFisHeader->fisType)); 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() 1519 …BG1(("smsatNonChainedVerifyCB: FAILED, Wrong FIS type 0x%x!!!\n",statDevToHostFisHeader->fisType)); 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() 1747 …M_DBG1(("smsatChainedVerifyCB: FAILED, Wrong FIS type 0x%x!!!\n",statDevToHostFisHeader->fisType)); in smsatChainedVerifyCB() [all …]
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/ |
H A D | sa_spec.h | 181 bit8 fisType; /* fisType, set to 58h for BIST */ member 200 bit8 fisType; /* fisType, set to 34h for DeviceToHostReg */ member 213 bit8 fisType; /* fisType, set to A1h for SetDeviceBit */ member 232 bit8 fisType; /* fisType, set to 27h for DeviceToHostReg */ member 246 bit8 fisType; /* set to 5F */ member
|
/freebsd/sys/dev/pms/RefTisa/discovery/dm/ |
H A D | dmsmp.c | 1300 if (fis->h.fisType == REG_DEV_TO_HOST_FIS) in dmReportPhySataRcvd() 1508 if (fis->h.fisType == REG_DEV_TO_HOST_FIS) in dmReportPhySata2Rcvd()
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | saint.c | 2224 SA_DBG5((" fisType = %x\n", fisD2H->h.fisType)); in siEventSATASignatureRcvd()
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
H A D | itddisc.c | 5668 if (fis->h.fisType == REG_DEV_TO_HOST_FIS) in tdsaReportPhySataRcvd()
|