Home
last modified time | relevance | path

Searched refs:fbnic_stat_counter (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_hw_stats.h11 struct fbnic_stat_counter { struct
21 struct fbnic_stat_counter frames; argument
22 struct fbnic_stat_counter bytes;
27 struct fbnic_stat_counter MACControlFramesTransmitted;
28 struct fbnic_stat_counter MACControlFramesReceived;
33 struct fbnic_stat_counter undersize_pkts;
34 struct fbnic_stat_counter oversize_pkts;
35 struct fbnic_stat_counter fragments;
36 struct fbnic_stat_counter jabbers;
38 struct fbnic_stat_counter his
[all...]
H A Dfbnic_hw_stats.c7 struct fbnic_stat_counter *stat) in fbnic_hw_stat_rst32()
18 struct fbnic_stat_counter *stat) in fbnic_hw_stat_rd32()
54 struct fbnic_stat_counter *stat) in fbnic_hw_stat_rst64()
64 struct fbnic_stat_counter *stat) in fbnic_hw_stat_rd64()
H A Dfbnic_mac.c401 struct fbnic_stat_counter *stat) in __fbnic_mac_stat_rd64()
H A Dfbnic_ethtool.c1566 static void fbnic_set_counter(u64 *stat, struct fbnic_stat_counter *counter) in fbnic_set_counter()