Home
last modified time | relevance | path

Searched refs:pkts_compl (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v4.19/drivers/net/ethernet/sfc/
Dtx.c64 unsigned int *pkts_compl, in efx_dequeue_buffer() argument
82 EFX_WARN_ON_PARANOID(!pkts_compl || !bytes_compl); in efx_dequeue_buffer()
83 (*pkts_compl)++; in efx_dequeue_buffer()
446 unsigned int pkts_compl = 0; in efx_enqueue_unwind() local
452 efx_dequeue_buffer(tx_queue, buffer, &pkts_compl, &bytes_compl); in efx_enqueue_unwind()
615 unsigned int *pkts_compl, in efx_dequeue_buffers() argument
636 efx_dequeue_buffer(tx_queue, buffer, pkts_compl, bytes_compl); in efx_dequeue_buffers()
761 unsigned int pkts_compl = 0, bytes_compl = 0; in efx_xmit_done() local
765 efx_dequeue_buffers(tx_queue, index, &pkts_compl, &bytes_compl); in efx_xmit_done()
766 tx_queue->pkts_compl += pkts_compl; in efx_xmit_done()
[all …]
Dnet_driver.h265 unsigned int pkts_compl; member
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dtx.c56 unsigned int *pkts_compl, in ef4_dequeue_buffer() argument
72 (*pkts_compl)++; in ef4_dequeue_buffer()
359 unsigned int *pkts_compl, in ef4_dequeue_buffers() argument
380 ef4_dequeue_buffer(tx_queue, buffer, pkts_compl, bytes_compl); in ef4_dequeue_buffers()
499 unsigned int pkts_compl = 0, bytes_compl = 0; in ef4_xmit_done() local
503 ef4_dequeue_buffers(tx_queue, index, &pkts_compl, &bytes_compl); in ef4_xmit_done()
504 tx_queue->pkts_compl += pkts_compl; in ef4_xmit_done()
507 if (pkts_compl > 1) in ef4_xmit_done()
621 unsigned int pkts_compl = 0, bytes_compl = 0; in ef4_fini_tx_queue() local
623 ef4_dequeue_buffer(tx_queue, buffer, &pkts_compl, &bytes_compl); in ef4_fini_tx_queue()
Dnet_driver.h236 unsigned int pkts_compl; member
Defx.c250 tx_queue->pkts_compl = 0; in ef4_process_channel()
267 tx_queue->pkts_compl, tx_queue->bytes_compl); in ef4_process_channel()
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/
Docteon_main.h68 unsigned int *pkts_compl,
70 void octeon_report_tx_completion_to_bql(void *txq, unsigned int pkts_compl,
Drequest_manager.c380 unsigned int pkts_compl = 0, bytes_compl = 0; in lio_process_iq_request_list() local
392 octeon_update_tx_completion_counters(buf, reqtype, &pkts_compl, in lio_process_iq_request_list()
456 octeon_report_tx_completion_to_bql(iq->app_ctx, pkts_compl, in lio_process_iq_request_list()
Dlio_core.c213 void octeon_report_tx_completion_to_bql(void *txq, unsigned int pkts_compl, in octeon_report_tx_completion_to_bql() argument
218 netdev_tx_completed_queue(netdev_queue, pkts_compl, bytes_compl); in octeon_report_tx_completion_to_bql()
222 unsigned int *pkts_compl, in octeon_update_tx_completion_counters() argument
246 (*pkts_compl)++; in octeon_update_tx_completion_counters()
/Linux-v4.19/drivers/net/ethernet/hisilicon/
Dhip04_eth.c372 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()
Dhisi_femac.c168 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()
Dhix5hd2_gmac.c596 unsigned int bytes_compl = 0, pkts_compl = 0; in hix5hd2_xmit_reclaim() local
615 pkts_compl++; in hix5hd2_xmit_reclaim()
637 if (pkts_compl || bytes_compl) in hix5hd2_xmit_reclaim()
638 netdev_completed_queue(dev, pkts_compl, bytes_compl); in hix5hd2_xmit_reclaim()
640 if (unlikely(netif_queue_stopped(priv->netdev)) && pkts_compl) in hix5hd2_xmit_reclaim()
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dbcmsysport.c870 unsigned int *pkts_compl) in bcm_sysport_tx_reclaim_one() argument
880 (*pkts_compl)++; in bcm_sysport_tx_reclaim_one()
895 unsigned int pkts_compl = 0, bytes_compl = 0; in __bcm_sysport_tx_reclaim() local
921 bcm_sysport_tx_reclaim_one(ring, cb, &bytes_compl, &pkts_compl); in __bcm_sysport_tx_reclaim()
933 ring->packets += pkts_compl; in __bcm_sysport_tx_reclaim()
941 ring->index, ring->c_index, pkts_compl, bytes_compl); in __bcm_sysport_tx_reclaim()
943 return pkts_compl; in __bcm_sysport_tx_reclaim()
Dbgmac.c239 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()
Db44.c620 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-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c196 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()
1495 unsigned pkts_compl = 0, bytes_compl = 0; in bnx2x_free_tx_skbs_queue() local
1502 &pkts_compl, &bytes_compl); in bnx2x_free_tx_skbs_queue()
4072 unsigned int pkts_compl = 0, bytes_compl = 0; in bnx2x_start_xmit() local
4085 &pkts_compl, &bytes_compl); in bnx2x_start_xmit()
/Linux-v4.19/drivers/net/ethernet/3com/
D3c59x.c2261 unsigned int bytes_compl = 0, pkts_compl = 0; in _vortex_interrupt() local
2308 pkts_compl++; in _vortex_interrupt()
2354 netdev_completed_queue(dev, pkts_compl, bytes_compl); in _vortex_interrupt()
2377 unsigned int bytes_compl = 0, pkts_compl = 0; in _boomerang_interrupt() local
2450 pkts_compl++; in _boomerang_interrupt()
2492 netdev_completed_queue(dev, pkts_compl, bytes_compl); in _boomerang_interrupt()
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede_fp.c411 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()
/Linux-v4.19/drivers/net/ethernet/qualcomm/emac/
Demac-mac.c1190 u32 hw_consume_idx, pkts_compl = 0, bytes_compl = 0; in emac_mac_tx_process() local
1205 pkts_compl++; in emac_mac_tx_process()
1215 netdev_completed_queue(adpt->netdev, pkts_compl, bytes_compl); in emac_mac_tx_process()
/Linux-v4.19/drivers/net/ethernet/realtek/
D8139cp.c647 unsigned bytes_compl = 0, pkts_compl = 0; in cp_tx() local
688 pkts_compl++; in cp_tx()
699 netdev_completed_queue(cp->dev, pkts_compl, bytes_compl); in cp_tx()
/Linux-v4.19/drivers/net/ethernet/via/
Dvia-rhine.c1933 unsigned int pkts_compl = 0, bytes_compl = 0; in rhine_tx() local
1996 pkts_compl++; in rhine_tx()
2006 netdev_completed_queue(dev, pkts_compl, bytes_compl); in rhine_tx()
/Linux-v4.19/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c1381 unsigned int pkts_compl = 0; in __bcmgenet_tx_reclaim() local
1408 pkts_compl++; in __bcmgenet_tx_reclaim()
1423 ring->packets += pkts_compl; in __bcmgenet_tx_reclaim()
1427 pkts_compl, bytes_compl); in __bcmgenet_tx_reclaim()
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c1853 unsigned int bytes_compl = 0, pkts_compl = 0; in stmmac_tx_clean() local
1918 pkts_compl++; in stmmac_tx_clean()
1931 pkts_compl, bytes_compl); in stmmac_tx_clean()
/Linux-v4.19/drivers/net/ethernet/marvell/
Dsky2.c2019 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()
Dmvneta.c1756 unsigned int bytes_compl = 0, pkts_compl = 0; in mvneta_txq_bufs_free() local
1766 pkts_compl++; in mvneta_txq_bufs_free()
1780 netdev_tx_completed_queue(nq, pkts_compl, bytes_compl); in mvneta_txq_bufs_free()
Dskge.c3163 unsigned int bytes_compl = 0, pkts_compl = 0; in skge_tx_done() local
3180 pkts_compl++; in skge_tx_done()
3186 netdev_completed_queue(dev, pkts_compl, bytes_compl); in skge_tx_done()

12