Searched refs:index_base (Results 1 – 2 of 2) sorted by relevance
209 ring->index_base + in bgmac_dma_tx_add()251 empty_slot -= ring->index_base; in bgmac_dma_tx_free()375 ring->index_base + in bgmac_dma_rx_update_index()422 end_slot -= ring->index_base; in bgmac_dma_rx_read()638 ring->index_base = lower_32_bits(ring->dma_base); in bgmac_dma_alloc()640 ring->index_base = 0; in bgmac_dma_alloc()664 ring->index_base = lower_32_bits(ring->dma_base); in bgmac_dma_alloc()666 ring->index_base = 0; in bgmac_dma_alloc()
424 u32 index_base; /* Used for unaligned rings only, otherwise 0 */ member