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.h256 bool sph_active; member
H A Dstmmac_main.c1619 if (priv->sph_active && !buf->sec_page) { in stmmac_init_rx_buffers()
2205 if (priv->sph_active) { in __alloc_dma_rx_desc_resources()
3703 sph_en = (priv->hw->rx_csum > 0) && priv->sph_active; in stmmac_hw_setup()
4963 if (priv->sph_active && !buf->sec_page) { in stmmac_rx_refill()
4974 if (priv->sph_active) in stmmac_rx_refill()
5011 if (priv->sph_active && len) in stmmac_rx_buf1_len()
5016 if (priv->sph_active && hlen) { in stmmac_rx_buf1_len()
5039 if (!priv->sph_active) in stmmac_rx_buf2_len()
6134 bool sph_en = (priv->hw->rx_csum > 0) && priv->sph_active; in stmmac_set_features()
7121 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()