Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/freescale/enetc/
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()
/Linux-v6.6/include/net/
Dpkt_sched.h207 u64 window_drops; member
/Linux-v6.6/drivers/net/netdevsim/
Dnetdev.c214 stats->window_drops = 0; in nsim_taprio_stats()
/Linux-v6.6/net/sched/
Dsch_taprio.c2364 if (taprio_put_stat(skb, stats->window_drops, in taprio_dump_xstats()