Searched refs:txbds_ready (Results 1 – 2 of 2) sorted by relevance
901 unsigned int txbds_ready; in __bcm_sysport_tx_reclaim() local915 txbds_ready = (c_index - ring->c_index) & RING_CONS_INDEX_MASK; in __bcm_sysport_tx_reclaim()919 ring->index, ring->c_index, c_index, txbds_ready); in __bcm_sysport_tx_reclaim()921 while (txbds_processed < txbds_ready) { in __bcm_sysport_tx_reclaim()
1826 unsigned int txbds_ready; in __bcmgenet_tx_reclaim() local1841 txbds_ready = (c_index - ring->c_index) & DMA_C_INDEX_MASK; in __bcmgenet_tx_reclaim()1845 __func__, ring->index, ring->c_index, c_index, txbds_ready); in __bcmgenet_tx_reclaim()1848 while (txbds_processed < txbds_ready) { in __bcmgenet_tx_reclaim()