Home
last modified time | relevance | path

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

/drivers/net/ethernet/synopsys/
A Ddwc-xlgmac-common.c190 if (pdata->hw_feat.rx_coe) { in xlgmac_init()
401 hw_feat->rx_coe = XLGMAC_GET_REG_BITS(mac_hfr0, in xlgmac_get_all_hw_features()
541 pdata->hw_feat.rx_coe ? "YES" : "NO"); in xlgmac_print_all_hw_features()
A Ddwc-xlgmac.h510 unsigned int rx_coe; /* Rx Checksum Offload */ member
/drivers/net/ethernet/stmicro/stmmac/
A Dcommon.h422 unsigned int rx_coe; member
A Ddwxgmac2_descs.c88 static int dwxgmac2_get_rx_frame_len(struct dma_desc *p, int rx_coe) in dwxgmac2_get_rx_frame_len() argument
A Ddwmac4_descs.c216 static int dwmac4_wrback_get_rx_frame_len(struct dma_desc *p, int rx_coe) in dwmac4_wrback_get_rx_frame_len() argument
A Dstmmac_main.c3548 priv->plat->rx_coe = STMMAC_RX_COE_NONE; in stmmac_hw_setup()
5994 if (priv->plat->rx_coe == STMMAC_RX_COE_NONE) in stmmac_fix_features()
6026 priv->hw->rx_csum = priv->plat->rx_coe; in stmmac_set_features()
6481 (priv->dma_cap.rx_coe) ? "Y" : "N"); in stmmac_dma_cap_show()
7258 priv->plat->rx_coe = priv->dma_cap.rx_coe; in stmmac_hw_init()
7261 priv->plat->rx_coe = STMMAC_RX_COE_TYPE2; in stmmac_hw_init()
7263 priv->plat->rx_coe = STMMAC_RX_COE_TYPE1; in stmmac_hw_init()
7269 if (priv->plat->rx_coe) { in stmmac_hw_init()
7270 priv->hw->rx_csum = priv->plat->rx_coe; in stmmac_hw_init()
A Ddwmac4_dma.c408 dma_cap->rx_coe = (hw_cap & GMAC_HW_FEAT_RXCOESEL) >> 16; in dwmac4_get_hw_feature()
A Ddwxgmac2_dma.c399 dma_cap->rx_coe = (hw_cap & XGMAC_HWFEAT_RXCOESEL) >> 16; in dwxgmac2_get_hw_feature()
A Ddwmac-sun8i.c1228 plat_dat->rx_coe = STMMAC_RX_COE_TYPE2; in sun8i_dwmac_probe()
/drivers/net/ethernet/amd/xgbe/
A Dxgbe.h918 unsigned int rx_coe; /* Rx Checksum Offload */ member
A Dxgbe-drv.c661 hw_feat->rx_coe = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, RXCOESEL); in xgbe_get_all_hw_features()
762 hw_feat->rx_coe ? "yes" : "no"); in xgbe_get_all_hw_features()

Completed in 44 milliseconds