Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h271 bool sph_active; member
H A Dstmmac_main.c1675 if (priv->sph_active && !buf->sec_page) { in stmmac_init_rx_buffers()
2275 if (priv->sph_active) { in __alloc_dma_rx_desc_resources()
3731 sph_en = (priv->hw->rx_csum > 0) && priv->sph_active; in stmmac_hw_setup()
5068 if (priv->sph_active && !buf->sec_page) { in stmmac_rx_refill()
5079 if (priv->sph_active) in stmmac_rx_refill()
5114 if (priv->sph_active && len) in stmmac_rx_buf1_len()
5119 if (priv->sph_active && hlen) { in stmmac_rx_buf1_len()
5142 if (!priv->sph_active) in stmmac_rx_buf2_len()
6198 bool sph_en = (priv->hw->rx_csum > 0) && priv->sph_active; in stmmac_set_features()
7165 sph_en = (priv->hw->rx_csum > 0) && priv->sph_active; in stmmac_xdp_open()
[all...]
H A Dstmmac_selftests.c1724 if (!priv->sph_active) in stmmac_test_sph()