Home
last modified time | relevance | path

Searched refs:devInfo (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdefs.h1139 ((devInfo)->devType_S_Rate & 0x0F)
1184 ((devInfo)->devType_S_Rate & 0x0F)
1187 #define DEVINFO_GET_EXT_SMP(devInfo) \ argument
1188 (((devInfo)->ext & 0x100) >> 8)
1191 (((devInfo)->ext & 0x600) >> 9)
1193 #define DEVINFO_GET_EXT_MCN(devInfo) \ argument
1194 (((devInfo)->ext & 0x7800) >> 11)
1198 ((devInfo)->smpTimeout) = smpto
1204 ((devInfo)->firstBurstSize) = fbs
1207 ((devInfo)->flag) = tlr
[all …]
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddefs.h393 #define DEVINFO_GET_DEVICETTYPE(devInfo) \ argument
396 #define DEVINFO_GET_LINKRATE(devInfo) \ argument
397 ((devInfo)->devType_S_Rate & 0x0F)
399 #define DEVINFO_GET_EXT_MCN(devInfo) \ argument
400 (((devInfo)->ext & 0x7800) >> 11)
404 ((devInfo)->smpTimeout) = smpto
407 ((devInfo)->it_NexusTimeout) = itnexusto
409 #define DEVINFO_PUT_FBS(devInfo, fbs) \ argument
410 ((devInfo)->firstBurstSize) = fbs
412 #define DEVINFO_PUT_FLAG(devInfo, tlr) \ argument
[all …]
H A Dtdioctl.c1836 osti_memcpy(&pTDDeviceInfo->devInfo.sasAddressHi, pSADeviceInfo->sasAddressHi, sizeof(bit32)); in ostiGetDeviceInfoIOCTLRsp()
1837 osti_memcpy(&pTDDeviceInfo->devInfo.sasAddressLo, pSADeviceInfo->sasAddressLo, sizeof(bit32)); in ostiGetDeviceInfoIOCTLRsp()
1839 … pTDDeviceInfo->devInfo.sasAddressHi = DMA_BEBIT32_TO_BIT32(pTDDeviceInfo->devInfo.sasAddressHi); in ostiGetDeviceInfoIOCTLRsp()
1840 … pTDDeviceInfo->devInfo.sasAddressLo = DMA_BEBIT32_TO_BIT32(pTDDeviceInfo->devInfo.sasAddressLo); in ostiGetDeviceInfoIOCTLRsp()
1842 pTDDeviceInfo->devInfo.deviceType = (pSADeviceInfo->devType_S_Rate & 0x30) >> 4; in ostiGetDeviceInfoIOCTLRsp()
1843 pTDDeviceInfo->devInfo.linkRate = pSADeviceInfo->devType_S_Rate & 0x0F; in ostiGetDeviceInfoIOCTLRsp()
2644 pDeviceInfo->devInfo.phyId = oneDeviceData->phyID; in tdsaDeviceInfoGetIoctl()
2648 pDeviceInfo->devInfo.sasAddressHi = DMA_BEBIT32_TO_BIT32(pDeviceInfo->devInfo.sasAddressHi); in tdsaDeviceInfoGetIoctl()
2649 pDeviceInfo->devInfo.sasAddressLo = DMA_BEBIT32_TO_BIT32(pDeviceInfo->devInfo.sasAddressLo); in tdsaDeviceInfoGetIoctl()
2651 pDeviceInfo->devInfo.deviceType = (oneDeviceData->agDeviceInfo.devType_S_Rate & 0x30) >> 4; in tdsaDeviceInfoGetIoctl()
[all …]
H A Dtdioctl.h353 tdDeviceInfoIOCTL_t devInfo; member
/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaport.c119 pDevice->devInfo.sasDeviceInfo.commonDevInfo.smpTimeout = (bit16)smpTimeout; in siPortSASDeviceAdd()
122 pDevice->devInfo.sasDeviceInfo.commonDevInfo.devType_S_Rate = dTypeSRate; in siPortSASDeviceAdd()
123 pDevice->devInfo.sasDeviceInfo.commonDevInfo.flag = flag; in siPortSASDeviceAdd()
131 pDevice->devInfo.sasDeviceInfo.phyIdentifier = sasIdentify.phyIdentifier; in siPortSASDeviceAdd()
288 pDevice->devInfo.sataDeviceInfo.commonDevInfo.devType_S_Rate = dTypeSRate; in siPortSATADeviceAdd()
289 pDevice->devInfo.sataDeviceInfo.commonDevInfo.flag = flag; in siPortSATADeviceAdd()
292 pDevice->devInfo.sataDeviceInfo.commonDevInfo.sasAddressHi[i] = 0; in siPortSATADeviceAdd()
293 pDevice->devInfo.sataDeviceInfo.commonDevInfo.sasAddressLo[i] = 0; in siPortSATADeviceAdd()
296 pDevice->devInfo.sataDeviceInfo.connection = pm; in siPortSATADeviceAdd()
297 pDevice->devInfo.sataDeviceInfo.portMultiplierField = pmField; in siPortSATADeviceAdd()
[all …]
H A Dsampirsp.c3249 pDevice->devInfo.sataDeviceInfo.commonDevInfo.firstBurstSize = in mpiGetDevInfoRsp()
3264 pDevice->devInfo.sasDeviceInfo.commonDevInfo.flag, in mpiGetDevInfoRsp()
3432 pDevice->devInfo.sasDeviceInfo.commonDevInfo.smpTimeout = in mpiGetDevInfoRspSpc()
3435 pDevice->devInfo.sataDeviceInfo.commonDevInfo.smpTimeout = in mpiGetDevInfoRspSpc()
3438 pDevice->devInfo.sasDeviceInfo.commonDevInfo.it_NexusTimeout = in mpiGetDevInfoRspSpc()
3444 pDevice->devInfo.sasDeviceInfo.commonDevInfo.firstBurstSize = in mpiGetDevInfoRspSpc()
3447 pDevice->devInfo.sataDeviceInfo.commonDevInfo.firstBurstSize = in mpiGetDevInfoRspSpc()
3454 pDevice->devInfo.sasDeviceInfo.commonDevInfo.devType_S_Rate = in mpiGetDevInfoRspSpc()
3457 pDevice->devInfo.sataDeviceInfo.commonDevInfo.devType_S_Rate = in mpiGetDevInfoRspSpc()
3486 pDevice->devInfo.sasDeviceInfo.commonDevInfo.flag, in mpiGetDevInfoRspSpc()
[all …]
H A Dsatypes.h122 agsaSASSATADevInfo_t devInfo; /**< SAS/SATA device information */ member
/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2627 #define SA_DEVINFO_GET_SAS_ADDRESSLO(devInfo) \ argument
2628 DMA_BEBIT32_TO_BIT32(*(bit32 *)(devInfo)->sasAddressLo)
2630 #define SA_DEVINFO_GET_SAS_ADDRESSHI(devInfo) \ argument
2631 DMA_BEBIT32_TO_BIT32(*(bit32 *)(devInfo)->sasAddressHi)
2633 #define SA_DEVINFO_GET_DEVICETTYPE(devInfo) \ argument
2634 (((devInfo)->devType_S_Rate & 0xC0) >> 5)
2636 #define SA_DEVINFO_PUT_SAS_ADDRESSLO(devInfo, src32) \ argument
2637 *(bit32 *)((devInfo)->sasAddressLo) = BIT32_TO_DMA_BEBIT32(src32)
2639 #define SA_DEVINFO_PUT_SAS_ADDRESSHI(devInfo, src32) \ argument
2640 *(bit32 *)((devInfo)->sasAddressHi) = BIT32_TO_DMA_BEBIT32(src32)
/freebsd-13.1/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c141 tiINIGetDeviceInfo(root, dev, &pDev->devInfo); \
1796 tiDeviceInfo_t devInfo; in agtiapi_cam_action() local
1890 switch (devInfo.info.devType_S_Rate & 0xF) in agtiapi_cam_action()
5400 &pDevice->devInfo ); in agtiapi_GetDevHandle()
5772 pDevice->devInfo.remoteName, in wwncpy()
5773 pDevice->devInfo.osAddress1); in wwncpy()
5775 pDevice->devInfo.remoteAddress, in wwncpy()
5776 pDevice->devInfo.osAddress2); in wwncpy()
5777 pDevice->targetLen = pDevice->devInfo.osAddress1 + in wwncpy()
5778 pDevice->devInfo.osAddress2; in wwncpy()
[all …]
H A Dagtiapi.h196 tiDeviceInfo_t devInfo; member