Searched refs:rx_coe (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-common.c192 if (pdata->hw_feat.rx_coe) {
403 hw_feat->rx_coe = XLGMAC_GET_REG_BITS(mac_hfr0,
543 pdata->hw_feat.rx_coe ? "YES" : "NO");
H A Ddwc-xlgmac.h510 unsigned int rx_coe; /* Rx Checksum Offload */ member in struct:xlgmac_hw_features
/linux-master/include/linux/
H A Dstmmac.h256 int rx_coe; member in struct:plat_stmmacenet_data
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_descs.c70 static int dwxgmac2_get_rx_frame_len(struct dma_desc *p, int rx_coe) argument
H A Dcommon.h432 unsigned int rx_coe; member in struct:dma_features
H A Ddwmac4_dma.c400 dma_cap->rx_coe = (hw_cap & GMAC_HW_FEAT_RXCOESEL) >> 16;
H A Ddwmac4_descs.c212 static int dwmac4_wrback_get_rx_frame_len(struct dma_desc *p, int rx_coe) argument
H A Ddwxgmac2_dma.c401 dma_cap->rx_coe = (hw_cap & XGMAC_HWFEAT_RXCOESEL) >> 16;
H A Dstmmac_main.c3435 priv->plat->rx_coe = STMMAC_RX_COE_NONE;
5914 if (priv->plat->rx_coe == STMMAC_RX_COE_NONE)
5946 priv->hw->rx_csum = priv->plat->rx_coe;
5949 /* No check needed because rx_coe has been set before and it will be
6448 (priv->dma_cap.rx_coe) ? "Y" : "N");
7221 /* In case of GMAC4 rx_coe is from HW cap register. */
7222 priv->plat->rx_coe = priv->dma_cap.rx_coe;
7225 priv->plat->rx_coe = STMMAC_RX_COE_TYPE2;
7227 priv->plat->rx_coe
[all...]
H A Ddwmac-sun8i.c1236 plat_dat->rx_coe = STMMAC_RX_COE_TYPE2;
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h1006 unsigned int rx_coe; /* Rx Checksum Offload */ member in struct:xgbe_hw_features
H A Dxgbe-drv.c768 hw_feat->rx_coe = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, RXCOESEL);
869 hw_feat->rx_coe ? "yes" : "no");

Completed in 407 milliseconds