Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c4592 bool use_rx_wd; in stmmac_rx_refill() local
4627 use_rx_wd = !priv->rx_coal_frames[queue]; in stmmac_rx_refill()
4628 use_rx_wd |= rx_q->rx_count_frames > 0; in stmmac_rx_refill()
4630 use_rx_wd = false; in stmmac_rx_refill()
4633 stmmac_set_rx_owner(priv, p, use_rx_wd); in stmmac_rx_refill()
4942 bool use_rx_wd; in stmmac_rx_refill_zc() local
4967 use_rx_wd = !priv->rx_coal_frames[queue]; in stmmac_rx_refill_zc()
4968 use_rx_wd |= rx_q->rx_count_frames > 0; in stmmac_rx_refill_zc()
4970 use_rx_wd = false; in stmmac_rx_refill_zc()
4973 stmmac_set_rx_owner(priv, rx_desc, use_rx_wd); in stmmac_rx_refill_zc()