Searched defs:bgmac_dma_ring (Results 1 – 1 of 1) sorted by relevance
421 struct bgmac_dma_ring { struct422 u32 start;423 u32 end;425 struct bgmac_dma_desc *cpu_base;426 dma_addr_t dma_base;427 u32 index_base; /* Used for unaligned rings only, otherwise 0 */428 u16 mmio_base;429 bool unaligned;431 struct bgmac_slot_info slots[BGMAC_RX_RING_SLOTS];