| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | tx_common.c | 124 unsigned int *bytes_compl) in efx_dequeue_buffer() argument 142 EFX_WARN_ON_PARANOID(!pkts_compl || !bytes_compl); in efx_dequeue_buffer() 144 (*bytes_compl) += skb->len; 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() 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_siena_xmit_done() local 246 efx_dequeue_buffers(tx_queue, index, &pkts_compl, &bytes_compl); in efx_siena_xmit_done() 248 tx_queue->bytes_compl += bytes_compl; in efx_siena_xmit_done() [all …]
|
| H A D | efx_channels.c | 1217 tx_queue->bytes_compl = 0; in efx_process_channel() 1231 if (tx_queue->bytes_compl) { in efx_process_channel() 1234 tx_queue->bytes_compl); in efx_process_channel()
|
| H A D | net_driver.h | 281 unsigned int bytes_compl; member
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | tx_common.c | 117 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() 158 unsigned int *bytes_compl, in efx_dequeue_buffer() argument 183 EFX_WARN_ON_PARANOID(!pkts_compl || !bytes_compl); in efx_dequeue_buffer() 185 (*bytes_compl) += skb->len; in efx_dequeue_buffer() 224 unsigned int *bytes_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() 279 tx_queue->bytes_compl += bytes_compl; in efx_xmit_done() [all …]
|
| H A D | efx_channels.c | 1196 tx_queue->bytes_compl = 0; in efx_process_channel() 1210 if (tx_queue->bytes_compl) { in efx_process_channel() 1213 tx_queue->bytes_compl); in efx_process_channel() 1216 tx_queue->complete_bytes += tx_queue->bytes_compl; in efx_process_channel()
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | tx.c | 46 unsigned int *bytes_compl) in ef4_dequeue_buffer() argument 62 (*bytes_compl) += buffer->skb->len; in ef4_dequeue_buffer() 350 unsigned int *bytes_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() 495 tx_queue->bytes_compl += bytes_compl; 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 D | efx.c | 242 tx_queue->bytes_compl = 0; in ef4_process_channel() 256 if (tx_queue->bytes_compl) { 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 D | octeon_main.h | 70 unsigned int *bytes_compl); 72 unsigned int bytes_compl);
|
| H A D | request_manager.c | 371 unsigned int pkts_compl = 0, bytes_compl = 0; in lio_process_iq_request_list() local 383 &bytes_compl); in lio_process_iq_request_list() 426 if (bytes_compl) in lio_process_iq_request_list() 428 bytes_compl); in lio_process_iq_request_list()
|
| H A D | lio_core.c | 190 unsigned int bytes_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() 199 unsigned int *bytes_compl) in octeon_update_tx_completion_counters() argument 223 *bytes_compl += skb->len; in octeon_update_tx_completion_counters()
|
| /linux/drivers/net/ethernet/atheros/ |
| H A D | ag71xx.c | 772 int sent = 0, bytes_compl = 0, n = 0; in ag71xx_tx_packets() local 811 bytes_compl += ring->buf[i].tx.len; in ag71xx_tx_packets() 827 ag->ndev->stats.tx_bytes += bytes_compl; in ag71xx_tx_packets() 830 netdev_completed_queue(ag->ndev, sent, bytes_compl); in ag71xx_tx_packets() 1122 u32 bytes_compl = 0, pkts_compl = 0; in ag71xx_ring_tx_clean() local 1136 bytes_compl += ring->buf[i].tx.len; in ag71xx_ring_tx_clean() 1147 netdev_completed_queue(ndev, pkts_compl, bytes_compl); in ag71xx_ring_tx_clean()
|
| /linux/drivers/net/ethernet/huawei/hinic3/ |
| H A D | hinic3_tx.c | 762 unsigned int bytes_compl = 0; in hinic3_tx_poll() local 782 bytes_compl += tx_info->skb->len; in hinic3_tx_poll() 792 netif_subqueue_completed_wake(netdev, q_id, pkts, bytes_compl, in hinic3_tx_poll()
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | bcmsysport.c | 853 unsigned int *bytes_compl, in bcm_sysport_tx_reclaim_one() argument 860 *bytes_compl += cb->skb->len; in bcm_sysport_tx_reclaim_one() 868 *bytes_compl += dma_unmap_len(cb, dma_len); 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() 918 ring->bytes += bytes_compl; in __bcm_sysport_tx_reclaim() 925 ring->index, ring->c_index, pkts_compl, bytes_compl); in __bcm_sysport_tx_reclaim()
|
| H A D | b44.c | 595 unsigned bytes_compl = 0, pkts_compl = 0; in b44_tx() local 613 bytes_compl += skb->len; in b44_tx() 619 netdev_completed_queue(bp->dev, pkts_compl, bytes_compl); in b44_tx()
|
| /linux/arch/um/drivers/ |
| H A D | vector_kern.c | 375 int bytes_compl = 0; in consume_vector_skbs() local 382 bytes_compl += skb->len; in consume_vector_skbs() 386 qi->dev->stats.tx_bytes += bytes_compl; in consume_vector_skbs() 388 netdev_completed_queue(qi->dev, count, bytes_compl); in consume_vector_skbs()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A 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() 1511 unsigned pkts_compl = 0, bytes_compl = 0; in bnx2x_free_tx_skbs_queue() local 1518 &pkts_compl, &bytes_compl); in bnx2x_free_tx_skbs_queue() 4095 unsigned int pkts_compl = 0, bytes_compl = 0; in bnx2x_start_xmit() local 4108 &pkts_compl, &bytes_compl); in bnx2x_start_xmit()
|
| /linux/drivers/net/ethernet/3com/ |
| H A 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/drivers/net/ethernet/qualcomm/emac/ |
| H A 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()
|
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_star_emac.c | 1161 int ret = 0, pkts_compl = 0, bytes_compl = 0, count = 0; in mtk_star_tx_poll() local 1175 bytes_compl += ret; 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 D | qede_fp.c | 435 unsigned int pkts_compl = 0, bytes_compl = 0; in qede_tx_int() local 456 bytes_compl += len; in qede_tx_int() 462 netdev_tx_completed_queue(netdev_txq, pkts_compl, bytes_compl); in qede_tx_int()
|
| H A D | qede_main.c | 1768 unsigned int pkts_compl = 0, bytes_compl = 0; in qede_empty_tx_queue() local 1791 bytes_compl += len; in qede_empty_tx_queue() 1796 netdev_tx_completed_queue(netdev_txq, pkts_compl, bytes_compl); in qede_empty_tx_queue()
|
| /linux/drivers/net/ethernet/realtek/rtase/ |
| H A D | rtase_main.c | 267 u32 bytes_compl = 0; in tx_handler() local 289 bytes_compl += ring->skbuff[entry]->len; in tx_handler() 303 dev_sw_netstats_tx_add(dev, pkts_compl, bytes_compl); in tx_handler() 307 bytes_compl, in tx_handler()
|
| /linux/drivers/net/ethernet/realtek/ |
| H A 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()
|
| /linux/drivers/net/usb/ |
| H A D | usbnet.c | 1585 unsigned int bytes_compl = 0, pkts_compl = 0; in usbnet_bh() local 1597 bytes_compl += skb->len; in usbnet_bh() 1610 netdev_completed_queue(dev->net, pkts_compl, bytes_compl); in usbnet_bh()
|
| /linux/drivers/net/ethernet/via/ |
| H A D | via-rhine.c | 1922 unsigned int pkts_compl = 0, bytes_compl = 0; in rhine_tx() local 1984 bytes_compl += skb->len; in rhine_tx() 1995 netdev_completed_queue(dev, pkts_compl, bytes_compl); in rhine_tx()
|