Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.h574 unsigned int old_discards; member
H A Dbcmgenet.c2322 if (discards > ring->old_discards) { in bcmgenet_desc_rx()
2323 discards = discards - ring->old_discards; in bcmgenet_desc_rx()
2325 ring->old_discards += discards; in bcmgenet_desc_rx()
2328 if (ring->old_discards >= 0xC000) { in bcmgenet_desc_rx()
2329 ring->old_discards = 0; in bcmgenet_desc_rx()