Lines Matching defs:port_stats
123 struct mana_port_stats *stats = &apc->port_stats;
495 struct mana_port_stats *port_stats = &apc->port_stats;
657 counter_u64_add_protected(port_stats->tx_packets, packets);
659 counter_u64_add_protected(port_stats->tx_bytes, bytes);
818 counter_u64_add_protected(apc->port_stats.tx_drops, 1);
826 counter_u64_add_protected(apc->port_stats.tx_drops, 1);
874 mana_free_counters((counter_u64_t *)&apc->port_stats,
1713 counter_u64_add_protected(apc->port_stats.rx_packets, 1);
1715 counter_u64_add_protected(apc->port_stats.rx_bytes, pkt_len);
1737 counter_u64_add(apc->port_stats.rx_drops, 1);
2847 mana_alloc_counters((counter_u64_t *)&apc->port_stats,