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

/linux-master/arch/mips/loongson32/common/
H A Dplatform.c138 .tx_coe = 1,
175 .tx_coe = 1,
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-sunxi.c142 plat_dat->tx_coe = 1;
H A Ddwmac1000_dma.c258 dma_cap->tx_coe = (hw_cap & DMA_HW_FEAT_TXCOESEL) >> 16;
H A Dcommon.h431 unsigned int tx_coe; member in struct:dma_features
H A Ddwmac4_dma.c399 dma_cap->tx_coe = (hw_cap & GMAC_HW_FEAT_TXCOSEL) >> 14;
H A Ddwxgmac2_dma.c402 dma_cap->tx_coe = (hw_cap & XGMAC_HWFEAT_TXCOESEL) >> 14;
H A Dstmmac_platform.c549 plat->tx_coe = 1;
H A Ddwmac-sun8i.c1237 plat_dat->tx_coe = 1;
H A Dstmmac_main.c2373 } else if (priv->plat->force_sf_dma_mode || priv->plat->tx_coe) {
5917 if (!priv->plat->tx_coe)
6444 (priv->dma_cap.tx_coe) ? "Y" : "N");
7200 * enh_desc, tx_coe (e.g. that are passed through the
7217 priv->plat->tx_coe = 0;
7219 priv->plat->tx_coe = priv->dma_cap.tx_coe;
7239 if (priv->plat->tx_coe)
/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-common.c187 } else if (pdata->hw_feat.tx_coe) {
400 hw_feat->tx_coe = XLGMAC_GET_REG_BITS(mac_hfr0,
541 pdata->hw_feat.tx_coe ? "YES" : "NO");
H A Ddwc-xlgmac.h509 unsigned int tx_coe; /* Tx Checksum Offload */ member in struct:xlgmac_hw_features
/linux-master/include/linux/
H A Dstmmac.h255 int tx_coe; member in struct:plat_stmmacenet_data
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h1005 unsigned int tx_coe; /* Tx Checksum Offload */ member in struct:xgbe_hw_features
H A Dxgbe-drv.c767 hw_feat->tx_coe = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, TXCOESEL);
867 hw_feat->tx_coe ? "yes" : "no");

Completed in 212 milliseconds