Home
last modified time | relevance | path

Searched refs:SMP_INDIRECT_PAYLOAD (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddminit.c155 …memoryRequirement->dmMemory[DM_INDIRECT_SMP_MEM_INDEX].singleElementLength = SMP_INDIRECT_PAYLOAD;… in dmGetRequirements()
475 dmSMPCommand[i].IndirectSMP = ((bit8 *)dmIndirectSMPReqRsp) + (i*SMP_INDIRECT_PAYLOAD); in dmSMPInit()
480 dmAllShared->IndirectSMPLower32 = dmAllShared->IndirectSMPLower32 + SMP_INDIRECT_PAYLOAD; in dmSMPInit()
H A Ddmdefs.h76 #define SMP_INDIRECT_PAYLOAD 512 macro