Home
last modified time | relevance | path

Searched refs:rx_coe (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/include/linux/
Dstmmac.h160 int rx_coe; member
/Linux-v4.19/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-common.c192 if (pdata->hw_feat.rx_coe) { in xlgmac_init()
403 hw_feat->rx_coe = XLGMAC_GET_REG_BITS(mac_hfr0, in xlgmac_get_all_hw_features()
543 pdata->hw_feat.rx_coe ? "YES" : "NO"); in xlgmac_print_all_hw_features()
Ddwc-xlgmac.h509 unsigned int rx_coe; /* Rx Checksum Offload */ member
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Dcommon.h341 unsigned int rx_coe; member
Ddwxgmac2_descs.c69 static int dwxgmac2_get_rx_frame_len(struct dma_desc *p, int rx_coe) in dwxgmac2_get_rx_frame_len() argument
Dstmmac_main.c2526 priv->plat->rx_coe = STMMAC_RX_COE_NONE; in stmmac_hw_setup()
3623 if (priv->plat->rx_coe == STMMAC_RX_COE_NONE) in stmmac_fix_features()
3655 priv->hw->rx_csum = priv->plat->rx_coe; in stmmac_set_features()
3994 (priv->dma_cap.rx_coe) ? "Y" : "N"); in stmmac_sysfs_dma_cap_read()
4166 priv->plat->rx_coe = priv->dma_cap.rx_coe; in stmmac_hw_init()
4169 priv->plat->rx_coe = STMMAC_RX_COE_TYPE2; in stmmac_hw_init()
4171 priv->plat->rx_coe = STMMAC_RX_COE_TYPE1; in stmmac_hw_init()
4177 if (priv->plat->rx_coe) { in stmmac_hw_init()
4178 priv->hw->rx_csum = priv->plat->rx_coe; in stmmac_hw_init()
Ddwmac4_descs.c206 static int dwmac4_wrback_get_rx_frame_len(struct dma_desc *p, int rx_coe) in dwmac4_wrback_get_rx_frame_len() argument
Ddwxgmac2_dma.c307 dma_cap->rx_coe = (hw_cap & XGMAC_HWFEAT_RXCOESEL) >> 16; in dwxgmac2_get_hw_feature()
Ddwmac4_dma.c353 dma_cap->rx_coe = (hw_cap & GMAC_HW_FEAT_RXCOESEL) >> 16; in dwmac4_get_hw_feature()
Ddwmac-sun8i.c1147 plat_dat->rx_coe = STMMAC_RX_COE_TYPE2; in sun8i_dwmac_probe()
/Linux-v4.19/Documentation/networking/
Dstmmac.txt127 int rx_coe;
163 o rx_coe: the supports three check sum offloading engine types:
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe.h974 unsigned int rx_coe; /* Rx Checksum Offload */ member
Dxgbe-drv.c753 hw_feat->rx_coe = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, RXCOESEL); in xgbe_get_all_hw_features()
854 hw_feat->rx_coe ? "yes" : "no"); in xgbe_get_all_hw_features()