Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dstmmac.h106 int tx_coe; member
135 int tx_coe; member
/linux-4.1.27/arch/mips/loongson1/common/
Dplatform.c140 .tx_coe = 1,
174 .tx_coe = 1,
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-sunxi.c137 .tx_coe = 1,
Dstmmac_platform.c144 plat->tx_coe = data->tx_coe; in stmmac_probe_config_dt()
Dstmmac_main.c1287 else if (priv->plat->force_sf_dma_mode || priv->plat->tx_coe) { in stmmac_dma_operation_mode()
1585 priv->dma_cap.tx_coe = (hw_cap & DMA_HW_FEAT_TXCOESEL) >> 16; in stmmac_get_hw_features()
2390 if (!priv->plat->tx_coe) in stmmac_fix_features()
2620 (priv->dma_cap.tx_coe) ? "Y" : "N"); in stmmac_sysfs_dma_cap_read()
2771 priv->plat->tx_coe = 0; in stmmac_hw_init()
2773 priv->plat->tx_coe = priv->dma_cap.tx_coe; in stmmac_hw_init()
2791 if (priv->plat->tx_coe) in stmmac_hw_init()
Dcommon.h265 unsigned int tx_coe; member
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe.h622 unsigned int tx_coe; /* Tx Checksum Offload */ member
Dxgbe-drv.c503 hw_feat->tx_coe = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, TXCOESEL); in xgbe_get_all_hw_features()
/linux-4.1.27/Documentation/networking/
Dstmmac.txt127 int tx_coe;
163 o tx_coe: core is able to perform the tx csum in HW.