Searched refs:tx_done (Results 51 - 75 of 113) sorted by relevance

12345

/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dcommon.h350 tx_done = 0x0, enumerator in enum:tx_frame_status
H A Ddwmac4_descs.c21 int ret = tx_done;
/linux-master/drivers/net/ethernet/smsc/
H A Dsmc9194.c277 #define tx_done(dev) 1 macro
1104 tx_done(dev) ? "IRQ conflict" : "network cable problem");
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_rxtx.c769 goto tx_done;
777 tx_done:
/linux-master/drivers/net/ethernet/hisilicon/
H A Dhip04_eth.c696 static enum hrtimer_restart tx_done(struct hrtimer *hrtimer) function
947 priv->tx_coalesce_timer.function = tx_done;
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dtx.c263 phy->test.tx_done++;
264 if (phy->test.tx_queued == phy->test.tx_done)
/linux-master/drivers/remoteproc/
H A Dstm32_rproc.c350 .tx_done = NULL,
359 .tx_done = NULL,
H A Dti_k3_dsp_remoteproc.c227 client->tx_done = NULL;
H A Domap_remoteproc.c608 client->tx_done = NULL;
H A Dxlnx_r5_remoteproc.c233 mbox_cl->tx_done = NULL;
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dtx.c72 netif_vdbg(tx_queue->efx, tx_done, tx_queue->efx->net_dev,
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c1190 pkts += iq_stats->tx_done;
1334 netif_info(lio, tx_done, lio->netdev,
1609 stats->tx_done += tx_info->s.gso_segs;
1611 stats->tx_done++;
H A Dlio_main.c2061 pkts += iq_stats->tx_done;
2222 netif_info(lio, tx_done, lio->netdev,
2523 stats->tx_done += tx_info->s.gso_segs;
2525 stats->tx_done++;
/linux-master/drivers/hwmon/
H A Dxgene-hwmon.c636 cl->tx_done = xgene_hwmon_tx_done;
/linux-master/drivers/net/ethernet/asix/
H A Dax88796c_main.h140 tx_done, enumerator in enum:skb_state
/linux-master/drivers/net/ethernet/wiznet/
H A Dw5300.c425 netif_dbg(priv, tx_done, ndev, "tx done\n");
/linux-master/drivers/soc/ti/
H A Dwkup_m3_ipc.c639 m3_ipc->mbox_client.tx_done = NULL;
/linux-master/drivers/net/wireless/quantenna/qtnfmac/pcie/
H A Dpearl_pcie.c567 goto tx_done;
595 tx_done:
H A Dtopaz_pcie.c529 goto tx_done;
550 tx_done:
/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c1856 * form tx_done reg. <cause> must not be null. The return value is always a
1917 int tx_done; local
1919 tx_done = mvneta_txq_sent_desc_proc(pp, txq);
1920 if (!tx_done)
1923 mvneta_txq_bufs_free(pp, txq, tx_done, nq, true);
1925 txq->count -= tx_done;
3010 int tx_done = txq->count; local
3012 mvneta_txq_bufs_free(pp, txq, tx_done, nq, false);
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c848 int processed_cqe, work_done = 0, tx_done = 0; local
895 tx_done++;
933 if (tx_done ||
/linux-master/drivers/net/ethernet/via/
H A Dvia-rhine.c1934 netif_dbg(rp, tx_done, dev, "Tx scavenge %d status %08x\n",
1940 netif_dbg(rp, tx_done, dev,
1963 netif_dbg(rp, tx_done, dev, "collisions: %1.1x:%1.1x\n",
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c2387 int tx_done = 0; local
2392 tx_done = mtk_poll_tx(eth, budget);
2396 "done tx %d, intr 0x%08x/0x%x\n", tx_done,
2401 if (tx_done == budget)
2407 if (napi_complete_done(napi, tx_done))
2410 return tx_done;
/linux-master/drivers/net/ethernet/cirrus/
H A Dcs89x0.c163 #define tx_done(dev) 1 macro
1138 tx_done(dev) ? "IRQ conflict" : "network cable problem");
/linux-master/drivers/net/ethernet/microchip/
H A Dencx24j600.c319 netif_dbg(priv, tx_done, dev, "TX Done%s\n", err ? ": Err" : "");

Completed in 646 milliseconds

12345