Home
last modified time | relevance | path

Searched refs:tx_compl (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c2605 struct stmmac_xsk_tx_complete *tx_compl = _priv; in stmmac_xsk_fill_timestamp() local
2606 struct stmmac_priv *priv = tx_compl->priv; in stmmac_xsk_fill_timestamp()
2607 struct dma_desc *desc = tx_compl->desc; in stmmac_xsk_fill_timestamp()
2859 struct stmmac_xsk_tx_complete tx_compl = { in stmmac_tx_clean() local
2866 &tx_compl); in stmmac_tx_clean()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c3292 tx_stats(txo)->tx_compl += work_done; in be_process_tx()