Home
last modified time | relevance | path

Searched refs:bytes_compl (Results 1 – 25 of 40) sorted by relevance

12

/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Dtx_common.c124 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 …]
A Defx_channels.c1216 tx_queue->bytes_compl = 0; in efx_process_channel()
1230 if (tx_queue->bytes_compl) { in efx_process_channel()
1233 tx_queue->bytes_compl); in efx_process_channel()
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Dtx_common.c111 unsigned int pkts_compl = 0, bytes_compl = 0; in efx_fini_tx_queue() local
115 efx_dequeue_buffer(tx_queue, buffer, &pkts_compl, &bytes_compl, in efx_fini_tx_queue()
151 unsigned int *bytes_compl, in efx_dequeue_buffer() argument
174 EFX_WARN_ON_PARANOID(!pkts_compl || !bytes_compl); in efx_dequeue_buffer()
176 (*bytes_compl) += skb->len; in efx_dequeue_buffer()
211 unsigned int *bytes_compl, in efx_dequeue_buffers() argument
231 efx_dequeue_buffer(tx_queue, buffer, pkts_compl, bytes_compl, in efx_dequeue_buffers()
254 unsigned int fill_level, pkts_compl = 0, bytes_compl = 0; in efx_xmit_done() local
260 efx_dequeue_buffers(tx_queue, index, &pkts_compl, &bytes_compl, in efx_xmit_done()
263 tx_queue->bytes_compl += bytes_compl; in efx_xmit_done()
[all …]
A Dtx.c561 unsigned int pkts_compl = 0, bytes_compl = 0; in efx_xmit_done_single() local
584 efx_dequeue_buffer(tx_queue, buffer, &pkts_compl, &bytes_compl, in efx_xmit_done_single()
592 tx_queue->bytes_compl += bytes_compl; in efx_xmit_done_single()
A Dtx_common.h22 unsigned int *bytes_compl,
A Defx_channels.c1219 tx_queue->bytes_compl = 0; in efx_process_channel()
1233 if (tx_queue->bytes_compl) { in efx_process_channel()
1236 tx_queue->bytes_compl); in efx_process_channel()
/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/
A Dtx.c54 unsigned int *bytes_compl) in ef4_dequeue_buffer() argument
70 (*bytes_compl) += buffer->skb->len; in ef4_dequeue_buffer()
358 unsigned int *bytes_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()
503 tx_queue->bytes_compl += bytes_compl; 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()
A Dnet_driver.h232 unsigned int bytes_compl; member
/linux-6.3-rc2/drivers/net/ethernet/cavium/liquidio/
A Docteon_main.h70 unsigned int *bytes_compl);
72 unsigned int bytes_compl);
A Drequest_manager.c376 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()
A Dlio_core.c185 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()
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/
A Dhip04_eth.c452 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()
A Dhisi_femac.c156 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()
A Dhix5hd2_gmac.c592 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()
/linux-6.3-rc2/drivers/net/ethernet/atheros/
A Dag71xx.c792 int sent = 0, bytes_compl = 0, n = 0; in ag71xx_tx_packets() local
831 bytes_compl += ring->buf[i].tx.len; in ag71xx_tx_packets()
847 ag->ndev->stats.tx_bytes += bytes_compl; in ag71xx_tx_packets()
850 netdev_completed_queue(ag->ndev, sent, bytes_compl); in ag71xx_tx_packets()
1142 u32 bytes_compl = 0, pkts_compl = 0; in ag71xx_ring_tx_clean() local
1156 bytes_compl += ring->buf[i].tx.len; in ag71xx_ring_tx_clean()
1167 netdev_completed_queue(ndev, pkts_compl, bytes_compl); in ag71xx_ring_tx_clean()
/linux-6.3-rc2/drivers/net/ethernet/broadcom/
A Dbcmsysport.c887 unsigned int *bytes_compl, in bcm_sysport_tx_reclaim_one() argument
894 *bytes_compl += cb->skb->len; in bcm_sysport_tx_reclaim_one()
902 *bytes_compl += dma_unmap_len(cb, dma_len); in bcm_sysport_tx_reclaim_one()
913 unsigned int pkts_compl = 0, bytes_compl = 0; in __bcm_sysport_tx_reclaim() local
939 bcm_sysport_tx_reclaim_one(ring, cb, &bytes_compl, &pkts_compl); in __bcm_sysport_tx_reclaim()
952 ring->bytes += bytes_compl; in __bcm_sysport_tx_reclaim()
959 ring->index, ring->c_index, pkts_compl, bytes_compl); in __bcm_sysport_tx_reclaim()
A Dbgmac.c239 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()
/linux-6.3-rc2/arch/um/drivers/
A Dvector_kern.c383 int bytes_compl = 0; in consume_vector_skbs() local
390 bytes_compl += skb->len; in consume_vector_skbs()
394 qi->dev->stats.tx_bytes += bytes_compl; in consume_vector_skbs()
396 netdev_completed_queue(qi->dev, count, bytes_compl); in consume_vector_skbs()
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_cmn.c195 unsigned int *bytes_compl) in bnx2x_free_tx_pkt() argument
262 (*bytes_compl) += skb->len; in bnx2x_free_tx_pkt()
276 unsigned int pkts_compl = 0, bytes_compl = 0; in bnx2x_tx_int() local
300 &pkts_compl, &bytes_compl); in bnx2x_tx_int()
305 netdev_tx_completed_queue(txq, pkts_compl, bytes_compl); in bnx2x_tx_int()
1498 unsigned pkts_compl = 0, bytes_compl = 0; in bnx2x_free_tx_skbs_queue() local
1505 &pkts_compl, &bytes_compl); in bnx2x_free_tx_skbs_queue()
4080 unsigned int pkts_compl = 0, bytes_compl = 0; in bnx2x_start_xmit() local
4093 &pkts_compl, &bytes_compl); in bnx2x_start_xmit()
/linux-6.3-rc2/drivers/net/ethernet/3com/
A D3c59x.c2261 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-6.3-rc2/drivers/net/ethernet/mediatek/
A Dmtk_star_emac.c1162 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-6.3-rc2/drivers/net/ethernet/qualcomm/emac/
A Demac-mac.c1182 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-6.3-rc2/drivers/net/ethernet/qlogic/qede/
A Dqede_fp.c434 unsigned int pkts_compl = 0, bytes_compl = 0; in qede_tx_int() local
455 bytes_compl += len; in qede_tx_int()
461 netdev_tx_completed_queue(netdev_txq, pkts_compl, bytes_compl); in qede_tx_int()
/linux-6.3-rc2/drivers/net/ethernet/realtek/
A D8139cp.c652 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-6.3-rc2/drivers/net/ethernet/via/
A Dvia-rhine.c1916 unsigned int pkts_compl = 0, bytes_compl = 0; in rhine_tx() local
1978 bytes_compl += skb->len; in rhine_tx()
1989 netdev_completed_queue(dev, pkts_compl, bytes_compl); in rhine_tx()

Completed in 88 milliseconds

12