Searched refs:rx_coe (Results 1 – 13 of 13) sorted by relevance
192 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()
510 unsigned int rx_coe; /* Rx Checksum Offload */ member
206 int rx_coe; member
397 unsigned int rx_coe; member
70 static int dwxgmac2_get_rx_frame_len(struct dma_desc *p, int rx_coe) in dwxgmac2_get_rx_frame_len() argument
207 static int dwmac4_wrback_get_rx_frame_len(struct dma_desc *p, int rx_coe) in dwmac4_wrback_get_rx_frame_len() argument
373 dma_cap->rx_coe = (hw_cap & GMAC_HW_FEAT_RXCOESEL) >> 16; in dwmac4_get_hw_feature()
3327 priv->plat->rx_coe = STMMAC_RX_COE_NONE; in stmmac_hw_setup()5623 if (priv->plat->rx_coe == STMMAC_RX_COE_NONE) in stmmac_fix_features()5655 priv->hw->rx_csum = priv->plat->rx_coe; in stmmac_set_features()6178 (priv->dma_cap.rx_coe) ? "Y" : "N"); in stmmac_dma_cap_show()6845 priv->plat->rx_coe = priv->dma_cap.rx_coe; in stmmac_hw_init()6848 priv->plat->rx_coe = STMMAC_RX_COE_TYPE2; in stmmac_hw_init()6850 priv->plat->rx_coe = STMMAC_RX_COE_TYPE1; in stmmac_hw_init()6856 if (priv->plat->rx_coe) { in stmmac_hw_init()6857 priv->hw->rx_csum = priv->plat->rx_coe; in stmmac_hw_init()
382 dma_cap->rx_coe = (hw_cap & XGMAC_HWFEAT_RXCOESEL) >> 16; in dwxgmac2_get_hw_feature()
1216 plat_dat->rx_coe = STMMAC_RX_COE_TYPE2; in sun8i_dwmac_probe()
1006 unsigned int rx_coe; /* Rx Checksum Offload */ member
754 hw_feat->rx_coe = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, RXCOESEL); in xgbe_get_all_hw_features()855 hw_feat->rx_coe ? "yes" : "no"); in xgbe_get_all_hw_features()
383 int rx_coe;
Completed in 42 milliseconds