Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c4644 bool use_rx_wd; in stmmac_rx_refill() local
4679 use_rx_wd = !priv->rx_coal_frames[queue]; in stmmac_rx_refill()
4680 use_rx_wd |= rx_q->rx_count_frames > 0; in stmmac_rx_refill()
4682 use_rx_wd = false; in stmmac_rx_refill()
4685 stmmac_set_rx_owner(priv, p, use_rx_wd); in stmmac_rx_refill()
5002 bool use_rx_wd; in stmmac_rx_refill_zc() local
5027 use_rx_wd = !priv->rx_coal_frames[queue]; in stmmac_rx_refill_zc()
5028 use_rx_wd |= rx_q->rx_count_frames > 0; in stmmac_rx_refill_zc()
5030 use_rx_wd = false; in stmmac_rx_refill_zc()
5033 stmmac_set_rx_owner(priv, rx_desc, use_rx_wd); in stmmac_rx_refill_zc()