Lines Matching +full:queue +full:- +full:sizes
5 * This program is dual-licensed; you may select either version 2 of
55 /* MAC register entry bit positions and sizes */
273 /* MMC register entry bit positions and sizes */
379 /* MTL register entry bit positions and sizes */
385 /* MTL queue register offsets
386 * Multiple queues can be active. The first queue has registers
387 * that begin at 0x1100. Each subsequent queue has registers that
388 * are accessed using an offset of 0x80 from the previous queue.
400 /* MTL queue register entry bit positions and sizes */
434 /* MTL queue register value */
475 * that begin at 0x1100. Each subsequent queue has registers that
476 * are accessed using an offset of 0x80 from the previous queue.
485 /* MTL traffic class register entry bit positions and sizes */
502 /* DMA register entry bit positions and sizes */
555 /* DMA channel register entry bit positions and sizes */
624 /* Descriptor/Packet entry bit positions and sizes */
740 ((pdata)->mac_regs + MTL_Q_BASE + ((n) * MTL_Q_INC) + (reg))
742 #define XLGMAC_DMA_REG(channel, reg) ((channel)->dma_regs + (reg))