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

12

/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/hisilicon/hns/
H A Dhns_enet.c1006 netdev_tx_completed_queue(dev_queue, pkts, bytes);
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c2473 netdev_tx_completed_queue(txq, tx_packets, tx_bytes);
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Defx.c257 netdev_tx_completed_queue(tx_queue->core_txq,
/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/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/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/broadcom/genet/
H A Dbcmgenet.c1919 netdev_tx_completed_queue(netdev_get_tx_queue(dev, ring->queue),
/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/freescale/
H A Dgianfar.c2255 netdev_tx_completed_queue(txq, howmany, bytes_sent);
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c306 netdev_tx_completed_queue(txq, pkts_compl, bytes_compl);
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c889 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/hisilicon/hns3/
H A Dhns3_enet.c3648 netdev_tx_completed_queue(dev_queue, pkts, bytes);
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c5999 netdev_tx_completed_queue(txq, packets, bytes);
/linux-master/drivers/net/ethernet/ibm/
H A Dibmvnic.c4204 netdev_tx_completed_queue(txq, num_packets, total_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/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/broadcom/
H A Dbnx2.c2913 netdev_tx_completed_queue(txq, tx_pkt, tx_bytes);
H A Dtg3.c6643 netdev_tx_completed_queue(txq, pkts_compl, bytes_compl);

Completed in 1092 milliseconds

12