Home
last modified time | relevance | path

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

12

/linux-5.19.10/drivers/net/ethernet/sfc/siena/
Dtx_common.c123 unsigned int *pkts_compl, in efx_dequeue_buffer() argument
142 EFX_WARN_ON_PARANOID(!pkts_compl || !bytes_compl); in efx_dequeue_buffer()
143 (*pkts_compl)++; in efx_dequeue_buffer()
181 unsigned int pkts_compl = 0, bytes_compl = 0; in efx_siena_fini_tx_queue() local
184 efx_dequeue_buffer(tx_queue, buffer, &pkts_compl, &bytes_compl); in efx_siena_fini_tx_queue()
199 unsigned int *pkts_compl, in efx_dequeue_buffers() argument
219 efx_dequeue_buffer(tx_queue, buffer, pkts_compl, bytes_compl); in efx_dequeue_buffers()
241 unsigned int fill_level, pkts_compl = 0, bytes_compl = 0; in efx_siena_xmit_done() local
246 efx_dequeue_buffers(tx_queue, index, &pkts_compl, &bytes_compl); in efx_siena_xmit_done()
247 tx_queue->pkts_compl += pkts_compl; in efx_siena_xmit_done()
[all …]
Defx_channels.c1215 tx_queue->pkts_compl = 0; in efx_process_channel()
1232 tx_queue->pkts_compl, in efx_process_channel()
/linux-5.19.10/drivers/net/ethernet/sfc/
Dtx_common.c111 unsigned int pkts_compl = 0, bytes_compl = 0; in efx_fini_tx_queue() local
114 efx_dequeue_buffer(tx_queue, buffer, &pkts_compl, &bytes_compl); in efx_fini_tx_queue()
148 unsigned int *pkts_compl, in efx_dequeue_buffer() argument
167 EFX_WARN_ON_PARANOID(!pkts_compl || !bytes_compl); in efx_dequeue_buffer()
168 (*pkts_compl)++; in efx_dequeue_buffer()
201 unsigned int *pkts_compl, in efx_dequeue_buffers() argument
221 efx_dequeue_buffer(tx_queue, buffer, pkts_compl, bytes_compl); in efx_dequeue_buffers()
243 unsigned int fill_level, pkts_compl = 0, bytes_compl = 0; in efx_xmit_done() local
248 efx_dequeue_buffers(tx_queue, index, &pkts_compl, &bytes_compl); in efx_xmit_done()
249 tx_queue->pkts_compl += pkts_compl; in efx_xmit_done()
[all …]
Dtx.c561 unsigned int pkts_compl = 0, bytes_compl = 0; in efx_xmit_done_single() local
583 efx_dequeue_buffer(tx_queue, buffer, &pkts_compl, &bytes_compl); in efx_xmit_done_single()
589 tx_queue->pkts_compl += pkts_compl; in efx_xmit_done_single()
592 EFX_WARN_ON_PARANOID(pkts_compl != 1); in efx_xmit_done_single()
Dtx_common.h21 unsigned int *pkts_compl,
Defx_channels.c1211 tx_queue->pkts_compl = 0; in efx_process_channel()
1228 tx_queue->pkts_compl, in efx_process_channel()
/linux-5.19.10/drivers/net/ethernet/sfc/falcon/
Dtx.c53 unsigned int *pkts_compl, in ef4_dequeue_buffer() argument
69 (*pkts_compl)++; in ef4_dequeue_buffer()
357 unsigned int *pkts_compl, in ef4_dequeue_buffers() argument
378 ef4_dequeue_buffer(tx_queue, buffer, pkts_compl, bytes_compl); in ef4_dequeue_buffers()
497 unsigned int pkts_compl = 0, bytes_compl = 0; in ef4_xmit_done() local
501 ef4_dequeue_buffers(tx_queue, index, &pkts_compl, &bytes_compl); in ef4_xmit_done()
502 tx_queue->pkts_compl += pkts_compl; in ef4_xmit_done()
505 if (pkts_compl > 1) in ef4_xmit_done()
619 unsigned int pkts_compl = 0, bytes_compl = 0; in ef4_fini_tx_queue() local
621 ef4_dequeue_buffer(tx_queue, buffer, &pkts_compl, &bytes_compl); in ef4_fini_tx_queue()
Dnet_driver.h233 unsigned int pkts_compl; member
/linux-5.19.10/drivers/net/ethernet/cavium/liquidio/
Docteon_main.h69 unsigned int *pkts_compl,
71 void octeon_report_tx_completion_to_bql(void *txq, unsigned int pkts_compl,
Drequest_manager.c376 unsigned int pkts_compl = 0, bytes_compl = 0; in lio_process_iq_request_list() local
387 octeon_update_tx_completion_counters(buf, reqtype, &pkts_compl, in lio_process_iq_request_list()
432 octeon_report_tx_completion_to_bql(iq->app_ctx, pkts_compl, in lio_process_iq_request_list()
Dlio_core.c184 void octeon_report_tx_completion_to_bql(void *txq, unsigned int pkts_compl, in octeon_report_tx_completion_to_bql() argument
189 netdev_tx_completed_queue(netdev_queue, pkts_compl, bytes_compl); in octeon_report_tx_completion_to_bql()
193 unsigned int *pkts_compl, in octeon_update_tx_completion_counters() argument
217 (*pkts_compl)++; in octeon_update_tx_completion_counters()
/linux-5.19.10/drivers/net/ethernet/hisilicon/
Dhisi_femac.c156 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()
Dhip04_eth.c452 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()
Dhix5hd2_gmac.c592 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-5.19.10/drivers/net/ethernet/mediatek/
Dmtk_star_emac.c1083 int ret, pkts_compl, bytes_compl; in mtk_star_tx_complete_all() local
1088 for (pkts_compl = 0, bytes_compl = 0;; in mtk_star_tx_complete_all()
1089 pkts_compl++, bytes_compl += ret, wake = true) { in mtk_star_tx_complete_all()
1098 netdev_completed_queue(ndev, pkts_compl, bytes_compl); in mtk_star_tx_complete_all()
/linux-5.19.10/drivers/net/ethernet/broadcom/
Dbcmsysport.c877 unsigned int *pkts_compl) in bcm_sysport_tx_reclaim_one() argument
887 (*pkts_compl)++; in bcm_sysport_tx_reclaim_one()
902 unsigned int pkts_compl = 0, bytes_compl = 0; in __bcm_sysport_tx_reclaim() local
928 bcm_sysport_tx_reclaim_one(ring, cb, &bytes_compl, &pkts_compl); in __bcm_sysport_tx_reclaim()
940 ring->packets += pkts_compl; in __bcm_sysport_tx_reclaim()
948 ring->index, ring->c_index, pkts_compl, bytes_compl); in __bcm_sysport_tx_reclaim()
950 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.c616 unsigned bytes_compl = 0, pkts_compl = 0; in b44_tx() local
635 pkts_compl++; in b44_tx()
640 netdev_completed_queue(bp->dev, pkts_compl, bytes_compl); in b44_tx()
/linux-5.19.10/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
302 &pkts_compl, &bytes_compl); in bnx2x_tx_int()
307 netdev_tx_completed_queue(txq, pkts_compl, bytes_compl); in bnx2x_tx_int()
1499 unsigned pkts_compl = 0, bytes_compl = 0; in bnx2x_free_tx_skbs_queue() local
1506 &pkts_compl, &bytes_compl); in bnx2x_free_tx_skbs_queue()
4086 unsigned int pkts_compl = 0, bytes_compl = 0; in bnx2x_start_xmit() local
4099 &pkts_compl, &bytes_compl); in bnx2x_start_xmit()
/linux-5.19.10/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-5.19.10/drivers/net/ethernet/qualcomm/emac/
Demac-mac.c1182 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-5.19.10/drivers/net/ethernet/qlogic/qede/
Dqede_fp.c436 unsigned int pkts_compl = 0, bytes_compl = 0; in qede_tx_int() local
458 pkts_compl++; in qede_tx_int()
463 netdev_tx_completed_queue(netdev_txq, pkts_compl, bytes_compl); in qede_tx_int()
/linux-5.19.10/drivers/net/ethernet/atheros/
Dag71xx.c1143 u32 bytes_compl = 0, pkts_compl = 0; in ag71xx_ring_tx_clean() local
1158 pkts_compl++; in ag71xx_ring_tx_clean()
1168 netdev_completed_queue(ndev, pkts_compl, bytes_compl); in ag71xx_ring_tx_clean()
/linux-5.19.10/drivers/net/ethernet/realtek/
D8139cp.c652 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-5.19.10/drivers/net/ethernet/via/
Dvia-rhine.c1916 unsigned int pkts_compl = 0, bytes_compl = 0; in rhine_tx() local
1979 pkts_compl++; in rhine_tx()
1989 netdev_completed_queue(dev, pkts_compl, bytes_compl); in rhine_tx()

12