Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdefs.h1138 ((devInfo)->devType_S_Rate & 0x0F)
1183 ((devInfo)->devType_S_Rate & 0x0F)
1186 #define DEVINFO_GET_EXT_SMP(devInfo) \ argument
1187 (((devInfo)->ext & 0x100) >> 8)
1190 (((devInfo)->ext & 0x600) >> 9)
1192 #define DEVINFO_GET_EXT_MCN(devInfo) \ argument
1193 (((devInfo)->ext & 0x7800) >> 11)
1197 ((devInfo)->smpTimeout) = smpto
1203 ((devInfo)->firstBurstSize) = fbs
1206 ((devInfo)->flag) = tlr
[all …]
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddefs.h392 #define DEVINFO_GET_DEVICETTYPE(devInfo) \ argument
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)
403 ((devInfo)->smpTimeout) = smpto
406 ((devInfo)->it_NexusTimeout) = itnexusto
408 #define DEVINFO_PUT_FBS(devInfo, fbs) \ argument
409 ((devInfo)->firstBurstSize) = fbs
411 #define DEVINFO_PUT_FLAG(devInfo, tlr) \ argument
[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()
2647 pDeviceInfo->devInfo.sasAddressHi = DMA_BEBIT32_TO_BIT32(pDeviceInfo->devInfo.sasAddressHi); in tdsaDeviceInfoGetIoctl()
2648 pDeviceInfo->devInfo.sasAddressLo = DMA_BEBIT32_TO_BIT32(pDeviceInfo->devInfo.sasAddressLo); in tdsaDeviceInfoGetIoctl()
2650 pDeviceInfo->devInfo.deviceType = (oneDeviceData->agDeviceInfo.devType_S_Rate & 0x30) >> 4; in tdsaDeviceInfoGetIoctl()
[all …]
H A Dtdioctl.h352 tdDeviceInfoIOCTL_t devInfo; member
/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaport.c118 pDevice->devInfo.sasDeviceInfo.commonDevInfo.smpTimeout = (bit16)smpTimeout; in siPortSASDeviceAdd()
121 pDevice->devInfo.sasDeviceInfo.commonDevInfo.devType_S_Rate = dTypeSRate; in siPortSASDeviceAdd()
122 pDevice->devInfo.sasDeviceInfo.commonDevInfo.flag = flag; in siPortSASDeviceAdd()
130 pDevice->devInfo.sasDeviceInfo.phyIdentifier = sasIdentify.phyIdentifier; in siPortSASDeviceAdd()
287 pDevice->devInfo.sataDeviceInfo.commonDevInfo.devType_S_Rate = dTypeSRate; in siPortSATADeviceAdd()
288 pDevice->devInfo.sataDeviceInfo.commonDevInfo.flag = flag; in siPortSATADeviceAdd()
291 pDevice->devInfo.sataDeviceInfo.commonDevInfo.sasAddressHi[i] = 0; in siPortSATADeviceAdd()
292 pDevice->devInfo.sataDeviceInfo.commonDevInfo.sasAddressLo[i] = 0; in siPortSATADeviceAdd()
295 pDevice->devInfo.sataDeviceInfo.connection = pm; in siPortSATADeviceAdd()
296 pDevice->devInfo.sataDeviceInfo.portMultiplierField = pmField; in siPortSATADeviceAdd()
[all …]
H A Dsampirsp.c3248 pDevice->devInfo.sataDeviceInfo.commonDevInfo.firstBurstSize = in mpiGetDevInfoRsp()
3263 pDevice->devInfo.sasDeviceInfo.commonDevInfo.flag, in mpiGetDevInfoRsp()
3431 pDevice->devInfo.sasDeviceInfo.commonDevInfo.smpTimeout = in mpiGetDevInfoRspSpc()
3434 pDevice->devInfo.sataDeviceInfo.commonDevInfo.smpTimeout = in mpiGetDevInfoRspSpc()
3437 pDevice->devInfo.sasDeviceInfo.commonDevInfo.it_NexusTimeout = in mpiGetDevInfoRspSpc()
3443 pDevice->devInfo.sasDeviceInfo.commonDevInfo.firstBurstSize = in mpiGetDevInfoRspSpc()
3446 pDevice->devInfo.sataDeviceInfo.commonDevInfo.firstBurstSize = in mpiGetDevInfoRspSpc()
3453 pDevice->devInfo.sasDeviceInfo.commonDevInfo.devType_S_Rate = in mpiGetDevInfoRspSpc()
3456 pDevice->devInfo.sataDeviceInfo.commonDevInfo.devType_S_Rate = in mpiGetDevInfoRspSpc()
3485 pDevice->devInfo.sasDeviceInfo.commonDevInfo.flag, in mpiGetDevInfoRspSpc()
[all …]
H A Dsatypes.h121 agsaSASSATADevInfo_t devInfo; /**< SAS/SATA device information */ member
/freebsd-14.2/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-14.2/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
1861 switch (devInfo.info.devType_S_Rate & 0xF) in agtiapi_cam_action()
5371 &pDevice->devInfo ); in agtiapi_GetDevHandle()
5743 pDevice->devInfo.remoteName, in wwncpy()
5744 pDevice->devInfo.osAddress1); in wwncpy()
5746 pDevice->devInfo.remoteAddress, in wwncpy()
5747 pDevice->devInfo.osAddress2); in wwncpy()
5748 pDevice->targetLen = pDevice->devInfo.osAddress1 + in wwncpy()
5749 pDevice->devInfo.osAddress2; in wwncpy()
[all …]
H A Dagtiapi.h195 tiDeviceInfo_t devInfo; member