Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.h145 struct otx2_dev_stats { struct
146 u64 rx_bytes;
147 u64 rx_frames;
148 u64 rx_ucast_frames;
149 u64 rx_bcast_frames;
150 u64 rx_mcast_frames;
151 u64 rx_drops;
153 u64 tx_bytes;
154 u64 tx_frames;
155 u64 tx_ucast_frames;
[all …]
Dotx2_ethtool.c38 static const struct otx2_stat otx2_dev_stats[] = { variable