Searched refs:pTDDeviceInfo (Results 1 – 1 of 1) sorted by relevance
1823 tdDeviceInfoPayload_t *pTDDeviceInfo = agNULL; in ostiGetDeviceInfoIOCTLRsp() local1830 pTDDeviceInfo = (tdDeviceInfoPayload_t*)agIOCTLPayload->FunctionSpecificArea; 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()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()