Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h75 u32 rx_zeroc_thresh; member
Dstmmac_main.c3249 if (rx_q->rx_zeroc_thresh < STMMAC_RX_THRESH) in stmmac_rx_threshold_count()
3284 rx_q->rx_zeroc_thresh = STMMAC_RX_THRESH; in stmmac_rx_refill()
3306 if (rx_q->rx_zeroc_thresh > 0) in stmmac_rx_refill()
3307 rx_q->rx_zeroc_thresh--; in stmmac_rx_refill()
3481 rx_q->rx_zeroc_thresh++; in stmmac_rx()