Searched refs:txbds_ready (Results 1 – 2 of 2) sorted by relevance
899 unsigned int txbds_ready; in __bcm_sysport_tx_reclaim() local913 txbds_ready = (c_index - ring->c_index) & RING_CONS_INDEX_MASK; in __bcm_sysport_tx_reclaim()917 ring->index, ring->c_index, c_index, txbds_ready); in __bcm_sysport_tx_reclaim()919 while (txbds_processed < txbds_ready) { in __bcm_sysport_tx_reclaim()
1382 unsigned int txbds_ready; in __bcmgenet_tx_reclaim() local1397 txbds_ready = (c_index - ring->c_index) & DMA_C_INDEX_MASK; in __bcmgenet_tx_reclaim()1401 __func__, ring->index, ring->c_index, c_index, txbds_ready); in __bcmgenet_tx_reclaim()1404 while (txbds_processed < txbds_ready) { in __bcmgenet_tx_reclaim()