Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c135 priv->tx_ring[i]->stats.win_drop = 0; in enetc_reset_taprio_stats()
167 window_drops += priv->tx_ring[i]->stats.win_drop; in enetc_taprio_stats()
179 stats->window_drops = priv->tx_ring[queue]->stats.win_drop; in enetc_taprio_queue_stats()
H A Denetc.h118 unsigned long win_drop; member
H A Denetc.c1306 tx_ring->stats.win_drop += tx_win_drop; in enetc_clean_tx_ring()
3315 tx_dropped += priv->tx_ring[i]->stats.win_drop; in enetc_get_stats()