aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/amd8111e.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/amd8111e.c')
-rw-r--r--drivers/net/amd8111e.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/amd8111e.c b/drivers/net/amd8111e.c
index babe0de2ce44..1cc74ec88a58 100644
--- a/drivers/net/amd8111e.c
+++ b/drivers/net/amd8111e.c
@@ -709,7 +709,8 @@ static int amd8111e_tx(struct net_device *dev)
709 lp->tx_complete_idx++; 709 lp->tx_complete_idx++;
710 /*COAL update tx coalescing parameters */ 710 /*COAL update tx coalescing parameters */
711 lp->coal_conf.tx_packets++; 711 lp->coal_conf.tx_packets++;
712 lp->coal_conf.tx_bytes += lp->tx_ring[tx_index].buff_count; 712 lp->coal_conf.tx_bytes +=
713 le16_to_cpu(lp->tx_ring[tx_index].buff_count);
713 714
714 if (netif_queue_stopped(dev) && 715 if (netif_queue_stopped(dev) &&
715 lp->tx_complete_idx > lp->tx_idx - NUM_TX_BUFFERS +2){ 716 lp->tx_complete_idx > lp->tx_idx - NUM_TX_BUFFERS +2){