Searched refs:free_bds (Results 1 – 2 of 2) sorted by relevance
1960 ring->free_bds += txbds_processed; in __bcmgenet_tx_reclaim() 2022 if (ring->free_bds > (MAX_SKB_FRAGS + 1)) { in bcmgenet_tx_poll() 2147 if (ring->free_bds <= (nr_frags + 1)) { in bcmgenet_xmit() 2222 ring->free_bds -= nr_frags + 1; in bcmgenet_xmit() 2228 if (ring->free_bds <= (MAX_SKB_FRAGS + 1)) in bcmgenet_xmit() 2719 ring->free_bds = size; in bcmgenet_init_tx_ring() 3446 unsigned int free_bds; in bcmgenet_dump_tx_queue() local 3460 free_bds = ring->free_bds; in bcmgenet_dump_tx_queue() 3465 "(sw)free_bds in bcmgenet_dump_tx_queue() [all...]
548 unsigned int free_bds; /* # of free bds for each ring */ member