Searched refs:netdev_tx_completed_queue (Results 1 - 25 of 46) sorted by last modified time

12

/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c801 netdev_tx_completed_queue(wx_txring_txq(tx_ring),
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3648 netdev_tx_completed_queue(dev_queue, pkts, bytes);
/linux-master/include/net/
H A Dnetdev_queues.h202 /* Variant of netdev_tx_completed_queue() which guarantees smp_mb() if
210 netdev_tx_completed_queue(dev_queue, pkts, bytes);
/linux-master/include/linux/
H A Dnetdevice.h3457 * because in netdev_tx_completed_queue we update the dql_completed
3512 * netdev_tx_completed_queue - report number of packets/bytes at TX completion.
3520 static inline void netdev_tx_completed_queue(struct netdev_queue *dev_queue, function
3557 netdev_tx_completed_queue(netdev_get_tx_queue(dev, 0), pkts, bytes);
/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicssg_common.c177 netdev_tx_completed_queue(netif_txq, num_tx, total_bytes);
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c978 netdev_tx_completed_queue(netif_txq, 1, pkt_len);
1405 netdev_tx_completed_queue(netif_txq, num_tx, total_bytes);
1466 netdev_tx_completed_queue(netif_txq, num_tx, total_bytes);
1669 netdev_tx_completed_queue(netif_txq, 1, pkt_len);
/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/stmicro/stmmac/
H A Dstmmac_main.c2739 netdev_tx_completed_queue(netdev_get_tx_queue(priv->dev, queue),
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Defx.c257 netdev_tx_completed_queue(tx_queue->core_txq,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c884 netdev_tx_completed_queue(sq->txq, npkts, nbytes);
938 netdev_tx_completed_queue(sq->txq, npkts, nbytes);
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c2252 netdev_tx_completed_queue(state->txq, state->done, state->bytes);
2359 netdev_tx_completed_queue(state.txq, state.done, state.bytes);
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.c504 netdev_tx_completed_queue(txq, tx_pkts, tx_bytes);
1290 netdev_tx_completed_queue(txq, tx_pkts, tx_bytes);
1344 netdev_tx_completed_queue(txq, tx_pkts, tx_bytes);
/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c1909 netdev_tx_completed_queue(nq, pkts_compl, bytes_compl);
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c3134 netdev_tx_completed_queue(txring_txq(tx_ring),
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_main.c8309 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/intel/iavf/
H A Diavf_txrx.c327 netdev_tx_completed_queue(txring_txq(tx_ring),
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c1030 netdev_tx_completed_queue(txring_txq(tx_ring),
/linux-master/drivers/net/ethernet/ibm/
H A Dibmvnic.c4204 netdev_tx_completed_queue(txq, num_packets, total_bytes);
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c1006 netdev_tx_completed_queue(dev_queue, pkts, 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.c921 netdev_tx_completed_queue(tx->netdev_txq, pkts, bytes);
/linux-master/drivers/net/ethernet/freescale/
H A Dgianfar.c2255 netdev_tx_completed_queue(txq, howmany, bytes_sent);
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c1507 netdev_tx_completed_queue(nq, 1, fd_len);
2036 netdev_tx_completed_queue(nq, txc_fq->dq_frames,
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c938 netdev_tx_completed_queue(txq, tx_pkts, tx_bytes);

Completed in 1366 milliseconds

12