/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | tx.c | 63 unsigned int *pkts_compl, in efx_dequeue_buffer() argument 79 (*pkts_compl)++; in efx_dequeue_buffer() 464 unsigned int pkts_compl = 0, bytes_compl = 0; in efx_enqueue_skb() local 467 efx_dequeue_buffer(tx_queue, buffer, &pkts_compl, &bytes_compl); in efx_enqueue_skb() 490 unsigned int *pkts_compl, in efx_dequeue_buffers() argument 511 efx_dequeue_buffer(tx_queue, buffer, pkts_compl, bytes_compl); in efx_dequeue_buffers() 627 unsigned int pkts_compl = 0, bytes_compl = 0; in efx_xmit_done() local 631 efx_dequeue_buffers(tx_queue, index, &pkts_compl, &bytes_compl); in efx_xmit_done() 632 netdev_tx_completed_queue(tx_queue->core_txq, pkts_compl, bytes_compl); in efx_xmit_done() 634 if (pkts_compl > 1) in efx_xmit_done() [all …]
|
/linux-4.1.27/drivers/net/ethernet/hisilicon/ |
D | hix5hd2_gmac.c | 521 unsigned int bytes_compl = 0, pkts_compl = 0; in hix5hd2_xmit_reclaim() local 540 pkts_compl++; in hix5hd2_xmit_reclaim() 555 if (pkts_compl || bytes_compl) in hix5hd2_xmit_reclaim() 556 netdev_completed_queue(dev, pkts_compl, bytes_compl); in hix5hd2_xmit_reclaim() 558 if (unlikely(netif_queue_stopped(priv->netdev)) && pkts_compl) in hix5hd2_xmit_reclaim()
|
D | hip04_eth.c | 372 unsigned int bytes_compl = 0, pkts_compl = 0; in hip04_tx_reclaim() local 395 pkts_compl++; in hip04_tx_reclaim() 407 if (pkts_compl || bytes_compl) in hip04_tx_reclaim() 408 netdev_completed_queue(ndev, pkts_compl, bytes_compl); in hip04_tx_reclaim()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | bcmsysport.c | 640 unsigned int *pkts_compl) in bcm_sysport_tx_reclaim_one() argument 652 (*pkts_compl)++; in bcm_sysport_tx_reclaim_one() 669 unsigned int pkts_compl = 0, bytes_compl = 0; in __bcm_sysport_tx_reclaim() local 697 bcm_sysport_tx_reclaim_one(priv, cb, &bytes_compl, &pkts_compl); in __bcm_sysport_tx_reclaim() 706 if (netif_tx_queue_stopped(txq) && pkts_compl) in __bcm_sysport_tx_reclaim() 711 ring->index, ring->c_index, pkts_compl, bytes_compl); in __bcm_sysport_tx_reclaim() 713 return pkts_compl; in __bcm_sysport_tx_reclaim()
|
D | bgmac.c | 246 unsigned bytes_compl = 0, pkts_compl = 0; in bgmac_dma_tx_free() local 276 pkts_compl++; in bgmac_dma_tx_free() 288 if (!pkts_compl) in bgmac_dma_tx_free() 291 netdev_completed_queue(bgmac->net_dev, pkts_compl, bytes_compl); in bgmac_dma_tx_free()
|
D | b44.c | 620 unsigned bytes_compl = 0, pkts_compl = 0; in b44_tx() local 639 pkts_compl++; in b44_tx() 644 netdev_completed_queue(bp->dev, pkts_compl, bytes_compl); in b44_tx()
|
D | tg3.c | 6525 unsigned int pkts_compl = 0, bytes_compl = 0; in tg3_tx() local 6586 pkts_compl++; in tg3_tx() 6597 netdev_tx_completed_queue(txq, pkts_compl, bytes_compl); in tg3_tx()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 196 u16 idx, unsigned int *pkts_compl, in bnx2x_free_tx_pkt() argument 263 (*pkts_compl)++; in bnx2x_free_tx_pkt() 278 unsigned int pkts_compl = 0, bytes_compl = 0; in bnx2x_tx_int() local 299 &pkts_compl, &bytes_compl); in bnx2x_tx_int() 304 netdev_tx_completed_queue(txq, pkts_compl, bytes_compl); in bnx2x_tx_int() 1486 unsigned pkts_compl = 0, bytes_compl = 0; in bnx2x_free_tx_skbs_queue() local 1493 &pkts_compl, &bytes_compl); in bnx2x_free_tx_skbs_queue() 4047 unsigned int pkts_compl = 0, bytes_compl = 0; in bnx2x_start_xmit() local 4060 &pkts_compl, &bytes_compl); in bnx2x_start_xmit()
|
/linux-4.1.27/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 652 unsigned bytes_compl = 0, pkts_compl = 0; in cp_tx() local 693 pkts_compl++; in cp_tx() 704 netdev_completed_queue(cp->dev, pkts_compl, bytes_compl); in cp_tx()
|
/linux-4.1.27/drivers/net/ethernet/via/ |
D | via-rhine.c | 1870 unsigned int pkts_compl = 0, bytes_compl = 0; in rhine_tx() local 1921 pkts_compl++; in rhine_tx() 1927 netdev_completed_queue(dev, pkts_compl, bytes_compl); in rhine_tx()
|
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 1311 unsigned int bytes_compl = 0, pkts_compl = 0; in stmmac_tx_clean() local 1368 pkts_compl++; in stmmac_tx_clean() 1379 netdev_completed_queue(priv->dev, pkts_compl, bytes_compl); in stmmac_tx_clean()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.c | 1024 unsigned int pkts_compl = 0; in __bcmgenet_tx_reclaim() local 1046 pkts_compl++; in __bcmgenet_tx_reclaim() 1080 return pkts_compl; in __bcmgenet_tx_reclaim()
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | sky2.c | 2019 unsigned int bytes_compl = 0, pkts_compl = 0; in sky2_tx_complete() local 2034 pkts_compl++; in sky2_tx_complete() 2047 netdev_completed_queue(dev, pkts_compl, bytes_compl); in sky2_tx_complete() 2050 sky2->tx_stats.packets += pkts_compl; in sky2_tx_complete()
|
D | skge.c | 3155 unsigned int bytes_compl = 0, pkts_compl = 0; in skge_tx_done() local 3172 pkts_compl++; in skge_tx_done() 3178 netdev_completed_queue(dev, pkts_compl, bytes_compl); in skge_tx_done()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
D | e1000_main.c | 3850 unsigned int bytes_compl = 0, pkts_compl = 0; in e1000_clean_tx_irq() local 3870 pkts_compl++; in e1000_clean_tx_irq() 3886 netdev_completed_queue(netdev, pkts_compl, bytes_compl); in e1000_clean_tx_irq()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | netdev.c | 1225 unsigned int bytes_compl = 0, pkts_compl = 0; in e1000_clean_tx_irq() local 1246 pkts_compl++; in e1000_clean_tx_irq() 1266 netdev_completed_queue(netdev, pkts_compl, bytes_compl); in e1000_clean_tx_irq()
|