Searched refs:DM_PORT_MEM_INDEX (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/pms/RefTisa/discovery/dm/
H A Ddminit.c84 memoryRequirement->dmMemory[DM_PORT_MEM_INDEX].singleElementLength = sizeof(dmIntPortContext_t);
85 memoryRequirement->dmMemory[DM_PORT_MEM_INDEX].numElements = DM_MAX_PORT_CONTEXT;
86 memoryRequirement->dmMemory[DM_PORT_MEM_INDEX].totalLength =
87 (memoryRequirement->dmMemory[DM_PORT_MEM_INDEX].singleElementLength) * (memoryRequirement->dmMemory[DM_PORT_MEM_INDEX].numElements);
88 memoryRequirement->dmMemory[DM_PORT_MEM_INDEX].alignment = 4;
89 memoryRequirement->dmMemory[DM_PORT_MEM_INDEX].type = DM_CACHED_MEM;
248 DM_ASSERT((DM_PORT_MEM_INDEX < memoryAllocated->count), "");
284 dmIntPortContext = (dmIntPortContext_t *) (memoryAllocated->dmMemory[DM_PORT_MEM_INDEX].virtPtr);
H A Ddmdefs.h35 #define DM_PORT_MEM_INDEX 1 /**< the index of port context memory */ macro

Completed in 191 milliseconds