Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.h562 unsigned int old_discards; member
Dbcmgenet.c1584 if (discards > ring->old_discards) { in bcmgenet_desc_rx()
1585 discards = discards - ring->old_discards; in bcmgenet_desc_rx()
1588 ring->old_discards += discards; in bcmgenet_desc_rx()
1591 if (ring->old_discards >= 0xC000) { in bcmgenet_desc_rx()
1592 ring->old_discards = 0; in bcmgenet_desc_rx()