Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dnetdev_queues.h44 u64 hw_drop_errors; member
/linux-6.15/net/core/
H A Dnetdev-genl.c617 netdev_stat_put(rsp, NETDEV_A_QSTATS_TX_HW_DROP_ERRORS, tx->hw_drop_errors) || in netdev_nl_stats_write_tx()
/linux-6.15/drivers/net/
H A Dvirtio_net.c227 VIRTNET_STATS_DESC_TX_QSTAT(basic, drop_malformed, hw_drop_errors),
5664 tx->hw_drop_errors = 0; in virtnet_get_base_stats()