Lines Matching defs:pConfigurationReq

419 static int  lsilogicR3ProcessConfigurationRequest(PLSILOGICSCSI pThis, PMptConfigurationRequest pConfigurationReq,
1210 PMptConfigurationRequest pConfigurationReq = (PMptConfigurationRequest)pMessageHdr;
1212 rc = lsilogicR3ProcessConfigurationRequest(pThis, pConfigurationReq, &pReply->Configuration);
2928 * @param pConfigurationReq The configuration request.
2933 static int lsilogicR3ConfigurationPageGetExtended(PLSILOGICSCSI pThis, PMptConfigurationRequest pConfigurationReq,
2940 Log(("u8ExtPageType=%#x\n", pConfigurationReq->u8ExtPageType));
2941 Log(("u8ExtPageLength=%d\n", pConfigurationReq->u16ExtPageLength));
2943 switch (pConfigurationReq->u8ExtPageType)
2949 pConfigurationReq->u8PageNumber,
2957 pConfigurationReq->u8PageNumber,
2958 pConfigurationReq->PageAddress,
2966 pConfigurationReq->u8PageNumber,
2967 pConfigurationReq->PageAddress,
2985 * @param pConfigurationReq Pointer to the request structure.
2988 static int lsilogicR3ProcessConfigurationRequest(PLSILOGICSCSI pThis, PMptConfigurationRequest pConfigurationReq,
3001 u8PageType = MPT_CONFIGURATION_PAGE_TYPE_GET(pConfigurationReq->u8PageType);
3002 u8PageAttribute = MPT_CONFIGURATION_PAGE_ATTRIBUTE_GET(pConfigurationReq->u8PageType);
3005 Log(("u8Action=%#x\n", pConfigurationReq->u8Action));
3007 Log(("u8PageNumber=%d\n", pConfigurationReq->u8PageNumber));
3008 Log(("u8PageLength=%d\n", pConfigurationReq->u8PageLength));
3009 Log(("u8PageVersion=%d\n", pConfigurationReq->u8PageVersion));
3013 pReply->u8Action = pConfigurationReq->u8Action;
3014 pReply->u8Function = pConfigurationReq->u8Function;
3015 pReply->u32MessageContext = pConfigurationReq->u32MessageContext;
3024 pConfigurationReq->u8PageNumber,
3033 pConfigurationReq->u8PageNumber,
3042 pConfigurationReq->u8PageNumber,
3051 pConfigurationReq->PageAddress.MPIPortNumber.u8PortNumber,
3052 pConfigurationReq->u8PageNumber,
3061 pConfigurationReq->PageAddress.BusAndTargetId.u8Bus,
3062 pConfigurationReq->PageAddress.BusAndTargetId.u8TargetID,
3063 pConfigurationReq->u8PageNumber,
3071 pConfigurationReq->u8PageNumber,
3078 pConfigurationReq,
3089 pReply->u8PageType = pConfigurationReq->u8PageType;
3090 pReply->u8PageNumber = pConfigurationReq->u8PageNumber;
3091 pReply->u8PageLength = pConfigurationReq->u8PageLength;
3092 pReply->u8PageVersion = pConfigurationReq->u8PageVersion;
3123 switch (pConfigurationReq->u8Action)
3135 uint32_t cbBuffer = pConfigurationReq->SimpleSGElement.u24Length;
3138 RTGCPHYS GCPhysAddrPageBuffer = pConfigurationReq->SimpleSGElement.u32DataBufferAddressLow;
3139 if (pConfigurationReq->SimpleSGElement.f64BitAddress)
3140 GCPhysAddrPageBuffer |= (uint64_t)pConfigurationReq->SimpleSGElement.u32DataBufferAddressHigh << 32;
3149 uint32_t cbBuffer = pConfigurationReq->SimpleSGElement.u24Length;
3152 RTGCPHYS GCPhysAddrPageBuffer = pConfigurationReq->SimpleSGElement.u32DataBufferAddressLow;
3153 if (pConfigurationReq->SimpleSGElement.f64BitAddress)
3154 GCPhysAddrPageBuffer |= (uint64_t)pConfigurationReq->SimpleSGElement.u32DataBufferAddressHigh << 32;