Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/
HDtdioctl.c1825 agsaDeviceInfo_t *pSADeviceInfo = agNULL; in ostiGetDeviceInfoIOCTLRsp() local
1830 pSADeviceInfo = (agsaDeviceInfo_t*)param; in ostiGetDeviceInfoIOCTLRsp()
1833 if (pSADeviceInfo != agNULL) in ostiGetDeviceInfoIOCTLRsp()
1836 osti_memcpy(&pTDDeviceInfo->devInfo.sasAddressHi, pSADeviceInfo->sasAddressHi, sizeof(bit32)); in ostiGetDeviceInfoIOCTLRsp()
1837 osti_memcpy(&pTDDeviceInfo->devInfo.sasAddressLo, pSADeviceInfo->sasAddressLo, sizeof(bit32)); 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()