rx_coal_frames    145 drivers/net/ethernet/stmicro/stmmac/stmmac.h 	u32 rx_coal_frames;
rx_coal_frames    721 drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c 		ec->rx_max_coalesced_frames = priv->rx_coal_frames;
rx_coal_frames    770 drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c 	priv->rx_coal_frames = ec->rx_max_coalesced_frames;
rx_coal_frames   2291 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	priv->rx_coal_frames = STMMAC_RX_FRAMES;
rx_coal_frames   3432 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 		rx_q->rx_count_frames += priv->rx_coal_frames;
rx_coal_frames   3433 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 		if (rx_q->rx_count_frames > priv->rx_coal_frames)