Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c5090 bool use_rx_wd; in stmmac_rx_refill() local
5122 use_rx_wd = !priv->rx_coal_frames[queue]; in stmmac_rx_refill()
5123 use_rx_wd |= rx_q->rx_count_frames > 0; in stmmac_rx_refill()
5125 use_rx_wd = false; in stmmac_rx_refill()
5128 stmmac_set_rx_owner(priv, p, use_rx_wd); in stmmac_rx_refill()
5472 bool use_rx_wd; in stmmac_rx_refill_zc() local
5494 use_rx_wd = !priv->rx_coal_frames[queue]; in stmmac_rx_refill_zc()
5495 use_rx_wd |= rx_q->rx_count_frames > 0; in stmmac_rx_refill_zc()
5497 use_rx_wd = false; in stmmac_rx_refill_zc()
5500 stmmac_set_rx_owner(priv, rx_desc, use_rx_wd); in stmmac_rx_refill_zc()