Lines Matching refs:fbnic_set_counter
19 static void fbnic_set_counter(u64 *stat, struct fbnic_stat_counter *counter) in fbnic_set_counter() function
39 fbnic_set_counter(ð_mac_stats->FramesTransmittedOK, in fbnic_get_eth_mac_stats()
41 fbnic_set_counter(ð_mac_stats->FramesReceivedOK, in fbnic_get_eth_mac_stats()
43 fbnic_set_counter(ð_mac_stats->FrameCheckSequenceErrors, in fbnic_get_eth_mac_stats()
45 fbnic_set_counter(ð_mac_stats->AlignmentErrors, in fbnic_get_eth_mac_stats()
47 fbnic_set_counter(ð_mac_stats->OctetsTransmittedOK, in fbnic_get_eth_mac_stats()
49 fbnic_set_counter(ð_mac_stats->FramesLostDueToIntMACXmitError, in fbnic_get_eth_mac_stats()
51 fbnic_set_counter(ð_mac_stats->OctetsReceivedOK, in fbnic_get_eth_mac_stats()
53 fbnic_set_counter(ð_mac_stats->FramesLostDueToIntMACRcvError, in fbnic_get_eth_mac_stats()
55 fbnic_set_counter(ð_mac_stats->MulticastFramesXmittedOK, in fbnic_get_eth_mac_stats()
57 fbnic_set_counter(ð_mac_stats->BroadcastFramesXmittedOK, in fbnic_get_eth_mac_stats()
59 fbnic_set_counter(ð_mac_stats->MulticastFramesReceivedOK, in fbnic_get_eth_mac_stats()
61 fbnic_set_counter(ð_mac_stats->BroadcastFramesReceivedOK, in fbnic_get_eth_mac_stats()
63 fbnic_set_counter(ð_mac_stats->FrameTooLongErrors, in fbnic_get_eth_mac_stats()