/kernel/linux/linux-5.10/include/linux/ |
H A D | stmmac.h | 162 int rx_coe; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-common.c | 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()
|
H A D | dwc-xlgmac.h | 509 unsigned int rx_coe; /* Rx Checksum Offload */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-common.c | 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()
|
H A D | dwc-xlgmac.h | 510 unsigned int rx_coe; /* Rx Checksum Offload */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | stmmac.h | 255 int rx_coe; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | common.h | 349 unsigned int rx_coe; member
|
H A D | dwxgmac2_descs.c | 70 static int dwxgmac2_get_rx_frame_len(struct dma_desc *p, int rx_coe) in dwxgmac2_get_rx_frame_len() argument
|
H A D | stmmac_main.c | 2752 priv->plat->rx_coe = STMMAC_RX_COE_NONE; in stmmac_hw_setup() 4148 if (priv->plat->rx_coe == STMMAC_RX_COE_NONE) in stmmac_fix_features() 4182 priv->hw->rx_csum = priv->plat->rx_coe; in stmmac_set_features() 4185 /* No check needed because rx_coe has been set before and it will be in stmmac_set_features() 4527 (priv->dma_cap.rx_coe) ? "Y" : "N"); in stmmac_dma_cap_show() 4842 /* In case of GMAC4 rx_coe is from HW cap register. */ in stmmac_hw_init() 4843 priv->plat->rx_coe = priv->dma_cap.rx_coe; in stmmac_hw_init() 4846 priv->plat->rx_coe = STMMAC_RX_COE_TYPE2; in stmmac_hw_init() 4848 priv->plat->rx_coe in stmmac_hw_init() [all...] |
H A D | dwmac4_descs.c | 205 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 D | dwmac4_dma.c | 363 dma_cap->rx_coe = (hw_cap & GMAC_HW_FEAT_RXCOESEL) >> 16; in dwmac4_get_hw_feature()
|
H A D | dwxgmac2_dma.c | 376 dma_cap->rx_coe = (hw_cap & XGMAC_HWFEAT_RXCOESEL) >> 16; in dwxgmac2_get_hw_feature()
|
H A D | dwmac-sun8i.c | 1214 plat_dat->rx_coe = STMMAC_RX_COE_TYPE2; in sun8i_dwmac_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwxgmac2_descs.c | 70 static int dwxgmac2_get_rx_frame_len(struct dma_desc *p, int rx_coe) in dwxgmac2_get_rx_frame_len() argument
|
H A D | common.h | 429 unsigned int rx_coe; member
|
H A D | dwmac4_descs.c | 201 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 D | dwxgmac2_dma.c | 401 dma_cap->rx_coe = (hw_cap & XGMAC_HWFEAT_RXCOESEL) >> 16; in dwxgmac2_get_hw_feature()
|
H A D | dwmac4_dma.c | 400 dma_cap->rx_coe = (hw_cap & GMAC_HW_FEAT_RXCOESEL) >> 16; in dwmac4_get_hw_feature()
|
H A D | stmmac_main.c | 3365 priv->plat->rx_coe = STMMAC_RX_COE_NONE; in stmmac_hw_setup() 5769 if (priv->plat->rx_coe == STMMAC_RX_COE_NONE) in stmmac_fix_features() 5801 priv->hw->rx_csum = priv->plat->rx_coe; in stmmac_set_features() 5804 /* No check needed because rx_coe has been set before and it will be in stmmac_set_features() 6305 (priv->dma_cap.rx_coe) ? "Y" : "N"); in stmmac_dma_cap_show() 7078 /* In case of GMAC4 rx_coe is from HW cap register. */ in stmmac_hw_init() 7079 priv->plat->rx_coe = priv->dma_cap.rx_coe; in stmmac_hw_init() 7082 priv->plat->rx_coe = STMMAC_RX_COE_TYPE2; in stmmac_hw_init() 7084 priv->plat->rx_coe in stmmac_hw_init() [all...] |
H A D | dwmac-sun8i.c | 1234 plat_dat->rx_coe = STMMAC_RX_COE_TYPE2; in sun8i_dwmac_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe.h | 974 unsigned int rx_coe; /* Rx Checksum Offload */ member
|
H A D | xgbe-drv.c | 768 hw_feat->rx_coe = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, RXCOESEL); in xgbe_get_all_hw_features() 869 hw_feat->rx_coe ? "yes" : "no"); in xgbe_get_all_hw_features()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe.h | 1006 unsigned int rx_coe; /* Rx Checksum Offload */ member
|
H A D | xgbe-drv.c | 768 hw_feat->rx_coe = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, RXCOESEL); in xgbe_get_all_hw_features() 869 hw_feat->rx_coe ? "yes" : "no"); in xgbe_get_all_hw_features()
|