Lines Matching refs:port_stats
127 struct mana_port_stats *stats = &apc->port_stats; in mana_get_counter()
500 struct mana_port_stats *port_stats = &apc->port_stats; in mana_xmit() local
661 counter_u64_add_protected(port_stats->tx_packets, packets); in mana_xmit()
663 counter_u64_add_protected(port_stats->tx_bytes, bytes); in mana_xmit()
822 counter_u64_add_protected(apc->port_stats.tx_drops, 1); in mana_start_xmit()
830 counter_u64_add_protected(apc->port_stats.tx_drops, 1); in mana_start_xmit()
878 mana_free_counters((counter_u64_t *)&apc->port_stats, in mana_cleanup_port_context()
1712 counter_u64_add_protected(apc->port_stats.rx_packets, 1); in mana_rx_mbuf()
1714 counter_u64_add_protected(apc->port_stats.rx_bytes, pkt_len); in mana_rx_mbuf()
1798 counter_u64_add(apc->port_stats.rx_drops, 1); in mana_process_rx_cqe()
2977 mana_alloc_counters((counter_u64_t *)&apc->port_stats, in mana_probe_port()