Home
last modified time | relevance | path

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

/drivers/net/ethernet/cavium/liquidio/
Dlio_core.c58 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()
Docteon_main.h65 unsigned int *pkts_compl,
67 void octeon_report_tx_completion_to_bql(void *txq, unsigned int pkts_compl,
Drequest_manager.c367 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/
Dtx.c62 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 …]
Dnet_driver.h251 unsigned int pkts_compl; member
Defx.c255 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/
Dhix5hd2_gmac.c519 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()
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()
/drivers/net/ethernet/broadcom/
Dbcmsysport.c682 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()
Dbgmac.c236 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()
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()
Dtg3.c6523 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/
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()
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/
D3c59x.c2272 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/
Demac-mac.c1245 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/
Dbcmgenet.c1227 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/
D8139cp.c654 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/
Dvia-rhine.c1934 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/
Dstmmac_main.c1322 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/
Dqede_main.c782 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/
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()
Dskge.c3155 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/
De1000_main.c3873 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/
Dnetdev.c1231 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()