Searched refs:sasDeviceInfo (Results 1 – 3 of 3) sorted by relevance
3245 …si_memcpy(&pDevice->devInfo.sasDeviceInfo.commonDevInfo, &commonDevInfo, sizeof(agsaDeviceInfo_t)); in mpiGetDevInfoRsp()3253 …SA_DBG3(("mpiGetDevInfoRsp: smpTimeout=0x%x\n", pDevice->devInfo.sasDeviceInfo.commonDevInfo.smpTi… in mpiGetDevInfoRsp()3254 …SA_DBG3(("mpiGetDevInfoRsp: it_NexusTimeout=0x%x\n", pDevice->devInfo.sasDeviceInfo.commonDevInfo.… in mpiGetDevInfoRsp()3255 …SA_DBG3(("mpiGetDevInfoRsp: firstBurstSize=0x%x\n", pDevice->devInfo.sasDeviceInfo.commonDevInfo.f… in mpiGetDevInfoRsp()3256 …SA_DBG3(("mpiGetDevInfoRsp: devType_S_Rate=0x%x\n", pDevice->devInfo.sasDeviceInfo.commonDevInfo.d… in mpiGetDevInfoRsp()3264 pDevice->devInfo.sasDeviceInfo.commonDevInfo.flag, in mpiGetDevInfoRsp()3265 (pDevice->devInfo.sasDeviceInfo.commonDevInfo.devType_S_Rate & 0xF0) == 0x20 ? "SATA DA" : in mpiGetDevInfoRsp()3266 (pDevice->devInfo.sasDeviceInfo.commonDevInfo.devType_S_Rate & 0xF0) == 0x10 ? "SSP/SMP" : in mpiGetDevInfoRsp()3267 …(pDevice->devInfo.sasDeviceInfo.commonDevInfo.devType_S_Rate & 0xF0) == 0x0 ? " STP " : "Unknown… in mpiGetDevInfoRsp()3269 pDevice->devInfo.sasDeviceInfo.commonDevInfo.sasAddressHi[3], in mpiGetDevInfoRsp()[all …]
119 pDevice->devInfo.sasDeviceInfo.commonDevInfo.smpTimeout = (bit16)smpTimeout; in siPortSASDeviceAdd()120 pDevice->devInfo.sasDeviceInfo.commonDevInfo.it_NexusTimeout = (bit16)itNexusTimeout; in siPortSASDeviceAdd()121 pDevice->devInfo.sasDeviceInfo.commonDevInfo.firstBurstSize = (bit16)firstBurstSize; in siPortSASDeviceAdd()122 pDevice->devInfo.sasDeviceInfo.commonDevInfo.devType_S_Rate = dTypeSRate; in siPortSASDeviceAdd()123 pDevice->devInfo.sasDeviceInfo.commonDevInfo.flag = flag; in siPortSASDeviceAdd()126 pDevice->devInfo.sasDeviceInfo.commonDevInfo.sasAddressHi[i] = sasIdentify.sasAddressHi[i]; in siPortSASDeviceAdd()127 pDevice->devInfo.sasDeviceInfo.commonDevInfo.sasAddressLo[i] = sasIdentify.sasAddressLo[i]; in siPortSASDeviceAdd()129 pDevice->devInfo.sasDeviceInfo.initiator_ssp_stp_smp = sasIdentify.initiator_ssp_stp_smp; in siPortSASDeviceAdd()130 pDevice->devInfo.sasDeviceInfo.target_ssp_stp_smp = sasIdentify.target_ssp_stp_smp; in siPortSASDeviceAdd()131 pDevice->devInfo.sasDeviceInfo.phyIdentifier = sasIdentify.phyIdentifier; in siPortSASDeviceAdd()
102 agsaSASDeviceInfo_t sasDeviceInfo; /**< SAS device information of the device */ member