Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A 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 …]
H A Defx_channels.c1216 tx_queue->pkts_compl = 0; in efx_process_channel()
1233 tx_queue->pkts_compl, in efx_process_channel()
H A Dnet_driver.h282 unsigned int pkts_compl; member
/linux/drivers/net/ethernet/sfc/
H A Dtx_common.c117 unsigned int pkts_compl = 0, bytes_compl = 0; in efx_fini_tx_queue() local
121 efx_dequeue_buffer(tx_queue, buffer, &pkts_compl, &bytes_compl, in efx_fini_tx_queue()
157 unsigned int *pkts_compl, in efx_dequeue_buffer() argument
183 EFX_WARN_ON_PARANOID(!pkts_compl || !bytes_compl); in efx_dequeue_buffer()
184 (*pkts_compl)++; in efx_dequeue_buffer()
223 unsigned int *pkts_compl, in efx_dequeue_buffers() argument
246 efx_dequeue_buffer(tx_queue, buffer, pkts_compl, bytes_compl, in efx_dequeue_buffers()
269 unsigned int fill_level, pkts_compl = 0, bytes_compl = 0; in efx_xmit_done() local
276 efx_dequeue_buffers(tx_queue, index, &pkts_compl, &bytes_compl, in efx_xmit_done()
278 tx_queue->pkts_compl += pkts_compl; in efx_xmit_done()
[all …]
H A Defx_channels.c1195 tx_queue->pkts_compl = 0; in efx_process_channel()
1212 tx_queue->pkts_compl, in efx_process_channel()
1215 tx_queue->complete_packets += tx_queue->pkts_compl; in efx_process_channel()
H A Dnet_driver.h289 unsigned int pkts_compl; member
/linux/drivers/net/ethernet/sfc/falcon/
H A Dtx.c45 unsigned int *pkts_compl, in ef4_dequeue_buffer() argument
61 (*pkts_compl)++; in ef4_dequeue_buffer()
349 unsigned int *pkts_compl, in ef4_dequeue_buffers() argument
370 ef4_dequeue_buffer(tx_queue, buffer, pkts_compl, bytes_compl); in ef4_dequeue_buffers()
489 unsigned int pkts_compl = 0, bytes_compl = 0; in ef4_xmit_done() local
493 ef4_dequeue_buffers(tx_queue, index, &pkts_compl, &bytes_compl); in ef4_xmit_done()
494 tx_queue->pkts_compl += pkts_compl; in ef4_xmit_done()
497 if (pkts_compl > 1) in ef4_xmit_done()
610 unsigned int pkts_compl = 0, bytes_compl = 0; in ef4_fini_tx_queue() local
612 ef4_dequeue_buffer(tx_queue, buffer, &pkts_compl, &bytes_compl); in ef4_fini_tx_queue()
H A Defx.c241 tx_queue->pkts_compl = 0; in ef4_process_channel()
258 tx_queue->pkts_compl, tx_queue->bytes_compl); in ef4_process_channel()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_main.h69 unsigned int *pkts_compl,
71 void octeon_report_tx_completion_to_bql(void *txq, unsigned int pkts_compl,
H A Drequest_manager.c371 unsigned int pkts_compl = 0, bytes_compl = 0; in lio_process_iq_request_list() local
382 octeon_update_tx_completion_counters(buf, reqtype, &pkts_compl, in lio_process_iq_request_list()
427 octeon_report_tx_completion_to_bql(iq->app_ctx, pkts_compl, in lio_process_iq_request_list()
H A Dlio_core.c189 void octeon_report_tx_completion_to_bql(void *txq, unsigned int pkts_compl, in octeon_report_tx_completion_to_bql() argument
194 netdev_tx_completed_queue(netdev_queue, pkts_compl, bytes_compl); in octeon_report_tx_completion_to_bql()
198 unsigned int *pkts_compl, in octeon_update_tx_completion_counters() argument
222 (*pkts_compl)++; in octeon_update_tx_completion_counters()
/linux/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c854 unsigned int *pkts_compl) in bcm_sysport_tx_reclaim_one() argument
864 (*pkts_compl)++; in bcm_sysport_tx_reclaim_one()
879 unsigned int pkts_compl = 0, bytes_compl = 0; in __bcm_sysport_tx_reclaim() local
905 bcm_sysport_tx_reclaim_one(ring, cb, &bytes_compl, &pkts_compl); in __bcm_sysport_tx_reclaim()
917 ring->packets += pkts_compl; in __bcm_sysport_tx_reclaim()
925 ring->index, ring->c_index, pkts_compl, bytes_compl); in __bcm_sysport_tx_reclaim()
927 return pkts_compl; in __bcm_sysport_tx_reclaim()
H A Dtg3.c6558 unsigned int pkts_compl = 0, bytes_compl = 0; in tg3_tx() local
6623 pkts_compl++; in tg3_tx()
6637 netdev_tx_completed_queue(txq, pkts_compl, bytes_compl); in tg3_tx()
/linux/drivers/net/ethernet/qualcomm/emac/
H A 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/drivers/net/ethernet/mediatek/
H A Dmtk_star_emac.c1161 int ret = 0, pkts_compl = 0, bytes_compl = 0, count = 0; in mtk_star_tx_poll() local
1174 pkts_compl++; in mtk_star_tx_poll()
1179 netdev_completed_queue(ndev, pkts_compl, bytes_compl); in mtk_star_tx_poll()
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_fp.c435 unsigned int pkts_compl = 0, bytes_compl = 0; in qede_tx_int() local
457 pkts_compl++; in qede_tx_int()
462 netdev_tx_completed_queue(netdev_txq, pkts_compl, bytes_compl); in qede_tx_int()
/linux/drivers/net/ethernet/atheros/
H A Dag71xx.c1122 u32 bytes_compl = 0, pkts_compl = 0; in ag71xx_ring_tx_clean() local
1137 pkts_compl++; in ag71xx_ring_tx_clean()
1147 netdev_completed_queue(ndev, pkts_compl, bytes_compl); in ag71xx_ring_tx_clean()
/linux/drivers/net/ethernet/realtek/
H A 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/drivers/net/ethernet/via/
H A Dvia-rhine.c1922 unsigned int pkts_compl = 0, bytes_compl = 0; in rhine_tx() local
1985 pkts_compl++; in rhine_tx()
1995 netdev_completed_queue(dev, pkts_compl, bytes_compl); in rhine_tx()
/linux/drivers/net/ethernet/marvell/
H A Dsky2.c2003 unsigned int bytes_compl = 0, pkts_compl = 0; in sky2_tx_complete() local
2018 pkts_compl++; in sky2_tx_complete()
2031 netdev_completed_queue(dev, pkts_compl, bytes_compl); in sky2_tx_complete()
2034 sky2->tx_stats.packets += pkts_compl; in sky2_tx_complete()
H A Dskge.c3154 unsigned int bytes_compl = 0, pkts_compl = 0; in skge_tx_done() local
3171 pkts_compl++; in skge_tx_done()
3177 netdev_completed_queue(dev, pkts_compl, bytes_compl); in skge_tx_done()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c3837 unsigned int bytes_compl = 0, pkts_compl = 0; in e1000_clean_tx_irq() local
3857 pkts_compl++; in e1000_clean_tx_irq()
3878 netdev_completed_queue(netdev, pkts_compl, bytes_compl); in e1000_clean_tx_irq()