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.c3621 bool sph_en; in stmmac_hw_setup() local
3703 sph_en = (priv->hw->rx_csum > 0) && priv->sph_active; in stmmac_hw_setup()
3705 stmmac_enable_sph(priv, priv->ioaddr, sph_en, chan); in stmmac_hw_setup()
6134 bool sph_en = (priv->hw->rx_csum > 0) && priv->sph_active; in stmmac_set_features() local
6138 stmmac_enable_sph(priv, priv->ioaddr, sph_en, chan); in stmmac_set_features()
7088 bool sph_en; in stmmac_xdp_open() local
7115 sph_en = (priv->hw->rx_csum > 0) && priv->sph_active; in stmmac_xdp_open()
7141 stmmac_enable_sph(priv, priv->ioaddr, sph_en, chan); in stmmac_xdp_open()