Searched refs:fisType (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsat.c760 fis->h.fisType = 0x27; /* Reg host to device */
871 fis->h.fisType = 0x27; /* Reg host to device */
965 fis->h.fisType = 0x27; /* Reg host to device */
1060 fis->h.fisType = 0x27; /* Reg host to device */
1137 fis->h.fisType = 0x27; /* Reg host to device */
1361 fis->h.fisType = 0x27; /* Reg host to device */
1393 fis->h.fisType = 0x27; /* Reg host to device */
1426 fis->h.fisType = 0x27; /* Reg host to device */
1455 fis->h.fisType = 0x27; /* Reg host to device */
1526 fis->h.fisType
[all...]
H A Dossasat.c1439 if( (statDevToHostFisHeader->fisType != PIO_SETUP_DEV_TO_HOST_FIS) &&
1440 (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) &&
1441 (statDevToHostFisHeader->fisType != SET_DEV_BITS_FIS)
1444 TI_DBG1(("satChainedDataIOCB: FAILED, Wrong FIS type 0x%x\n", statDevToHostFisHeader->fisType));
1738 if (statDevToHostFisHeader->fisType == SET_DEV_BITS_FIS)
1756 Both have fisType in the same location
1758 if ( ((statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) &&
1759 (statDevToHostFisHeader->fisType != SET_DEV_BITS_FIS)) ||
1768 else if (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS)
1770 TI_DBG1(("satNonChainedWriteNVerifyCB: FAILED, Wrong FIS type 0x%x\n",statDevToHostFisHeader->fisType));
[all...]
/freebsd-13-stable/sys/dev/pms/RefTisa/sat/src/
H A Dsmsat.c3329 fis->h.fisType = 0x27; /* Reg host to device */
4040 fis->h.fisType = 0x27; /* Reg host to device */
4150 fis->h.fisType = 0x27; /* Reg host to device */
4242 fis->h.fisType = 0x27; /* Reg host to device */
4334 fis->h.fisType = 0x27; /* Reg host to device */
4411 fis->h.fisType = 0x27; /* Reg host to device */
4568 fis->h.fisType = 0x27; /* Reg host to device */
4602 fis->h.fisType = 0x27; /* Reg host to device */
4641 fis->h.fisType = 0x27; /* Reg host to device */
4676 fis->h.fisType
[all...]
H A Dsmsatcb.c1227 if( (statDevToHostFisHeader->fisType != PIO_SETUP_DEV_TO_HOST_FIS) &&
1228 (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) &&
1229 (statDevToHostFisHeader->fisType != SET_DEV_BITS_FIS)
1232 SM_DBG1(("smsatChainedDataIOCB: FAILED, Wrong FIS type 0x%x!!!\n", statDevToHostFisHeader->fisType));
1509 if ( (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) ||
1518 else if (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS)
1520 SM_DBG1(("smsatNonChainedVerifyCB: FAILED, Wrong FIS type 0x%x!!!\n",statDevToHostFisHeader->fisType));
1737 if ( (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS) ||
1746 else if (statDevToHostFisHeader->fisType != REG_DEV_TO_HOST_FIS)
1748 SM_DBG1(("smsatChainedVerifyCB: FAILED, Wrong FIS type 0x%x!!!\n",statDevToHostFisHeader->fisType));
[all...]
/freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa_spec.h182 bit8 fisType; /* fisType, set to 58h for BIST */ member in struct:agsaFisBISTHeader_s
201 bit8 fisType; /* fisType, set to 34h for DeviceToHostReg */ member in struct:agsaFisRegD2HHeader_s
214 bit8 fisType; /* fisType, set to A1h for SetDeviceBit */ member in struct:agsaFisSetDevBitsHeader_s
233 bit8 fisType; /* fisType, set to 27h for DeviceToHostReg */ member in struct:agsaFisRegH2DHeader_s
247 bit8 fisType; /* set to 5F */ member in struct:agsaFisPioSetupHeader_s
/freebsd-13-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmsmp.c1301 if (fis->h.fisType == REG_DEV_TO_HOST_FIS)
1509 if (fis->h.fisType == REG_DEV_TO_HOST_FIS)
/freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaint.c2225 SA_DBG5((" fisType = %x\n", fisD2H->h.fisType));
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c5669 if (fis->h.fisType == REG_DEV_TO_HOST_FIS)

Completed in 289 milliseconds