Searched refs:ROUND_QUEUE_SIZE_KB (Results 1 – 2 of 2) sorted by relevance
320 pGePort->PRxQSize = (int) (ROUND_QUEUE_SIZE_KB(( in SkGeInitAssignRamToQueues()330 pGePort->PXAQSize = (int) ROUND_QUEUE_SIZE_KB(ActivePortKilobytes + in SkGeInitAssignRamToQueues()360 pGePort->PRxQSize = (int) (ROUND_QUEUE_SIZE_KB((ActivePortKilobytes * in SkGeInitAssignRamToQueues()369 pGePort->PXAQSize = (int) ROUND_QUEUE_SIZE_KB(ActivePortKilobytes) + in SkGeInitAssignRamToQueues()
127 #define ROUND_QUEUE_SIZE_KB(Kilobytes) \ macro