Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c3310 bool sph_en; in stmmac_hw_setup() local
3416 sph_en = (priv->hw->rx_csum > 0) && priv->sph; in stmmac_hw_setup()
3418 stmmac_enable_sph(priv, priv->ioaddr, sph_en, chan); in stmmac_hw_setup()
5808 bool sph_en = (priv->hw->rx_csum > 0) && priv->sph; in stmmac_set_features() local
5812 stmmac_enable_sph(priv, priv->ioaddr, sph_en, chan); in stmmac_set_features()
6786 bool sph_en; in stmmac_xdp_open() local
6813 sph_en = (priv->hw->rx_csum > 0) && priv->sph; in stmmac_xdp_open()
6839 stmmac_enable_sph(priv, priv->ioaddr, sph_en, chan); in stmmac_xdp_open()