Searched refs:pSADeviceInfo (Results 1 – 1 of 1) sorted by relevance
1824 agsaDeviceInfo_t *pSADeviceInfo = agNULL; in ostiGetDeviceInfoIOCTLRsp() local1829 pSADeviceInfo = (agsaDeviceInfo_t*)param; in ostiGetDeviceInfoIOCTLRsp()1832 if (pSADeviceInfo != agNULL) in ostiGetDeviceInfoIOCTLRsp()1835 osti_memcpy(&pTDDeviceInfo->devInfo.sasAddressHi, pSADeviceInfo->sasAddressHi, sizeof(bit32)); in ostiGetDeviceInfoIOCTLRsp()1836 osti_memcpy(&pTDDeviceInfo->devInfo.sasAddressLo, pSADeviceInfo->sasAddressLo, sizeof(bit32)); 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()