Home
last modified time | relevance | path

Searched refs:old_discards (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.h598 unsigned int old_discards; member
Dbcmgenet.c1764 if (discards > ring->old_discards) { in bcmgenet_desc_rx()
1765 discards = discards - ring->old_discards; in bcmgenet_desc_rx()
1767 ring->old_discards += discards; in bcmgenet_desc_rx()
1770 if (ring->old_discards >= 0xC000) { in bcmgenet_desc_rx()
1771 ring->old_discards = 0; in bcmgenet_desc_rx()