/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | tx.c | 65 unsigned int *bytes_compl) in efx_dequeue_buffer() argument 82 EFX_WARN_ON_PARANOID(!pkts_compl || !bytes_compl); in efx_dequeue_buffer() 84 (*bytes_compl) += skb->len; in efx_dequeue_buffer() 445 unsigned int bytes_compl = 0; in efx_enqueue_unwind() local 452 efx_dequeue_buffer(tx_queue, buffer, &pkts_compl, &bytes_compl); in efx_enqueue_unwind() 616 unsigned int *bytes_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() 767 tx_queue->bytes_compl += bytes_compl; in efx_xmit_done() [all …]
|
D | net_driver.h | 264 unsigned int bytes_compl; member
|
D | efx.c | 280 tx_queue->bytes_compl = 0; in efx_process_channel() 294 if (tx_queue->bytes_compl) { in efx_process_channel() 296 tx_queue->pkts_compl, tx_queue->bytes_compl); in efx_process_channel()
|
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | tx.c | 57 unsigned int *bytes_compl) in ef4_dequeue_buffer() argument 73 (*bytes_compl) += buffer->skb->len; in ef4_dequeue_buffer() 360 unsigned int *bytes_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() 505 tx_queue->bytes_compl += bytes_compl; 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()
|
D | net_driver.h | 235 unsigned int bytes_compl; member
|
D | efx.c | 251 tx_queue->bytes_compl = 0; in ef4_process_channel() 265 if (tx_queue->bytes_compl) { 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/ |
D | octeon_main.h | 69 unsigned int *bytes_compl); 71 unsigned int bytes_compl);
|
D | request_manager.c | 380 unsigned int pkts_compl = 0, bytes_compl = 0; in lio_process_iq_request_list() local 393 &bytes_compl); in lio_process_iq_request_list() 455 if (bytes_compl) in lio_process_iq_request_list() 457 bytes_compl); in lio_process_iq_request_list()
|
D | lio_core.c | 214 unsigned int bytes_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() 223 unsigned int *bytes_compl) in octeon_update_tx_completion_counters() argument 247 *bytes_compl += skb->len; in octeon_update_tx_completion_counters()
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/ |
D | hip04_eth.c | 372 unsigned int bytes_compl = 0, pkts_compl = 0; in hip04_tx_reclaim() local 396 bytes_compl += priv->tx_skb[tx_tail]->len; 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()
|
D | hisi_femac.c | 168 unsigned int bytes_compl = 0, pkts_compl = 0; in hisi_femac_xmit_reclaim() local 183 bytes_compl += skb->len; in hisi_femac_xmit_reclaim() 193 netdev_completed_queue(dev, pkts_compl, bytes_compl); in hisi_femac_xmit_reclaim()
|
D | hix5hd2_gmac.c | 596 unsigned int bytes_compl = 0, pkts_compl = 0; in hix5hd2_xmit_reclaim() local 616 bytes_compl += skb->len; 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()
|
/Linux-v4.19/arch/um/drivers/ |
D | vector_kern.c | 355 int bytes_compl = 0; in consume_vector_skbs() local 362 bytes_compl += skb->len; in consume_vector_skbs() 366 qi->dev->stats.tx_bytes += bytes_compl; in consume_vector_skbs() 368 netdev_completed_queue(qi->dev, count, bytes_compl); in consume_vector_skbs()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | bcmsysport.c | 869 unsigned int *bytes_compl, in bcm_sysport_tx_reclaim_one() argument 876 *bytes_compl += cb->skb->len; in bcm_sysport_tx_reclaim_one() 884 *bytes_compl += dma_unmap_len(cb, dma_len); 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() 934 ring->bytes += bytes_compl; in __bcm_sysport_tx_reclaim() 941 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 | 620 unsigned bytes_compl = 0, pkts_compl = 0; in b44_tx() local 638 bytes_compl += skb->len; in b44_tx() 644 netdev_completed_queue(bp->dev, pkts_compl, bytes_compl); in b44_tx()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 197 unsigned int *bytes_compl) in bnx2x_free_tx_pkt() argument 264 (*bytes_compl) += skb->len; 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/ |
D | 3c59x.c | 2261 unsigned int bytes_compl = 0, pkts_compl = 0; in _vortex_interrupt() local 2309 bytes_compl += vp->tx_skb->len; 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 2451 bytes_compl += skb->len; in _boomerang_interrupt() 2492 netdev_completed_queue(dev, pkts_compl, bytes_compl); in _boomerang_interrupt()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/ |
D | qede_fp.c | 411 unsigned int pkts_compl = 0, bytes_compl = 0; in qede_tx_int() local 432 bytes_compl += len; 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/ |
D | emac-mac.c | 1190 u32 hw_consume_idx, pkts_compl = 0, bytes_compl = 0; in emac_mac_tx_process() local 1206 bytes_compl += tpbuf->skb->len; 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/ |
D | 8139cp.c | 647 unsigned bytes_compl = 0, pkts_compl = 0; in cp_tx() local 687 bytes_compl += skb->len; in cp_tx() 699 netdev_completed_queue(cp->dev, pkts_compl, bytes_compl); in cp_tx()
|
/Linux-v4.19/drivers/net/ethernet/via/ |
D | via-rhine.c | 1933 unsigned int pkts_compl = 0, bytes_compl = 0; in rhine_tx() local 1995 bytes_compl += skb->len; in rhine_tx() 2006 netdev_completed_queue(dev, pkts_compl, bytes_compl); in rhine_tx()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.c | 1380 unsigned int bytes_compl = 0; in __bcmgenet_tx_reclaim() local 1409 bytes_compl += GENET_CB(skb)->bytes_sent; in __bcmgenet_tx_reclaim() 1424 ring->bytes += bytes_compl; in __bcmgenet_tx_reclaim() 1427 pkts_compl, bytes_compl); in __bcmgenet_tx_reclaim()
|
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 1853 unsigned int bytes_compl = 0, pkts_compl = 0; in stmmac_tx_clean() local 1919 bytes_compl += skb->len; in stmmac_tx_clean() 1931 pkts_compl, bytes_compl); in stmmac_tx_clean()
|
/Linux-v4.19/drivers/net/ethernet/marvell/ |
D | sky2.c | 2019 unsigned int bytes_compl = 0, pkts_compl = 0; in sky2_tx_complete() local 2035 bytes_compl += skb->len; in sky2_tx_complete() 2047 netdev_completed_queue(dev, pkts_compl, bytes_compl); in sky2_tx_complete() 2051 sky2->tx_stats.bytes += bytes_compl; in sky2_tx_complete()
|