| /Linux-v5.4/drivers/net/ethernet/sfc/ |
| D | tx.c | 61 unsigned int *pkts_compl, in efx_dequeue_buffer() argument 79 EFX_WARN_ON_PARANOID(!pkts_compl || !bytes_compl); in efx_dequeue_buffer() 80 (*pkts_compl)++; in efx_dequeue_buffer() 443 unsigned int pkts_compl = 0; in efx_enqueue_unwind() local 449 efx_dequeue_buffer(tx_queue, buffer, &pkts_compl, &bytes_compl); in efx_enqueue_unwind() 607 unsigned int *pkts_compl, in efx_dequeue_buffers() argument 628 efx_dequeue_buffer(tx_queue, buffer, pkts_compl, bytes_compl); in efx_dequeue_buffers() 753 unsigned int pkts_compl = 0, bytes_compl = 0; in efx_xmit_done() local 757 efx_dequeue_buffers(tx_queue, index, &pkts_compl, &bytes_compl); in efx_xmit_done() 758 tx_queue->pkts_compl += pkts_compl; in efx_xmit_done() [all …]
|
| D | net_driver.h | 262 unsigned int pkts_compl; member
|
| /Linux-v5.4/drivers/net/ethernet/sfc/falcon/ |
| D | tx.c | 53 unsigned int *pkts_compl, in ef4_dequeue_buffer() argument 69 (*pkts_compl)++; in ef4_dequeue_buffer() 356 unsigned int *pkts_compl, in ef4_dequeue_buffers() argument 377 ef4_dequeue_buffer(tx_queue, buffer, pkts_compl, bytes_compl); in ef4_dequeue_buffers() 496 unsigned int pkts_compl = 0, bytes_compl = 0; in ef4_xmit_done() local 500 ef4_dequeue_buffers(tx_queue, index, &pkts_compl, &bytes_compl); in ef4_xmit_done() 501 tx_queue->pkts_compl += pkts_compl; in ef4_xmit_done() 504 if (pkts_compl > 1) in ef4_xmit_done() 618 unsigned int pkts_compl = 0, bytes_compl = 0; in ef4_fini_tx_queue() local 620 ef4_dequeue_buffer(tx_queue, buffer, &pkts_compl, &bytes_compl); in ef4_fini_tx_queue()
|
| D | net_driver.h | 233 unsigned int pkts_compl; member
|
| D | efx.c | 247 tx_queue->pkts_compl = 0; in ef4_process_channel() 264 tx_queue->pkts_compl, tx_queue->bytes_compl); in ef4_process_channel()
|
| /Linux-v5.4/drivers/net/ethernet/cavium/liquidio/ |
| D | octeon_main.h | 68 unsigned int *pkts_compl, 70 void octeon_report_tx_completion_to_bql(void *txq, unsigned int pkts_compl,
|
| D | request_manager.c | 380 unsigned int pkts_compl = 0, bytes_compl = 0; in lio_process_iq_request_list() local 391 octeon_update_tx_completion_counters(buf, reqtype, &pkts_compl, in lio_process_iq_request_list() 436 octeon_report_tx_completion_to_bql(iq->app_ctx, pkts_compl, in lio_process_iq_request_list()
|
| D | lio_core.c | 182 void octeon_report_tx_completion_to_bql(void *txq, unsigned int pkts_compl, in octeon_report_tx_completion_to_bql() argument 187 netdev_tx_completed_queue(netdev_queue, pkts_compl, bytes_compl); in octeon_report_tx_completion_to_bql() 191 unsigned int *pkts_compl, in octeon_update_tx_completion_counters() argument 215 (*pkts_compl)++; in octeon_update_tx_completion_counters()
|
| /Linux-v5.4/drivers/net/ethernet/hisilicon/ |
| D | hisi_femac.c | 156 unsigned int bytes_compl = 0, pkts_compl = 0; in hisi_femac_xmit_reclaim() local 170 pkts_compl++; in hisi_femac_xmit_reclaim() 181 netdev_completed_queue(dev, pkts_compl, bytes_compl); in hisi_femac_xmit_reclaim() 183 if (unlikely(netif_queue_stopped(dev)) && pkts_compl) in hisi_femac_xmit_reclaim()
|
| D | hip04_eth.c | 452 unsigned int bytes_compl = 0, pkts_compl = 0; in hip04_tx_reclaim() local 475 pkts_compl++; in hip04_tx_reclaim() 487 if (pkts_compl || bytes_compl) in hip04_tx_reclaim() 488 netdev_completed_queue(ndev, pkts_compl, bytes_compl); in hip04_tx_reclaim()
|
| D | hix5hd2_gmac.c | 592 unsigned int bytes_compl = 0, pkts_compl = 0; in hix5hd2_xmit_reclaim() local 611 pkts_compl++; in hix5hd2_xmit_reclaim() 633 if (pkts_compl || bytes_compl) in hix5hd2_xmit_reclaim() 634 netdev_completed_queue(dev, pkts_compl, bytes_compl); in hix5hd2_xmit_reclaim() 636 if (unlikely(netif_queue_stopped(priv->netdev)) && pkts_compl) in hix5hd2_xmit_reclaim()
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/ |
| D | bcmsysport.c | 852 unsigned int *pkts_compl) in bcm_sysport_tx_reclaim_one() argument 862 (*pkts_compl)++; in bcm_sysport_tx_reclaim_one() 877 unsigned int pkts_compl = 0, bytes_compl = 0; in __bcm_sysport_tx_reclaim() local 903 bcm_sysport_tx_reclaim_one(ring, cb, &bytes_compl, &pkts_compl); in __bcm_sysport_tx_reclaim() 915 ring->packets += pkts_compl; in __bcm_sysport_tx_reclaim() 923 ring->index, ring->c_index, pkts_compl, bytes_compl); in __bcm_sysport_tx_reclaim() 925 return pkts_compl; in __bcm_sysport_tx_reclaim()
|
| D | bgmac.c | 239 unsigned bytes_compl = 0, pkts_compl = 0; in bgmac_dma_tx_free() local 272 pkts_compl++; in bgmac_dma_tx_free() 283 if (!pkts_compl) in bgmac_dma_tx_free() 286 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()
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_cmn.c | 195 u16 idx, unsigned int *pkts_compl, in bnx2x_free_tx_pkt() argument 262 (*pkts_compl)++; in bnx2x_free_tx_pkt() 277 unsigned int pkts_compl = 0, bytes_compl = 0; in bnx2x_tx_int() local 301 &pkts_compl, &bytes_compl); in bnx2x_tx_int() 306 netdev_tx_completed_queue(txq, pkts_compl, bytes_compl); in bnx2x_tx_int() 1497 unsigned pkts_compl = 0, bytes_compl = 0; in bnx2x_free_tx_skbs_queue() local 1504 &pkts_compl, &bytes_compl); in bnx2x_free_tx_skbs_queue() 4077 unsigned int pkts_compl = 0, bytes_compl = 0; in bnx2x_start_xmit() local 4090 &pkts_compl, &bytes_compl); in bnx2x_start_xmit()
|
| /Linux-v5.4/drivers/net/ethernet/3com/ |
| D | 3c59x.c | 2259 unsigned int bytes_compl = 0, pkts_compl = 0; in _vortex_interrupt() local 2306 pkts_compl++; in _vortex_interrupt() 2352 netdev_completed_queue(dev, pkts_compl, bytes_compl); in _vortex_interrupt() 2375 unsigned int bytes_compl = 0, pkts_compl = 0; in _boomerang_interrupt() local 2448 pkts_compl++; in _boomerang_interrupt() 2490 netdev_completed_queue(dev, pkts_compl, bytes_compl); in _boomerang_interrupt()
|
| /Linux-v5.4/drivers/net/ethernet/qualcomm/emac/ |
| D | emac-mac.c | 1182 u32 hw_consume_idx, pkts_compl = 0, bytes_compl = 0; in emac_mac_tx_process() local 1197 pkts_compl++; in emac_mac_tx_process() 1207 netdev_completed_queue(adpt->netdev, pkts_compl, bytes_compl); in emac_mac_tx_process()
|
| /Linux-v5.4/drivers/net/ethernet/qlogic/qede/ |
| D | qede_fp.c | 411 unsigned int pkts_compl = 0, bytes_compl = 0; in qede_tx_int() local 433 pkts_compl++; in qede_tx_int() 438 netdev_tx_completed_queue(netdev_txq, pkts_compl, bytes_compl); in qede_tx_int()
|
| D | qede_main.c | 1600 unsigned int pkts_compl = 0, bytes_compl = 0; in qede_empty_tx_queue() local 1624 pkts_compl++; in qede_empty_tx_queue() 1628 netdev_tx_completed_queue(netdev_txq, pkts_compl, bytes_compl); in qede_empty_tx_queue()
|
| /Linux-v5.4/drivers/net/ethernet/atheros/ |
| D | ag71xx.c | 959 u32 bytes_compl = 0, pkts_compl = 0; in ag71xx_ring_tx_clean() local 974 pkts_compl++; in ag71xx_ring_tx_clean() 984 netdev_completed_queue(ndev, pkts_compl, bytes_compl); in ag71xx_ring_tx_clean()
|
| /Linux-v5.4/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()
|
| D | r8169_main.c | 6046 unsigned int dirty_tx, tx_left, bytes_compl = 0, pkts_compl = 0; in rtl_tx() local 6070 pkts_compl++; in rtl_tx() 6080 netdev_completed_queue(dev, pkts_compl, bytes_compl); in rtl_tx() 6083 tp->tx_stats.packets += pkts_compl; in rtl_tx()
|
| /Linux-v5.4/drivers/net/ethernet/via/ |
| D | via-rhine.c | 1928 unsigned int pkts_compl = 0, bytes_compl = 0; in rhine_tx() local 1991 pkts_compl++; in rhine_tx() 2001 netdev_completed_queue(dev, pkts_compl, bytes_compl); in rhine_tx()
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/genet/ |
| D | bcmgenet.c | 1379 unsigned int pkts_compl = 0; in __bcmgenet_tx_reclaim() local 1406 pkts_compl++; in __bcmgenet_tx_reclaim() 1421 ring->packets += pkts_compl; in __bcmgenet_tx_reclaim() 1425 pkts_compl, bytes_compl); in __bcmgenet_tx_reclaim()
|
| /Linux-v5.4/drivers/net/ethernet/marvell/ |
| D | sky2.c | 2004 unsigned int bytes_compl = 0, pkts_compl = 0; in sky2_tx_complete() local 2019 pkts_compl++; in sky2_tx_complete() 2032 netdev_completed_queue(dev, pkts_compl, bytes_compl); in sky2_tx_complete() 2035 sky2->tx_stats.packets += pkts_compl; in sky2_tx_complete()
|