Searched refs:sasDeviceInfo (Results 1 – 3 of 3) sorted by relevance
3241 …si_memcpy(&pDevice->devInfo.sasDeviceInfo.commonDevInfo, &commonDevInfo, sizeof(agsaDeviceInfo_t)); in mpiGetDevInfoRsp()3249 …SA_DBG3(("mpiGetDevInfoRsp: smpTimeout=0x%x\n", pDevice->devInfo.sasDeviceInfo.commonDevInfo.smpTi… in mpiGetDevInfoRsp()3250 …SA_DBG3(("mpiGetDevInfoRsp: it_NexusTimeout=0x%x\n", pDevice->devInfo.sasDeviceInfo.commonDevInfo.… in mpiGetDevInfoRsp()3251 …SA_DBG3(("mpiGetDevInfoRsp: firstBurstSize=0x%x\n", pDevice->devInfo.sasDeviceInfo.commonDevInfo.f… in mpiGetDevInfoRsp()3252 …SA_DBG3(("mpiGetDevInfoRsp: devType_S_Rate=0x%x\n", pDevice->devInfo.sasDeviceInfo.commonDevInfo.d… in mpiGetDevInfoRsp()3260 pDevice->devInfo.sasDeviceInfo.commonDevInfo.flag, in mpiGetDevInfoRsp()3261 (pDevice->devInfo.sasDeviceInfo.commonDevInfo.devType_S_Rate & 0xF0) == 0x20 ? "SATA DA" : in mpiGetDevInfoRsp()3262 (pDevice->devInfo.sasDeviceInfo.commonDevInfo.devType_S_Rate & 0xF0) == 0x10 ? "SSP/SMP" : in mpiGetDevInfoRsp()3263 …(pDevice->devInfo.sasDeviceInfo.commonDevInfo.devType_S_Rate & 0xF0) == 0x0 ? " STP " : "Unknown… in mpiGetDevInfoRsp()3265 pDevice->devInfo.sasDeviceInfo.commonDevInfo.sasAddressHi[3], in mpiGetDevInfoRsp()[all …]
118 pDevice->devInfo.sasDeviceInfo.commonDevInfo.smpTimeout = (bit16)smpTimeout; in siPortSASDeviceAdd()119 pDevice->devInfo.sasDeviceInfo.commonDevInfo.it_NexusTimeout = (bit16)itNexusTimeout; in siPortSASDeviceAdd()120 pDevice->devInfo.sasDeviceInfo.commonDevInfo.firstBurstSize = (bit16)firstBurstSize; in siPortSASDeviceAdd()121 pDevice->devInfo.sasDeviceInfo.commonDevInfo.devType_S_Rate = dTypeSRate; in siPortSASDeviceAdd()122 pDevice->devInfo.sasDeviceInfo.commonDevInfo.flag = flag; in siPortSASDeviceAdd()125 pDevice->devInfo.sasDeviceInfo.commonDevInfo.sasAddressHi[i] = sasIdentify.sasAddressHi[i]; in siPortSASDeviceAdd()126 pDevice->devInfo.sasDeviceInfo.commonDevInfo.sasAddressLo[i] = sasIdentify.sasAddressLo[i]; in siPortSASDeviceAdd()128 pDevice->devInfo.sasDeviceInfo.initiator_ssp_stp_smp = sasIdentify.initiator_ssp_stp_smp; in siPortSASDeviceAdd()129 pDevice->devInfo.sasDeviceInfo.target_ssp_stp_smp = sasIdentify.target_ssp_stp_smp; in siPortSASDeviceAdd()130 pDevice->devInfo.sasDeviceInfo.phyIdentifier = sasIdentify.phyIdentifier; in siPortSASDeviceAdd()
101 agsaSASDeviceInfo_t sasDeviceInfo; /**< SAS device information of the device */ member