Searched refs:amd8111e_read_mib (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/ |
| H A D | amd8111e.c | 837 static int amd8111e_read_mib(void __iomem *mmio, u8 MIB_COUNTER) in amd8111e_read_mib() function 869 new_stats->rx_packets = amd8111e_read_mib(mmio, rcv_broadcast_pkts)+ in amd8111e_get_stats() 870 amd8111e_read_mib(mmio, rcv_multicast_pkts)+ in amd8111e_get_stats() 871 amd8111e_read_mib(mmio, rcv_unicast_pkts); in amd8111e_get_stats() 874 new_stats->tx_packets = amd8111e_read_mib(mmio, xmt_packets); in amd8111e_get_stats() 877 new_stats->rx_bytes = amd8111e_read_mib(mmio, rcv_octets); in amd8111e_get_stats() 880 new_stats->tx_bytes = amd8111e_read_mib(mmio, xmt_octets); in amd8111e_get_stats() 884 new_stats->rx_errors = amd8111e_read_mib(mmio, rcv_undersize_pkts)+ in amd8111e_get_stats() 885 amd8111e_read_mib(mmio, rcv_fragments)+ in amd8111e_get_stats() 886 amd8111e_read_mib(mmio, rcv_jabbers)+ in amd8111e_get_stats() [all …]
|