Home
last modified time | relevance | path

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

/openbmc/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.h76 unsigned int win_drop; member
H A Denetc_ethtool.c300 data[o++] = priv->tx_ring[i]->stats.win_drop; in enetc_get_ethtool_stats()
H A Denetc.c946 tx_ring->stats.win_drop += tx_win_drop; in enetc_clean_tx_ring()
2892 tx_dropped += priv->tx_ring[i]->stats.win_drop; in enetc_get_stats()