Home
last modified time | relevance | path

Searched refs:tx_coe (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/arch/mips/loongson32/common/
Dplatform.c196 .tx_coe = 1,
233 .tx_coe = 1,
/Linux-v4.19/include/linux/
Dstmmac.h159 int tx_coe; member
/Linux-v4.19/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-common.c187 } else if (pdata->hw_feat.tx_coe) { in xlgmac_init()
400 hw_feat->tx_coe = XLGMAC_GET_REG_BITS(mac_hfr0, in xlgmac_get_all_hw_features()
541 pdata->hw_feat.tx_coe ? "YES" : "NO"); in xlgmac_print_all_hw_features()
Ddwc-xlgmac.h508 unsigned int tx_coe; /* Tx Checksum Offload */ member
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-sunxi.c150 plat_dat->tx_coe = 1; in sun7i_gmac_probe()
Dcommon.h340 unsigned int tx_coe; member
Ddwmac1000_dma.c256 dma_cap->tx_coe = (hw_cap & DMA_HW_FEAT_TXCOESEL) >> 16; in dwmac1000_get_hw_feature()
Ddwxgmac2_dma.c308 dma_cap->tx_coe = (hw_cap & XGMAC_HWFEAT_TXCOESEL) >> 14; in dwxgmac2_get_hw_feature()
Dstmmac_main.c1810 } else if (priv->plat->force_sf_dma_mode || priv->plat->tx_coe) { in stmmac_dma_operation_mode()
3626 if (!priv->plat->tx_coe) in stmmac_fix_features()
3991 (priv->dma_cap.tx_coe) ? "Y" : "N"); in stmmac_sysfs_dma_cap_read()
4161 priv->plat->tx_coe = 0; in stmmac_hw_init()
4163 priv->plat->tx_coe = priv->dma_cap.tx_coe; in stmmac_hw_init()
4183 if (priv->plat->tx_coe) in stmmac_hw_init()
Ddwmac4_dma.c352 dma_cap->tx_coe = (hw_cap & GMAC_HW_FEAT_TXCOSEL) >> 14; in dwmac4_get_hw_feature()
Ddwmac-sun8i.c1148 plat_dat->tx_coe = 1; in sun8i_dwmac_probe()
/Linux-v4.19/Documentation/networking/
Dstmmac.txt126 int tx_coe;
162 o tx_coe: core is able to perform the tx csum in HW.
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe.h973 unsigned int tx_coe; /* Tx Checksum Offload */ member
Dxgbe-drv.c752 hw_feat->tx_coe = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, TXCOESEL); in xgbe_get_all_hw_features()
852 hw_feat->tx_coe ? "yes" : "no"); in xgbe_get_all_hw_features()