/kernel/linux/linux-5.10/arch/mips/loongson32/common/ |
H A D | platform.c | 156 .tx_coe = 1, 193 .tx_coe = 1,
|
/kernel/linux/linux-6.6/arch/mips/loongson32/common/ |
H A D | platform.c | 140 .tx_coe = 1, 177 .tx_coe = 1,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | stmmac.h | 161 int tx_coe; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-common.c | 187 } 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()
|
H A D | dwc-xlgmac.h | 508 unsigned int tx_coe; /* Tx Checksum Offload */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-common.c | 187 } 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()
|
H A D | dwc-xlgmac.h | 509 unsigned int tx_coe; /* Tx Checksum Offload */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-sunxi.c | 147 plat_dat->tx_coe = 1; in sun7i_gmac_probe()
|
H A D | dwmac1000_dma.c | 253 dma_cap->tx_coe = (hw_cap & DMA_HW_FEAT_TXCOESEL) >> 16; in dwmac1000_get_hw_feature()
|
H A D | common.h | 348 unsigned int tx_coe; member
|
H A D | dwmac4_dma.c | 362 dma_cap->tx_coe = (hw_cap & GMAC_HW_FEAT_TXCOSEL) >> 14; in dwmac4_get_hw_feature()
|
H A D | stmmac_main.c | 2004 } else if (priv->plat->force_sf_dma_mode || priv->plat->tx_coe) { in stmmac_dma_operation_mode() 4151 if (!priv->plat->tx_coe) in stmmac_fix_features() 4524 (priv->dma_cap.tx_coe) ? "Y" : "N"); in stmmac_dma_cap_show() 4822 * enh_desc, tx_coe (e.g. that are passed through the in stmmac_hw_init() 4838 priv->plat->tx_coe = 0; in stmmac_hw_init() 4840 priv->plat->tx_coe = priv->dma_cap.tx_coe; in stmmac_hw_init() 4860 if (priv->plat->tx_coe) in stmmac_hw_init()
|
H A D | stmmac_platform.c | 514 plat->tx_coe = 1; in stmmac_probe_config_dt()
|
H A D | dwxgmac2_dma.c | 377 dma_cap->tx_coe = (hw_cap & XGMAC_HWFEAT_TXCOESEL) >> 14; in dwxgmac2_get_hw_feature()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-sunxi.c | 147 plat_dat->tx_coe = 1; in sun7i_gmac_probe()
|
H A D | dwmac1000_dma.c | 258 dma_cap->tx_coe = (hw_cap & DMA_HW_FEAT_TXCOESEL) >> 16; in dwmac1000_get_hw_feature()
|
H A D | common.h | 428 unsigned int tx_coe; member
|
H A D | dwxgmac2_dma.c | 402 dma_cap->tx_coe = (hw_cap & XGMAC_HWFEAT_TXCOESEL) >> 14; in dwxgmac2_get_hw_feature()
|
H A D | dwmac4_dma.c | 399 dma_cap->tx_coe = (hw_cap & GMAC_HW_FEAT_TXCOSEL) >> 14; in dwmac4_get_hw_feature()
|
H A D | stmmac_platform.c | 516 plat->tx_coe = 1; in stmmac_probe_config_dt()
|
H A D | stmmac_main.c | 2388 } else if (priv->plat->force_sf_dma_mode || priv->plat->tx_coe) { in stmmac_dma_operation_mode() 5772 if (!priv->plat->tx_coe) in stmmac_fix_features() 6301 (priv->dma_cap.tx_coe) ? "Y" : "N"); in stmmac_dma_cap_show() 7057 * enh_desc, tx_coe (e.g. that are passed through the in stmmac_hw_init() 7074 priv->plat->tx_coe = 0; in stmmac_hw_init() 7076 priv->plat->tx_coe = priv->dma_cap.tx_coe; in stmmac_hw_init() 7096 if (priv->plat->tx_coe) in stmmac_hw_init()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | stmmac.h | 254 int tx_coe; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe.h | 973 unsigned int tx_coe; /* Tx Checksum Offload */ member
|
H A D | xgbe-drv.c | 767 hw_feat->tx_coe = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, TXCOESEL); in xgbe_get_all_hw_features() 867 hw_feat->tx_coe ? "yes" : "no"); in xgbe_get_all_hw_features()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe.h | 1005 unsigned int tx_coe; /* Tx Checksum Offload */ member
|