Home
last modified time | relevance | path

Searched refs:tsoen (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Dcommon.h331 unsigned int tsoen; member
Ddwmac4_dma.c358 dma_cap->tsoen = (hw_cap & GMAC_HW_TSOEN) >> 18; in dwmac4_get_hw_feature()
Ddwxgmac2_dma.c385 dma_cap->tsoen = (hw_cap & XGMAC_HWFEAT_TSOEN) >> 18; in dwxgmac2_get_hw_feature()
Dstmmac_main.c3785 if ((priv->plat->tso_en) && (priv->dma_cap.tsoen)) { in stmmac_fix_features()
4388 if (priv->dma_cap.tsoen) in stmmac_hw_init()
4507 if ((priv->plat->tso_en) && (priv->dma_cap.tsoen)) { in stmmac_dvr_probe()