Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/loongson32/common/
Dplatform.c140 .tx_coe = 1,
174 .tx_coe = 1,
/linux-4.4.14/include/linux/
Dstmmac.h107 int tx_coe; member
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-sunxi.c145 plat_dat->tx_coe = 1; in sun7i_gmac_probe()
Dstmmac_main.c1295 else if (priv->plat->force_sf_dma_mode || priv->plat->tx_coe) { in stmmac_dma_operation_mode()
1593 priv->dma_cap.tx_coe = (hw_cap & DMA_HW_FEAT_TXCOESEL) >> 16; in stmmac_get_hw_features()
2404 if (!priv->plat->tx_coe) in stmmac_fix_features()
2634 (priv->dma_cap.tx_coe) ? "Y" : "N"); in stmmac_sysfs_dma_cap_read()
2785 priv->plat->tx_coe = 0; in stmmac_hw_init()
2787 priv->plat->tx_coe = priv->dma_cap.tx_coe; in stmmac_hw_init()
2805 if (priv->plat->tx_coe) in stmmac_hw_init()
Dcommon.h265 unsigned int tx_coe; member
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe.h728 unsigned int tx_coe; /* Tx Checksum Offload */ member
Dxgbe-drv.c526 hw_feat->tx_coe = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, TXCOESEL); in xgbe_get_all_hw_features()
/linux-4.4.14/Documentation/networking/
Dstmmac.txt127 int tx_coe;
159 o tx_coe: core is able to perform the tx csum in HW.