Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/net/
H A Dpkt_sched.h199 * @window_drops: Frames that were dropped because they were too large to be
207 u64 window_drops; member
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/net/netdevsim/
H A Dnetdev.c214 stats->window_drops = 0; in nsim_taprio_stats()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_taprio.c2365 if (taprio_put_stat(skb, stats->window_drops, in taprio_dump_xstats()

Completed in 7 milliseconds