Home | History | Annotate | Download | only in Tcg2Dxe

Lines Matching refs:MaxCommandSize

101     TCG2_DEFAULT_MAX_COMMAND_SIZE,      // MaxCommandSize

1224 if (InputParameterBlockSize > mTcgDxeData.BsCap.MaxCommandSize) {
2312 UINT32 MaxCommandSize;
2371 Status = Tpm2GetCapabilityMaxCommandResponseSize (&MaxCommandSize, &MaxResponseSize);
2375 mTcgDxeData.BsCap.MaxCommandSize = (UINT16)MaxCommandSize;
2377 DEBUG ((EFI_D_INFO, "Tpm2GetCapabilityMaxCommandResponseSize - %08x, %08x\n", MaxCommandSize, MaxResponseSize));