Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/pms/RefTisa/discovery/dm/
HDdmdefs.h1128 #define DEVINFO_GET_SAS_ADDRESSLO(devInfo) \ argument
1129 DMA_BEBIT32_TO_BIT32(*(bit32 *)(devInfo)->sasAddressLo)
1131 #define DEVINFO_GET_SAS_ADDRESSHI(devInfo) \ argument
1132 DMA_BEBIT32_TO_BIT32(*(bit32 *)(devInfo)->sasAddressHi)
1135 #define DEVINFO_GET_DEVICETTYPE(devInfo) \ argument
1136 (((devInfo)->devType_S_Rate & 0xC0) >> 6)
1138 #define DEVINFO_GET_LINKRATE(devInfo) \ argument
1139 ((devInfo)->devType_S_Rate & 0x0F)
1173 #define DEVINFO_GET_SAS_ADDRESSLO(devInfo) \ argument
1174 DMA_BEBIT32_TO_BIT32(*(bit32 *)(devInfo)->sasAddressLo)
[all …]
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
HDtddefs.h386 #define DEVINFO_GET_SAS_ADDRESSLO(devInfo) \ argument
387 DMA_BEBIT32_TO_BIT32(*(bit32 *)(devInfo)->sasAddressLo)
389 #define DEVINFO_GET_SAS_ADDRESSHI(devInfo) \ argument
390 DMA_BEBIT32_TO_BIT32(*(bit32 *)(devInfo)->sasAddressHi)
393 #define DEVINFO_GET_DEVICETTYPE(devInfo) \ argument
394 (((devInfo)->devType_S_Rate & 0xC0) >> 6)
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)
[all …]
HDtdioctl.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()
2645 …osti_memcpy(&pDeviceInfo->devInfo.sasAddressHi, oneDeviceData->agDeviceInfo.sasAddressHi, sizeof(b… in tdsaDeviceInfoGetIoctl()
2646 …osti_memcpy(&pDeviceInfo->devInfo.sasAddressLo, oneDeviceData->agDeviceInfo.sasAddressLo, sizeof(b… in tdsaDeviceInfoGetIoctl()
2648 pDeviceInfo->devInfo.sasAddressHi = DMA_BEBIT32_TO_BIT32(pDeviceInfo->devInfo.sasAddressHi); in tdsaDeviceInfoGetIoctl()
[all …]
HDtdioctl.h353 tdDeviceInfoIOCTL_t devInfo; member
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
HDsaport.c119 pDevice->devInfo.sasDeviceInfo.commonDevInfo.smpTimeout = (bit16)smpTimeout; in siPortSASDeviceAdd()
120 pDevice->devInfo.sasDeviceInfo.commonDevInfo.it_NexusTimeout = (bit16)itNexusTimeout; in siPortSASDeviceAdd()
121 pDevice->devInfo.sasDeviceInfo.commonDevInfo.firstBurstSize = (bit16)firstBurstSize; in siPortSASDeviceAdd()
122 pDevice->devInfo.sasDeviceInfo.commonDevInfo.devType_S_Rate = dTypeSRate; in siPortSASDeviceAdd()
123 pDevice->devInfo.sasDeviceInfo.commonDevInfo.flag = flag; in siPortSASDeviceAdd()
126 pDevice->devInfo.sasDeviceInfo.commonDevInfo.sasAddressHi[i] = sasIdentify.sasAddressHi[i]; in siPortSASDeviceAdd()
127 pDevice->devInfo.sasDeviceInfo.commonDevInfo.sasAddressLo[i] = sasIdentify.sasAddressLo[i]; in siPortSASDeviceAdd()
129 pDevice->devInfo.sasDeviceInfo.initiator_ssp_stp_smp = sasIdentify.initiator_ssp_stp_smp; in siPortSASDeviceAdd()
130 pDevice->devInfo.sasDeviceInfo.target_ssp_stp_smp = sasIdentify.target_ssp_stp_smp; in siPortSASDeviceAdd()
131 pDevice->devInfo.sasDeviceInfo.phyIdentifier = sasIdentify.phyIdentifier; in siPortSASDeviceAdd()
[all …]
HDsampirsp.c3245 …si_memcpy(&pDevice->devInfo.sasDeviceInfo.commonDevInfo, &commonDevInfo, sizeof(agsaDeviceInfo_t)); in mpiGetDevInfoRsp()
3246 …si_memcpy(&pDevice->devInfo.sataDeviceInfo.commonDevInfo, &commonDevInfo, sizeof(agsaDeviceInfo_t)… in mpiGetDevInfoRsp()
3249 pDevice->devInfo.sataDeviceInfo.commonDevInfo.firstBurstSize = in mpiGetDevInfoRsp()
3253 …SA_DBG3(("mpiGetDevInfoRsp: smpTimeout=0x%x\n", pDevice->devInfo.sasDeviceInfo.commonDevInfo.smpTi… in mpiGetDevInfoRsp()
3254 …SA_DBG3(("mpiGetDevInfoRsp: it_NexusTimeout=0x%x\n", pDevice->devInfo.sasDeviceInfo.commonDevInfo.… in mpiGetDevInfoRsp()
3255 …SA_DBG3(("mpiGetDevInfoRsp: firstBurstSize=0x%x\n", pDevice->devInfo.sasDeviceInfo.commonDevInfo.f… in mpiGetDevInfoRsp()
3256 …SA_DBG3(("mpiGetDevInfoRsp: devType_S_Rate=0x%x\n", pDevice->devInfo.sasDeviceInfo.commonDevInfo.d… in mpiGetDevInfoRsp()
3264 pDevice->devInfo.sasDeviceInfo.commonDevInfo.flag, in mpiGetDevInfoRsp()
3265 (pDevice->devInfo.sasDeviceInfo.commonDevInfo.devType_S_Rate & 0xF0) == 0x20 ? "SATA DA" : in mpiGetDevInfoRsp()
3266 (pDevice->devInfo.sasDeviceInfo.commonDevInfo.devType_S_Rate & 0xF0) == 0x10 ? "SSP/SMP" : in mpiGetDevInfoRsp()
[all …]
HDsatypes.h122 agsaSASSATADevInfo_t devInfo; /**< SAS/SATA device information */ member
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/api/
HDsa.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-11-stable/sys/dev/pms/freebsd/driver/ini/src/
HDagtiapi.c141 tiINIGetDeviceInfo(root, dev, &pDev->devInfo); \
1799 tiDeviceInfo_t devInfo; in agtiapi_cam_action() local
1891 tiINIGetDeviceInfo( &pmcsc->tiRoot, pDevHandle, &devInfo ); in agtiapi_cam_action()
1892 switch (devInfo.info.devType_S_Rate & 0xF) in agtiapi_cam_action()
5416 &pDevice->devInfo ); in agtiapi_GetDevHandle()
5573 tiINIGetDeviceInfo( &pCard->tiRoot, agDev[devIdx], &pDevice->devInfo ); in agtiapi_GetDevHandle()
5785 if (sizeof(pDevice->targetName) >= pDevice->devInfo.osAddress1 + in wwncpy()
5786 pDevice->devInfo.osAddress2) in wwncpy()
5789 pDevice->devInfo.remoteName, in wwncpy()
5790 pDevice->devInfo.osAddress1); in wwncpy()
[all …]
HDagtiapi.h196 tiDeviceInfo_t devInfo; member