Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdefs.h1127 #define DEVINFO_GET_SAS_ADDRESSLO(devInfo) \ argument
1128 DMA_BEBIT32_TO_BIT32(*(bit32 *)(devInfo)->sasAddressLo)
1130 #define DEVINFO_GET_SAS_ADDRESSHI(devInfo) \ argument
1131 DMA_BEBIT32_TO_BIT32(*(bit32 *)(devInfo)->sasAddressHi)
1134 #define DEVINFO_GET_DEVICETTYPE(devInfo) \ argument
1135 (((devInfo)->devType_S_Rate & 0xC0) >> 6)
1137 #define DEVINFO_GET_LINKRATE(devInfo) \ argument
1138 ((devInfo)->devType_S_Rate & 0x0F)
1172 #define DEVINFO_GET_SAS_ADDRESSLO(devInfo) \ argument
1173 DMA_BEBIT32_TO_BIT32(*(bit32 *)(devInfo)->sasAddressLo)
[all …]
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddefs.h385 #define DEVINFO_GET_SAS_ADDRESSLO(devInfo) \ argument
386 DMA_BEBIT32_TO_BIT32(*(bit32 *)(devInfo)->sasAddressLo)
388 #define DEVINFO_GET_SAS_ADDRESSHI(devInfo) \ argument
389 DMA_BEBIT32_TO_BIT32(*(bit32 *)(devInfo)->sasAddressHi)
392 #define DEVINFO_GET_DEVICETTYPE(devInfo) \ argument
393 (((devInfo)->devType_S_Rate & 0xC0) >> 6)
395 #define DEVINFO_GET_LINKRATE(devInfo) \ argument
396 ((devInfo)->devType_S_Rate & 0x0F)
398 #define DEVINFO_GET_EXT_MCN(devInfo) \ argument
399 (((devInfo)->ext & 0x7800) >> 11)
[all …]
H A Dtdioctl.c1835 osti_memcpy(&pTDDeviceInfo->devInfo.sasAddressHi, pSADeviceInfo->sasAddressHi, sizeof(bit32)); in ostiGetDeviceInfoIOCTLRsp()
1836 osti_memcpy(&pTDDeviceInfo->devInfo.sasAddressLo, pSADeviceInfo->sasAddressLo, sizeof(bit32)); in ostiGetDeviceInfoIOCTLRsp()
1838 … pTDDeviceInfo->devInfo.sasAddressHi = DMA_BEBIT32_TO_BIT32(pTDDeviceInfo->devInfo.sasAddressHi); in ostiGetDeviceInfoIOCTLRsp()
1839 … pTDDeviceInfo->devInfo.sasAddressLo = DMA_BEBIT32_TO_BIT32(pTDDeviceInfo->devInfo.sasAddressLo); in ostiGetDeviceInfoIOCTLRsp()
1841 pTDDeviceInfo->devInfo.deviceType = (pSADeviceInfo->devType_S_Rate & 0x30) >> 4; in ostiGetDeviceInfoIOCTLRsp()
1842 pTDDeviceInfo->devInfo.linkRate = pSADeviceInfo->devType_S_Rate & 0x0F; in ostiGetDeviceInfoIOCTLRsp()
2643 pDeviceInfo->devInfo.phyId = oneDeviceData->phyID; in tdsaDeviceInfoGetIoctl()
2644 …osti_memcpy(&pDeviceInfo->devInfo.sasAddressHi, oneDeviceData->agDeviceInfo.sasAddressHi, sizeof(b… in tdsaDeviceInfoGetIoctl()
2645 …osti_memcpy(&pDeviceInfo->devInfo.sasAddressLo, oneDeviceData->agDeviceInfo.sasAddressLo, sizeof(b… in tdsaDeviceInfoGetIoctl()
2647 pDeviceInfo->devInfo.sasAddressHi = DMA_BEBIT32_TO_BIT32(pDeviceInfo->devInfo.sasAddressHi); in tdsaDeviceInfoGetIoctl()
[all …]
H A Dtdioctl.h352 tdDeviceInfoIOCTL_t devInfo; member
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaport.c118 pDevice->devInfo.sasDeviceInfo.commonDevInfo.smpTimeout = (bit16)smpTimeout; in siPortSASDeviceAdd()
119 pDevice->devInfo.sasDeviceInfo.commonDevInfo.it_NexusTimeout = (bit16)itNexusTimeout; in siPortSASDeviceAdd()
120 pDevice->devInfo.sasDeviceInfo.commonDevInfo.firstBurstSize = (bit16)firstBurstSize; in siPortSASDeviceAdd()
121 pDevice->devInfo.sasDeviceInfo.commonDevInfo.devType_S_Rate = dTypeSRate; in siPortSASDeviceAdd()
122 pDevice->devInfo.sasDeviceInfo.commonDevInfo.flag = flag; in siPortSASDeviceAdd()
125 pDevice->devInfo.sasDeviceInfo.commonDevInfo.sasAddressHi[i] = sasIdentify.sasAddressHi[i]; in siPortSASDeviceAdd()
126 pDevice->devInfo.sasDeviceInfo.commonDevInfo.sasAddressLo[i] = sasIdentify.sasAddressLo[i]; in siPortSASDeviceAdd()
128 pDevice->devInfo.sasDeviceInfo.initiator_ssp_stp_smp = sasIdentify.initiator_ssp_stp_smp; in siPortSASDeviceAdd()
129 pDevice->devInfo.sasDeviceInfo.target_ssp_stp_smp = sasIdentify.target_ssp_stp_smp; in siPortSASDeviceAdd()
130 pDevice->devInfo.sasDeviceInfo.phyIdentifier = sasIdentify.phyIdentifier; in siPortSASDeviceAdd()
[all …]
H A Dsampirsp.c3241 …si_memcpy(&pDevice->devInfo.sasDeviceInfo.commonDevInfo, &commonDevInfo, sizeof(agsaDeviceInfo_t)); in mpiGetDevInfoRsp()
3242 …si_memcpy(&pDevice->devInfo.sataDeviceInfo.commonDevInfo, &commonDevInfo, sizeof(agsaDeviceInfo_t)… in mpiGetDevInfoRsp()
3245 pDevice->devInfo.sataDeviceInfo.commonDevInfo.firstBurstSize = in mpiGetDevInfoRsp()
3249 …SA_DBG3(("mpiGetDevInfoRsp: smpTimeout=0x%x\n", pDevice->devInfo.sasDeviceInfo.commonDevInfo.smpTi… in mpiGetDevInfoRsp()
3250 …SA_DBG3(("mpiGetDevInfoRsp: it_NexusTimeout=0x%x\n", pDevice->devInfo.sasDeviceInfo.commonDevInfo.… in mpiGetDevInfoRsp()
3251 …SA_DBG3(("mpiGetDevInfoRsp: firstBurstSize=0x%x\n", pDevice->devInfo.sasDeviceInfo.commonDevInfo.f… in mpiGetDevInfoRsp()
3252 …SA_DBG3(("mpiGetDevInfoRsp: devType_S_Rate=0x%x\n", pDevice->devInfo.sasDeviceInfo.commonDevInfo.d… in mpiGetDevInfoRsp()
3260 pDevice->devInfo.sasDeviceInfo.commonDevInfo.flag, in mpiGetDevInfoRsp()
3261 (pDevice->devInfo.sasDeviceInfo.commonDevInfo.devType_S_Rate & 0xF0) == 0x20 ? "SATA DA" : in mpiGetDevInfoRsp()
3262 (pDevice->devInfo.sasDeviceInfo.commonDevInfo.devType_S_Rate & 0xF0) == 0x10 ? "SSP/SMP" : in mpiGetDevInfoRsp()
[all …]
H A Dsatypes.h121 agsaSASSATADevInfo_t devInfo; /**< SAS/SATA device information */ member
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2626 #define SA_DEVINFO_GET_SAS_ADDRESSLO(devInfo) \ argument
2627 DMA_BEBIT32_TO_BIT32(*(bit32 *)(devInfo)->sasAddressLo)
2629 #define SA_DEVINFO_GET_SAS_ADDRESSHI(devInfo) \ argument
2630 DMA_BEBIT32_TO_BIT32(*(bit32 *)(devInfo)->sasAddressHi)
2632 #define SA_DEVINFO_GET_DEVICETTYPE(devInfo) \ argument
2633 (((devInfo)->devType_S_Rate & 0xC0) >> 5)
2635 #define SA_DEVINFO_PUT_SAS_ADDRESSLO(devInfo, src32) \ argument
2636 *(bit32 *)((devInfo)->sasAddressLo) = BIT32_TO_DMA_BEBIT32(src32)
2638 #define SA_DEVINFO_PUT_SAS_ADDRESSHI(devInfo, src32) \ argument
2639 *(bit32 *)((devInfo)->sasAddressHi) = BIT32_TO_DMA_BEBIT32(src32)
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c140 tiINIGetDeviceInfo(root, dev, &pDev->devInfo); \
1767 tiDeviceInfo_t devInfo; in agtiapi_cam_action() local
1860 tiINIGetDeviceInfo( &pmcsc->tiRoot, pDevHandle, &devInfo ); in agtiapi_cam_action()
1861 switch (devInfo.info.devType_S_Rate & 0xF) in agtiapi_cam_action()
5371 &pDevice->devInfo ); in agtiapi_GetDevHandle()
5528 tiINIGetDeviceInfo( &pCard->tiRoot, agDev[devIdx], &pDevice->devInfo ); in agtiapi_GetDevHandle()
5739 if (sizeof(pDevice->targetName) >= pDevice->devInfo.osAddress1 + in wwncpy()
5740 pDevice->devInfo.osAddress2) in wwncpy()
5743 pDevice->devInfo.remoteName, in wwncpy()
5744 pDevice->devInfo.osAddress1); in wwncpy()
[all …]
H A Dagtiapi.h195 tiDeviceInfo_t devInfo; member