Searched refs:pSADeviceInfo (Results 1 – 1 of 1) sorted by relevance
1825 agsaDeviceInfo_t *pSADeviceInfo = agNULL; in ostiGetDeviceInfoIOCTLRsp() local1830 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()