Lines Matching refs:counter_u64_t
223 counter_u64_t rbytes;
224 counter_u64_t rpackets;
225 counter_u64_t rx_dropped_pkt;
226 counter_u64_t rx_copybreak_cnt;
227 counter_u64_t rx_frag_flip_cnt;
228 counter_u64_t rx_frag_copy_cnt;
229 counter_u64_t rx_dropped_pkt_desc_err;
230 counter_u64_t rx_dropped_pkt_buf_post_fail;
231 counter_u64_t rx_dropped_pkt_mbuf_alloc_fail;
232 counter_u64_t rx_mbuf_dmamap_err;
233 counter_u64_t rx_mbuf_mclget_null;
236 #define NUM_RX_STATS (sizeof(struct gve_rxq_stats) / sizeof(counter_u64_t))
340 counter_u64_t tbytes;
341 counter_u64_t tpackets;
342 counter_u64_t tso_packet_cnt;
343 counter_u64_t tx_dropped_pkt;
344 counter_u64_t tx_delayed_pkt_nospace_device;
345 counter_u64_t tx_dropped_pkt_nospace_bufring;
346 counter_u64_t tx_delayed_pkt_nospace_descring;
347 counter_u64_t tx_delayed_pkt_nospace_compring;
348 counter_u64_t tx_delayed_pkt_nospace_qpl_bufs;
349 counter_u64_t tx_delayed_pkt_tsoerr;
350 counter_u64_t tx_dropped_pkt_vlan;
351 counter_u64_t tx_mbuf_collapse;
352 counter_u64_t tx_mbuf_defrag;
353 counter_u64_t tx_mbuf_defrag_err;
354 counter_u64_t tx_mbuf_dmamap_enomem_err;
355 counter_u64_t tx_mbuf_dmamap_err;
358 #define NUM_TX_STATS (sizeof(struct gve_txq_stats) / sizeof(counter_u64_t))
698 void gve_alloc_counters(counter_u64_t *stat, int num_stats);
699 void gve_free_counters(counter_u64_t *stat, int num_stats);