Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dpkt_sched.h207 u64 window_drops; member
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c163 u64 window_drops = 0; in enetc_taprio_stats() local
167 window_drops += priv->tx_ring[i]->stats.win_drop; in enetc_taprio_stats()
169 stats->window_drops = window_drops; in enetc_taprio_stats()
179 stats->window_drops = priv->tx_ring[queue]->stats.win_drop; in enetc_taprio_queue_stats()
/openbmc/linux/drivers/net/netdevsim/
H A Dnetdev.c214 stats->window_drops = 0; in nsim_taprio_stats()
/openbmc/linux/net/sched/
H A Dsch_taprio.c2367 if (taprio_put_stat(skb, stats->window_drops, in taprio_dump_xstats()