/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
D | tx_common.c | 109 unsigned int pkts_compl = 0, bytes_compl = 0; in efx_fini_tx_queue() local 112 efx_dequeue_buffer(tx_queue, buffer, &pkts_compl, &bytes_compl); in efx_fini_tx_queue() 147 unsigned int *bytes_compl) in efx_dequeue_buffer() argument 165 EFX_WARN_ON_PARANOID(!pkts_compl || !bytes_compl); in efx_dequeue_buffer() 167 (*bytes_compl) += skb->len; in efx_dequeue_buffer() 200 unsigned int *bytes_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_xmit_done() local 246 efx_dequeue_buffers(tx_queue, index, &pkts_compl, &bytes_compl); in efx_xmit_done() 248 tx_queue->bytes_compl += bytes_compl; in efx_xmit_done() [all …]
|
D | tx.c | 557 unsigned int pkts_compl = 0, bytes_compl = 0; in efx_xmit_done_single() local 579 efx_dequeue_buffer(tx_queue, buffer, &pkts_compl, &bytes_compl); in efx_xmit_done_single() 586 tx_queue->bytes_compl += bytes_compl; in efx_xmit_done_single()
|
D | tx_common.h | 22 unsigned int *bytes_compl);
|
D | efx_channels.c | 1149 tx_queue->bytes_compl = 0; in efx_process_channel() 1163 if (tx_queue->bytes_compl) { in efx_process_channel() 1166 tx_queue->bytes_compl); in efx_process_channel()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
D | tx.c | 54 unsigned int *bytes_compl) in ef4_dequeue_buffer() argument 70 (*bytes_compl) += buffer->skb->len; in ef4_dequeue_buffer() 357 unsigned int *bytes_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() 502 tx_queue->bytes_compl += bytes_compl; 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 | 232 unsigned int bytes_compl; member
|
D | efx.c | 248 tx_queue->bytes_compl = 0; in ef4_process_channel() 262 if (tx_queue->bytes_compl) { in ef4_process_channel() 264 tx_queue->pkts_compl, tx_queue->bytes_compl); in ef4_process_channel()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_main.h | 70 unsigned int *bytes_compl); 72 unsigned int bytes_compl);
|
D | request_manager.c | 376 unsigned int pkts_compl = 0, bytes_compl = 0; in lio_process_iq_request_list() local 388 &bytes_compl); in lio_process_iq_request_list() 431 if (bytes_compl) in lio_process_iq_request_list() 433 bytes_compl); in lio_process_iq_request_list()
|
D | lio_core.c | 185 unsigned int bytes_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() 194 unsigned int *bytes_compl) in octeon_update_tx_completion_counters() argument 218 *bytes_compl += skb->len; in octeon_update_tx_completion_counters()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/ |
D | hip04_eth.c | 452 unsigned int bytes_compl = 0, pkts_compl = 0; in hip04_tx_reclaim() local 476 bytes_compl += priv->tx_skb[tx_tail]->len; 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 | hisi_femac.c | 156 unsigned int bytes_compl = 0, pkts_compl = 0; in hisi_femac_xmit_reclaim() local 171 bytes_compl += skb->len; in hisi_femac_xmit_reclaim() 181 netdev_completed_queue(dev, pkts_compl, bytes_compl); in hisi_femac_xmit_reclaim()
|
D | hix5hd2_gmac.c | 592 unsigned int bytes_compl = 0, pkts_compl = 0; in hix5hd2_xmit_reclaim() local 612 bytes_compl += skb->len; 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/ |
D | ag71xx.c | 780 int sent = 0, bytes_compl = 0, n = 0; in ag71xx_tx_packets() local 819 bytes_compl += ring->buf[i].tx.len; in ag71xx_tx_packets() 835 ag->ndev->stats.tx_bytes += bytes_compl; in ag71xx_tx_packets() 838 netdev_completed_queue(ag->ndev, sent, bytes_compl); in ag71xx_tx_packets() 1184 u32 bytes_compl = 0, pkts_compl = 0; in ag71xx_ring_tx_clean() local 1198 bytes_compl += ring->buf[i].tx.len; in ag71xx_ring_tx_clean() 1209 netdev_completed_queue(ndev, pkts_compl, bytes_compl); in ag71xx_ring_tx_clean()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mediatek/ |
D | mtk_star_emac.c | 1084 int ret, pkts_compl, bytes_compl; in mtk_star_tx_complete_all() local 1089 for (pkts_compl = 0, bytes_compl = 0;; in mtk_star_tx_complete_all() 1090 pkts_compl++, bytes_compl += ret, wake = true) { in mtk_star_tx_complete_all() 1099 netdev_completed_queue(ndev, pkts_compl, bytes_compl); in mtk_star_tx_complete_all()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
D | bcmsysport.c | 871 unsigned int *bytes_compl, in bcm_sysport_tx_reclaim_one() argument 878 *bytes_compl += cb->skb->len; in bcm_sysport_tx_reclaim_one() 886 *bytes_compl += dma_unmap_len(cb, dma_len); in bcm_sysport_tx_reclaim_one() 897 unsigned int pkts_compl = 0, bytes_compl = 0; in __bcm_sysport_tx_reclaim() local 923 bcm_sysport_tx_reclaim_one(ring, cb, &bytes_compl, &pkts_compl); in __bcm_sysport_tx_reclaim() 936 ring->bytes += bytes_compl; in __bcm_sysport_tx_reclaim() 943 ring->index, ring->c_index, pkts_compl, bytes_compl); in __bcm_sysport_tx_reclaim()
|
D | bgmac.c | 239 unsigned bytes_compl = 0, pkts_compl = 0; in bgmac_dma_tx_free() local 271 bytes_compl += slot->skb->len; in bgmac_dma_tx_free() 286 netdev_completed_queue(bgmac->net_dev, pkts_compl, bytes_compl); in bgmac_dma_tx_free()
|
D | b44.c | 615 unsigned bytes_compl = 0, pkts_compl = 0; in b44_tx() local 633 bytes_compl += skb->len; in b44_tx() 639 netdev_completed_queue(bp->dev, pkts_compl, bytes_compl); in b44_tx()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
D | vector_kern.c | 384 int bytes_compl = 0; in consume_vector_skbs() local 391 bytes_compl += skb->len; in consume_vector_skbs() 395 qi->dev->stats.tx_bytes += bytes_compl; in consume_vector_skbs() 397 netdev_completed_queue(qi->dev, count, bytes_compl); in consume_vector_skbs()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 196 unsigned int *bytes_compl) in bnx2x_free_tx_pkt() argument 263 (*bytes_compl) += skb->len; 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() 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/ |
D | 3c59x.c | 2259 unsigned int bytes_compl = 0, pkts_compl = 0; in _vortex_interrupt() local 2307 bytes_compl += vp->tx_skb->len; 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 2449 bytes_compl += skb->len; in _boomerang_interrupt() 2490 netdev_completed_queue(dev, pkts_compl, bytes_compl); in _boomerang_interrupt()
|
/kernel/linux/linux-5.10/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 1198 bytes_compl += tpbuf->skb->len; in emac_mac_tx_process() 1207 netdev_completed_queue(adpt->netdev, pkts_compl, bytes_compl); in emac_mac_tx_process()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/ |
D | qede_fp.c | 440 unsigned int pkts_compl = 0, bytes_compl = 0; in qede_tx_int() local 461 bytes_compl += len; in qede_tx_int() 467 netdev_tx_completed_queue(netdev_txq, pkts_compl, bytes_compl); in qede_tx_int()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 652 unsigned bytes_compl = 0, pkts_compl = 0; in cp_tx() local 692 bytes_compl += skb->len; in cp_tx() 704 netdev_completed_queue(cp->dev, pkts_compl, bytes_compl); in cp_tx()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/via/ |
D | via-rhine.c | 1919 unsigned int pkts_compl = 0, bytes_compl = 0; in rhine_tx() local 1981 bytes_compl += skb->len; in rhine_tx() 1992 netdev_completed_queue(dev, pkts_compl, bytes_compl); in rhine_tx()
|