Searched refs:bdp_dma (Results 1 – 2 of 2) sorted by relevance
1287 u32 bdp_dma; in gfar_rxbd_dma_lastfree() local1292 bdp_dma = lower_32_bits(rxq->rx_bd_dma_base); in gfar_rxbd_dma_lastfree()1293 bdp_dma += (uintptr_t)bdp - (uintptr_t)rxq->rx_bd_base; in gfar_rxbd_dma_lastfree()1295 return bdp_dma; in gfar_rxbd_dma_lastfree()
1571 u32 bdp_dma; in gfar_update_link_state() local1574 bdp_dma = gfar_rxbd_dma_lastfree(rx_queue); in gfar_update_link_state()1575 gfar_write(rx_queue->rfbptr, bdp_dma); in gfar_update_link_state()2612 u32 bdp_dma = gfar_rxbd_dma_lastfree(rx_queue); in gfar_clean_rx_ring() local2614 gfar_write(rx_queue->rfbptr, bdp_dma); in gfar_clean_rx_ring()