Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/synopsys/
H A 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()
H A Ddwc-xlgmac.h509 unsigned int rx_coe; /* Rx Checksum Offload */ member
/OK3568_Linux_fs/kernel/include/linux/
H A Dstmmac.h162 int rx_coe; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dcommon.h356 unsigned int rx_coe; member
H A Dstmmac_main.c2758 priv->plat->rx_coe = STMMAC_RX_COE_NONE; in stmmac_hw_setup()
4155 if (priv->plat->rx_coe == STMMAC_RX_COE_NONE) in stmmac_fix_features()
4189 priv->hw->rx_csum = priv->plat->rx_coe; in stmmac_set_features()
4534 (priv->dma_cap.rx_coe) ? "Y" : "N"); in stmmac_dma_cap_show()
4850 priv->plat->rx_coe = priv->dma_cap.rx_coe; in stmmac_hw_init()
4853 priv->plat->rx_coe = STMMAC_RX_COE_TYPE2; in stmmac_hw_init()
4855 priv->plat->rx_coe = STMMAC_RX_COE_TYPE1; in stmmac_hw_init()
4861 if (priv->plat->rx_coe) { in stmmac_hw_init()
4862 priv->hw->rx_csum = priv->plat->rx_coe; in stmmac_hw_init()
H A Ddwxgmac2_descs.c70 static int dwxgmac2_get_rx_frame_len(struct dma_desc *p, int rx_coe) in dwxgmac2_get_rx_frame_len() argument
H A Ddwmac4_descs.c205 static int dwmac4_wrback_get_rx_frame_len(struct dma_desc *p, int rx_coe) in dwmac4_wrback_get_rx_frame_len() argument
H A Ddwmac4_dma.c363 dma_cap->rx_coe = (hw_cap & GMAC_HW_FEAT_RXCOESEL) >> 16; in dwmac4_get_hw_feature()
H A Ddwxgmac2_dma.c376 dma_cap->rx_coe = (hw_cap & XGMAC_HWFEAT_RXCOESEL) >> 16; in dwxgmac2_get_hw_feature()
H A Dstmmac_uio.c759 priv->plat->rx_coe = STMMAC_RX_COE_NONE; in rockchip_gmac_uio_hw_setup()
H A Ddwmac-sun8i.c1214 plat_dat->rx_coe = STMMAC_RX_COE_TYPE2; in sun8i_dwmac_probe()
H A Ddwmac-rk-tool.c1251 priv->plat->rx_coe = STMMAC_RX_COE_NONE; in dwmac_rk_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h973 unsigned int rx_coe; /* Rx Checksum Offload */ member
H A Dxgbe-drv.c754 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()
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst383 int rx_coe;
/OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/
H A Dkernel_net_stmmac.diff842 + priv->plat->rx_coe = STMMAC_RX_COE_NONE;
/OK3568_Linux_fs/external/dpdk/gmac/kernel4.19/
H A Dkernel_net_stmmac.diff1014 + priv->plat->rx_coe = STMMAC_RX_COE_NONE;