/drivers/net/ethernet/cavium/liquidio/ |
D | lio_core.c | 58 void octeon_report_tx_completion_to_bql(void *txq, unsigned int pkts_compl, in octeon_report_tx_completion_to_bql() argument 63 netdev_tx_completed_queue(netdev_queue, pkts_compl, bytes_compl); in octeon_report_tx_completion_to_bql() 67 unsigned int *pkts_compl, in octeon_update_tx_completion_counters() argument 91 (*pkts_compl)++; in octeon_update_tx_completion_counters()
|
D | octeon_main.h | 65 unsigned int *pkts_compl, 67 void octeon_report_tx_completion_to_bql(void *txq, unsigned int pkts_compl,
|
D | request_manager.c | 367 unsigned int pkts_compl = 0, bytes_compl = 0; in lio_process_iq_request_list() local 379 octeon_update_tx_completion_counters(buf, reqtype, &pkts_compl, in lio_process_iq_request_list() 443 octeon_report_tx_completion_to_bql(iq->app_ctx, pkts_compl, in lio_process_iq_request_list()
|
/drivers/net/ethernet/sfc/ |
D | tx.c | 62 unsigned int *pkts_compl, in efx_dequeue_buffer() argument 78 (*pkts_compl)++; in efx_dequeue_buffer() 463 unsigned int pkts_compl = 0, bytes_compl = 0; in efx_enqueue_skb() local 466 efx_dequeue_buffer(tx_queue, buffer, &pkts_compl, &bytes_compl); in efx_enqueue_skb() 489 unsigned int *pkts_compl, in efx_dequeue_buffers() argument 510 efx_dequeue_buffer(tx_queue, buffer, pkts_compl, bytes_compl); in efx_dequeue_buffers() 632 unsigned int pkts_compl = 0, bytes_compl = 0; in efx_xmit_done() local 636 efx_dequeue_buffers(tx_queue, index, &pkts_compl, &bytes_compl); in efx_xmit_done() 637 tx_queue->pkts_compl += pkts_compl; in efx_xmit_done() 640 if (pkts_compl > 1) in efx_xmit_done() [all …]
|
D | net_driver.h | 251 unsigned int pkts_compl; member
|
D | efx.c | 255 tx_queue->pkts_compl = 0; in efx_process_channel() 272 tx_queue->pkts_compl, tx_queue->bytes_compl); in efx_process_channel()
|
/drivers/net/ethernet/hisilicon/ |
D | hix5hd2_gmac.c | 519 unsigned int bytes_compl = 0, pkts_compl = 0; in hix5hd2_xmit_reclaim() local 538 pkts_compl++; in hix5hd2_xmit_reclaim() 553 if (pkts_compl || bytes_compl) in hix5hd2_xmit_reclaim() 554 netdev_completed_queue(dev, pkts_compl, bytes_compl); in hix5hd2_xmit_reclaim() 556 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()
|
D | hisi_femac.c | 168 unsigned int bytes_compl = 0, pkts_compl = 0; in hisi_femac_xmit_reclaim() local 182 pkts_compl++; in hisi_femac_xmit_reclaim() 193 netdev_completed_queue(dev, pkts_compl, bytes_compl); in hisi_femac_xmit_reclaim() 195 if (unlikely(netif_queue_stopped(dev)) && pkts_compl) in hisi_femac_xmit_reclaim()
|
/drivers/net/ethernet/broadcom/ |
D | bcmsysport.c | 682 unsigned int *pkts_compl) in bcm_sysport_tx_reclaim_one() argument 694 (*pkts_compl)++; in bcm_sysport_tx_reclaim_one() 710 unsigned int pkts_compl = 0, bytes_compl = 0; in __bcm_sysport_tx_reclaim() local 728 bcm_sysport_tx_reclaim_one(priv, cb, &bytes_compl, &pkts_compl); in __bcm_sysport_tx_reclaim() 743 ring->index, ring->c_index, pkts_compl, bytes_compl); in __bcm_sysport_tx_reclaim() 745 return pkts_compl; in __bcm_sysport_tx_reclaim()
|
D | bgmac.c | 236 unsigned bytes_compl = 0, pkts_compl = 0; in bgmac_dma_tx_free() local 269 pkts_compl++; in bgmac_dma_tx_free() 281 if (!pkts_compl) in bgmac_dma_tx_free() 284 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 | 6523 unsigned int pkts_compl = 0, bytes_compl = 0; in tg3_tx() local 6584 pkts_compl++; in tg3_tx() 6595 netdev_tx_completed_queue(txq, pkts_compl, bytes_compl); in tg3_tx()
|
/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() 1494 unsigned pkts_compl = 0, bytes_compl = 0; in bnx2x_free_tx_skbs_queue() local 1501 &pkts_compl, &bytes_compl); in bnx2x_free_tx_skbs_queue() 4068 unsigned int pkts_compl = 0, bytes_compl = 0; in bnx2x_start_xmit() local 4081 &pkts_compl, &bytes_compl); in bnx2x_start_xmit()
|
/drivers/net/ethernet/3com/ |
D | 3c59x.c | 2272 unsigned int bytes_compl = 0, pkts_compl = 0; in vortex_interrupt() local 2320 pkts_compl++; in vortex_interrupt() 2366 netdev_completed_queue(dev, pkts_compl, bytes_compl); in vortex_interrupt() 2391 unsigned int bytes_compl = 0, pkts_compl = 0; in boomerang_interrupt() local 2470 pkts_compl++; in boomerang_interrupt() 2512 netdev_completed_queue(dev, pkts_compl, bytes_compl); in boomerang_interrupt()
|
/drivers/net/ethernet/qualcomm/emac/ |
D | emac-mac.c | 1245 u32 hw_consume_idx, pkts_compl = 0, bytes_compl = 0; in emac_mac_tx_process() local 1260 pkts_compl++; in emac_mac_tx_process() 1270 netdev_completed_queue(adpt->netdev, pkts_compl, bytes_compl); in emac_mac_tx_process()
|
/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.c | 1227 unsigned int pkts_compl = 0; in __bcmgenet_tx_reclaim() local 1250 pkts_compl++; in __bcmgenet_tx_reclaim() 1275 dev->stats.tx_packets += pkts_compl; in __bcmgenet_tx_reclaim() 1279 netdev_tx_completed_queue(txq, pkts_compl, bytes_compl); in __bcmgenet_tx_reclaim() 1286 return pkts_compl; in __bcmgenet_tx_reclaim()
|
/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 654 unsigned bytes_compl = 0, pkts_compl = 0; in cp_tx() local 695 pkts_compl++; in cp_tx() 706 netdev_completed_queue(cp->dev, pkts_compl, bytes_compl); in cp_tx()
|
/drivers/net/ethernet/via/ |
D | via-rhine.c | 1934 unsigned int pkts_compl = 0, bytes_compl = 0; in rhine_tx() local 1997 pkts_compl++; in rhine_tx() 2007 netdev_completed_queue(dev, pkts_compl, bytes_compl); in rhine_tx()
|
/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 1322 unsigned int bytes_compl = 0, pkts_compl = 0; in stmmac_tx_clean() local 1381 pkts_compl++; in stmmac_tx_clean() 1393 netdev_completed_queue(priv->dev, pkts_compl, bytes_compl); in stmmac_tx_clean()
|
/drivers/net/ethernet/qlogic/qede/ |
D | qede_main.c | 782 unsigned int pkts_compl = 0, bytes_compl = 0; in qede_tx_int() local 802 pkts_compl++; in qede_tx_int() 807 netdev_tx_completed_queue(netdev_txq, pkts_compl, bytes_compl); in qede_tx_int()
|
/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()
|
/drivers/net/ethernet/intel/e1000/ |
D | e1000_main.c | 3873 unsigned int bytes_compl = 0, pkts_compl = 0; in e1000_clean_tx_irq() local 3893 pkts_compl++; in e1000_clean_tx_irq() 3913 netdev_completed_queue(netdev, pkts_compl, bytes_compl); in e1000_clean_tx_irq()
|
/drivers/net/ethernet/intel/e1000e/ |
D | netdev.c | 1231 unsigned int bytes_compl = 0, pkts_compl = 0; in e1000_clean_tx_irq() local 1252 pkts_compl++; in e1000_clean_tx_irq() 1272 netdev_completed_queue(netdev, pkts_compl, bytes_compl); in e1000_clean_tx_irq()
|