Searched refs:fbnic_stat_counter (Results 1 – 3 of 3) sorted by relevance
11 struct fbnic_stat_counter { struct21 struct fbnic_stat_counter frames; argument22 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 hist[ETHTOOL_RMON_HIST_MAX];[all …]
401 struct fbnic_stat_counter *stat) in __fbnic_mac_stat_rd64()
1566 static void fbnic_set_counter(u64 *stat, struct fbnic_stat_counter *counter) in fbnic_set_counter()