Searched refs:netdev_tx_completed_queue (Results 1 - 25 of 46) sorted by relevance

12

/linux-master/include/net/
H A Dnetdev_queues.h141 /* Variant of netdev_tx_completed_queue() which guarantees smp_mb() if
149 netdev_tx_completed_queue(dev_queue, pkts, bytes);
/linux-master/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_tx.c89 netdev_tx_completed_queue(iq->netdev_q, compl_pkts, compl_bytes);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c882 netdev_tx_completed_queue(sq->txq, npkts, nbytes);
936 netdev_tx_completed_queue(sq->txq, npkts, nbytes);
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.c501 netdev_tx_completed_queue(txq, tx_pkts, tx_bytes);
1287 netdev_tx_completed_queue(txq, tx_pkts, tx_bytes);
1341 netdev_tx_completed_queue(txq, tx_pkts, tx_bytes);
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_tx.c455 netdev_tx_completed_queue(q->ndq, npkts, nbytes);
/linux-master/drivers/net/ethernet/sfc/
H A Defx_channels.c1208 netdev_tx_completed_queue(tx_queue->core_txq,
/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c1093 netdev_tx_completed_queue(txq, tx_packets, tx_bytes);
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c1307 netdev_tx_completed_queue(txring_txq(tx_ring),
/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx_channels.c1233 netdev_tx_completed_queue(tx_queue->core_txq,
/linux-master/drivers/net/ethernet/netronome/nfp/nfd3/
H A Ddp.c492 netdev_tx_completed_queue(nd_q, done_pkts, done_bytes);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c528 netdev_tx_completed_queue(ring->tx_queue, packets, bytes);
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_tx_dqo.c1284 netdev_tx_completed_queue(tx->netdev_txq,
H A Dgve_tx.c914 netdev_tx_completed_queue(tx->netdev_txq, pkts, bytes);
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c1024 netdev_tx_completed_queue(netif_txq, num_tx, total_bytes);
1073 netdev_tx_completed_queue(netif_txq, num_tx, total_bytes);
1270 netdev_tx_completed_queue(netif_txq, 1, pkt_len);
/linux-master/drivers/net/ethernet/netronome/nfp/nfdk/
H A Ddp.c556 netdev_tx_completed_queue(nd_q, done_pkts, done_bytes);
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c326 netdev_tx_completed_queue(txring_txq(tx_ring),
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c316 netdev_tx_completed_queue(txring_txq(tx_ring), total_pkts, total_bytes);
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_core.c196 netdev_tx_completed_queue(netdev_queue, pkts_compl, bytes_compl);
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_fp.c461 netdev_tx_completed_queue(netdev_txq, pkts_compl, bytes_compl);
H A Dqede_main.c1818 netdev_tx_completed_queue(netdev_txq, pkts_compl, bytes_compl);
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c1309 netdev_tx_completed_queue(ndq, pkts, bytes);
/linux-master/include/linux/
H A Dnetdevice.h3483 * because in netdev_tx_completed_queue we update the dql_completed
3538 * netdev_tx_completed_queue - report number of packets/bytes at TX completion.
3546 static inline void netdev_tx_completed_queue(struct netdev_queue *dev_queue, function
3583 netdev_tx_completed_queue(netdev_get_tx_queue(dev, 0), pkts, bytes);
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c938 netdev_tx_completed_queue(txq, tx_pkts, tx_bytes);
/linux-master/drivers/net/ethernet/atheros/alx/
H A Dmain.c196 netdev_tx_completed_queue(tx_queue, total_packets, total_bytes);
/linux-master/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c1617 netdev_tx_completed_queue(txq, total_packets, total_bytes);

Completed in 656 milliseconds

12