tsoen             331 drivers/net/ethernet/stmicro/stmmac/common.h 	unsigned int tsoen;
tsoen             358 drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.c 	dma_cap->tsoen = (hw_cap & GMAC_HW_TSOEN) >> 18;
tsoen             385 drivers/net/ethernet/stmicro/stmmac/dwxgmac2_dma.c 	dma_cap->tsoen = (hw_cap & XGMAC_HWFEAT_TSOEN) >> 18;
tsoen            3799 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	if ((priv->plat->tso_en) && (priv->dma_cap.tsoen)) {
tsoen            4429 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	if (priv->dma_cap.tsoen)
tsoen            4548 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	if ((priv->plat->tso_en) && (priv->dma_cap.tsoen)) {