Searched refs:rx_coal_frames (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c3145 priv->rx_coal_frames[chan] = STMMAC_RX_FRAMES;
4840 rx_q->rx_count_frames += priv->rx_coal_frames[queue];
4841 if (rx_q->rx_count_frames > priv->rx_coal_frames[queue])
4844 use_rx_wd = !priv->rx_coal_frames[queue];
5197 rx_q->rx_count_frames += priv->rx_coal_frames[queue];
5198 if (rx_q->rx_count_frames > priv->rx_coal_frames[queue])
5201 use_rx_wd = !priv->rx_coal_frames[queue];
H A Dstmmac.h242 u32 rx_coal_frames[MTL_MAX_TX_QUEUES]; member in struct:stmmac_priv
H A Dstmmac_ethtool.c995 ec->rx_max_coalesced_frames = priv->rx_coal_frames[queue];
1053 priv->rx_coal_frames[i] =
1060 priv->rx_coal_frames[queue] =

Completed in 172 milliseconds