Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/synopsys/
H 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()
H A Ddwc-xlgmac.h510 unsigned int rx_coe; /* Rx Checksum Offload */ member
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c3662 priv->plat->rx_coe = STMMAC_RX_COE_NONE; in stmmac_hw_setup()
6093 if (priv->plat->rx_coe == STMMAC_RX_COE_NONE) in stmmac_fix_features()
6125 priv->hw->rx_csum = priv->plat->rx_coe; in stmmac_set_features()
6571 (priv->dma_cap.rx_coe) ? "Y" : "N"); in stmmac_dma_cap_show()
7418 priv->plat->rx_coe = priv->dma_cap.rx_coe; in stmmac_hw_init()
7421 priv->plat->rx_coe = STMMAC_RX_COE_TYPE2; in stmmac_hw_init()
7423 priv->plat->rx_coe = STMMAC_RX_COE_TYPE1; in stmmac_hw_init()
7430 if (priv->plat->rx_coe) { in stmmac_hw_init()
7431 priv->hw->rx_csum = priv->plat->rx_coe; in stmmac_hw_init()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h929 unsigned int rx_coe; /* Rx Checksum Offload */ member
H A Dxgbe-drv.c692 hw_feat->rx_coe = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, RXCOESEL); in xgbe_get_all_hw_features()
808 hw_feat->rx_coe ? "yes" : "no"); in xgbe_get_all_hw_features()
/linux/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst383 int rx_coe;