Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c3325 bool sph_en; in stmmac_hw_setup() local
3431 sph_en = (priv->hw->rx_csum > 0) && priv->sph; in stmmac_hw_setup()
3433 stmmac_enable_sph(priv, priv->ioaddr, sph_en, chan); in stmmac_hw_setup()
5810 bool sph_en = (priv->hw->rx_csum > 0) && priv->sph; in stmmac_set_features() local
5814 stmmac_enable_sph(priv, priv->ioaddr, sph_en, chan); in stmmac_set_features()
6788 bool sph_en; in stmmac_xdp_open() local
6815 sph_en = (priv->hw->rx_csum > 0) && priv->sph; in stmmac_xdp_open()
6841 stmmac_enable_sph(priv, priv->ioaddr, sph_en, chan); in stmmac_xdp_open()