Searched refs:txbds_ready (Results 1 – 2 of 2) sorted by relevance
917 unsigned int txbds_ready; in __bcm_sysport_tx_reclaim() local931 txbds_ready = (c_index - ring->c_index) & RING_CONS_INDEX_MASK; in __bcm_sysport_tx_reclaim()935 ring->index, ring->c_index, c_index, txbds_ready); in __bcm_sysport_tx_reclaim()937 while (txbds_processed < txbds_ready) { in __bcm_sysport_tx_reclaim()
1877 unsigned int txbds_ready; in __bcmgenet_tx_reclaim() local1892 txbds_ready = (c_index - ring->c_index) & DMA_C_INDEX_MASK; in __bcmgenet_tx_reclaim()1896 __func__, ring->index, ring->c_index, c_index, txbds_ready); in __bcmgenet_tx_reclaim()1899 while (txbds_processed < txbds_ready) { in __bcmgenet_tx_reclaim()