Searched refs:index_base (Results 1 – 2 of 2) sorted by relevance
201 ring->index_base + in bgmac_dma_tx_add()244 empty_slot -= ring->index_base; in bgmac_dma_tx_free()373 ring->index_base + in bgmac_dma_rx_update_index()420 end_slot -= ring->index_base; in bgmac_dma_rx_read()649 ring->index_base = lower_32_bits(ring->dma_base); in bgmac_dma_alloc()651 ring->index_base = 0; in bgmac_dma_alloc()674 ring->index_base = lower_32_bits(ring->dma_base); in bgmac_dma_alloc()676 ring->index_base = 0; in bgmac_dma_alloc()
466 u32 index_base; /* Used for unaligned rings only, otherwise 0 */ member