Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c4682 bool use_rx_wd; in stmmac_rx_refill() local
4717 use_rx_wd = !priv->rx_coal_frames[queue]; in stmmac_rx_refill()
4718 use_rx_wd |= rx_q->rx_count_frames > 0; in stmmac_rx_refill()
4720 use_rx_wd = false; in stmmac_rx_refill()
4723 stmmac_set_rx_owner(priv, p, use_rx_wd); in stmmac_rx_refill()
5038 bool use_rx_wd; in stmmac_rx_refill_zc() local
5063 use_rx_wd = !priv->rx_coal_frames[queue]; in stmmac_rx_refill_zc()
5064 use_rx_wd |= rx_q->rx_count_frames > 0; in stmmac_rx_refill_zc()
5066 use_rx_wd = false; in stmmac_rx_refill_zc()
5069 stmmac_set_rx_owner(priv, rx_desc, use_rx_wd); in stmmac_rx_refill_zc()