Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.h117 struct otx2_dev_stats { struct
118 u64 rx_bytes;
119 u64 rx_frames;
120 u64 rx_ucast_frames;
121 u64 rx_bcast_frames;
122 u64 rx_mcast_frames;
123 u64 rx_drops;
125 u64 tx_bytes;
126 u64 tx_frames;
127 u64 tx_ucast_frames;
[all …]
Dotx2_ethtool.c35 static const struct otx2_stat otx2_dev_stats[] = { variable
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.h150 struct otx2_dev_stats { struct
151 u64 rx_bytes;
152 u64 rx_frames;
153 u64 rx_ucast_frames;
154 u64 rx_bcast_frames;
155 u64 rx_mcast_frames;
156 u64 rx_drops;
158 u64 tx_bytes;
159 u64 tx_frames;
160 u64 tx_ucast_frames;
[all …]
Dotx2_ethtool.c38 static const struct otx2_stat otx2_dev_stats[] = { variable