Searched refs:bdp_dma (Results 1 – 2 of 2) sorted by relevance
1330 u32 bdp_dma; in gfar_rxbd_dma_lastfree() local1335 bdp_dma = lower_32_bits(rxq->rx_bd_dma_base); in gfar_rxbd_dma_lastfree()1336 bdp_dma += (uintptr_t)bdp - (uintptr_t)rxq->rx_bd_base; in gfar_rxbd_dma_lastfree()1338 return bdp_dma; in gfar_rxbd_dma_lastfree()
1547 u32 bdp_dma; in gfar_update_link_state() local1550 bdp_dma = gfar_rxbd_dma_lastfree(rx_queue); in gfar_update_link_state()1551 gfar_write(rx_queue->rfbptr, bdp_dma); in gfar_update_link_state()2595 u32 bdp_dma = gfar_rxbd_dma_lastfree(rx_queue); in gfar_clean_rx_ring() local2597 gfar_write(rx_queue->rfbptr, bdp_dma); in gfar_clean_rx_ring()