Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c3567 bool sph_en; in stmmac_hw_setup() local
3649 sph_en = (priv->hw->rx_csum > 0) && priv->sph_active; in stmmac_hw_setup()
3651 stmmac_enable_sph(priv, priv->ioaddr, sph_en, chan); in stmmac_hw_setup()
6104 bool sph_en = (priv->hw->rx_csum > 0) && priv->sph_active; in stmmac_set_features() local
6108 stmmac_enable_sph(priv, priv->ioaddr, sph_en, chan); in stmmac_set_features()
7026 bool sph_en; in stmmac_xdp_open() local
7053 sph_en = (priv->hw->rx_csum > 0) && priv->sph_active; in stmmac_xdp_open()
7079 stmmac_enable_sph(priv, priv->ioaddr, sph_en, chan); in stmmac_xdp_open()