Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_ethtool.c1411 struct ethtool_eth_mac_stats *eth_mac_stats) in fbnic_get_eth_mac_stats() argument
1423 fbnic_set_counter(&eth_mac_stats->FramesTransmittedOK, in fbnic_get_eth_mac_stats()
1425 fbnic_set_counter(&eth_mac_stats->FramesReceivedOK, in fbnic_get_eth_mac_stats()
1427 fbnic_set_counter(&eth_mac_stats->FrameCheckSequenceErrors, in fbnic_get_eth_mac_stats()
1429 fbnic_set_counter(&eth_mac_stats->AlignmentErrors, in fbnic_get_eth_mac_stats()
1431 fbnic_set_counter(&eth_mac_stats->OctetsTransmittedOK, in fbnic_get_eth_mac_stats()
1435 fbnic_set_counter(&eth_mac_stats->OctetsReceivedOK, in fbnic_get_eth_mac_stats()
1439 fbnic_set_counter(&eth_mac_stats->MulticastFramesXmittedOK, in fbnic_get_eth_mac_stats()
1441 fbnic_set_counter(&eth_mac_stats->BroadcastFramesXmittedOK, in fbnic_get_eth_mac_stats()
1443 fbnic_set_counter(&eth_mac_stats->MulticastFramesReceivedOK, in fbnic_get_eth_mac_stats()
[all …]