Home
last modified time | relevance | path

Searched defs:qede_stats_common (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
Dqede.h44 struct qede_stats_common { struct
45 u64 no_buff_discards;
46 u64 packet_too_big_discard;
47 u64 ttl0_discard;
48 u64 rx_ucast_bytes;
49 u64 rx_mcast_bytes;
50 u64 rx_bcast_bytes;
51 u64 rx_ucast_pkts;
52 u64 rx_mcast_pkts;
53 u64 rx_bcast_pkts;
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/
Dqede.h33 struct qede_stats_common { struct
34 u64 no_buff_discards;
35 u64 packet_too_big_discard;
36 u64 ttl0_discard;
37 u64 rx_ucast_bytes;
38 u64 rx_mcast_bytes;
39 u64 rx_bcast_bytes;
40 u64 rx_ucast_pkts;
41 u64 rx_mcast_pkts;
42 u64 rx_bcast_pkts;
[all …]