Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c3326 bool sph_en; in stmmac_hw_setup() local
3432 sph_en = (priv->hw->rx_csum > 0) && priv->sph; in stmmac_hw_setup()
3434 stmmac_enable_sph(priv, priv->ioaddr, sph_en, chan); in stmmac_hw_setup()
5777 bool sph_en = (priv->hw->rx_csum > 0) && priv->sph; in stmmac_set_features() local
5781 stmmac_enable_sph(priv, priv->ioaddr, sph_en, chan); in stmmac_set_features()
6774 bool sph_en; in stmmac_xdp_open() local
6801 sph_en = (priv->hw->rx_csum > 0) && priv->sph; in stmmac_xdp_open()
6827 stmmac_enable_sph(priv, priv->ioaddr, sph_en, chan); in stmmac_xdp_open()