Home
last modified time | relevance | path

Searched refs:u64_stats_t (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/include/linux/
Du64_stats_sync.h79 } u64_stats_t ; typedef
81 static inline u64 u64_stats_read(const u64_stats_t *p) in u64_stats_read()
86 static inline void u64_stats_add(u64_stats_t *p, unsigned long val) in u64_stats_add()
91 static inline void u64_stats_inc(u64_stats_t *p) in u64_stats_inc()
100 } u64_stats_t; typedef
102 static inline u64 u64_stats_read(const u64_stats_t *p) in u64_stats_read()
107 static inline void u64_stats_add(u64_stats_t *p, unsigned long val) in u64_stats_add()
112 static inline void u64_stats_inc(u64_stats_t *p) in u64_stats_inc()
Dphy.h267 u64_stats_t transfers;
268 u64_stats_t errors;
269 u64_stats_t writes;
270 u64_stats_t reads;
Dnetdevice.h2668 u64_stats_t packets;
2669 u64_stats_t bytes;
/Linux-v5.15/drivers/net/
Dmhi_net.c20 u64_stats_t rx_packets;
21 u64_stats_t rx_bytes;
22 u64_stats_t rx_errors;
23 u64_stats_t tx_packets;
24 u64_stats_t tx_bytes;
25 u64_stats_t tx_errors;
26 u64_stats_t tx_dropped;
/Linux-v5.15/drivers/net/wwan/
Dmhi_wwan_mbim.c51 u64_stats_t rx_packets;
52 u64_stats_t rx_bytes;
53 u64_stats_t rx_errors;
54 u64_stats_t tx_packets;
55 u64_stats_t tx_bytes;
56 u64_stats_t tx_errors;
57 u64_stats_t tx_dropped;
/Linux-v5.15/net/ipv6/
Dseg6_local.c98 u64_stats_t packets;
99 u64_stats_t bytes;
100 u64_stats_t errors;
/Linux-v5.15/drivers/net/phy/
Dmdio_bus.c198 val = u64_stats_read((const u64_stats_t *)p); in mdio_bus_get_stat()