linux/drivers/net/ethernet/broadcom/genet
Doug Berger 6d22fe1400 net: bcmgenet: decouple flow control from bcmgenet_tx_reclaim
The bcmgenet_tx_reclaim() function is used to reclaim transmit
resources in different places within the driver.  Most of them
should not affect the state of the transmit flow control.

This commit relocates the logic for waking tx queues based on
freed resources to the napi polling function where it is more
appropriate.

Fixes: 1c1008c793 ("net: bcmgenet: add main driver file")
Signed-off-by: Doug Berger <opendmb@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-03-09 18:39:01 -08:00
..
bcmgenet_wol.c
bcmgenet.c net: bcmgenet: decouple flow control from bcmgenet_tx_reclaim 2017-03-09 18:39:01 -08:00
bcmgenet.h net: bcmgenet: synchronize irq0 status between the isr and task 2017-03-09 18:39:01 -08:00
bcmmii.c net: ethernet: bcmgenet: fix fixed-link phydev leaks 2016-11-29 23:17:02 -05:00
Makefile