ena.h (3cfadb28c3f6f21cb937f7331bfa066c0edda29c) ena.h (4727bda6f2e975a24ba6ec7a7a77cf73bf169edb)
1/*-
2 * BSD LICENSE
3 *
4 * Copyright (c) 2015-2017 Amazon.com, Inc. or its affiliates.
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 201 unchanged lines hidden (view full) ---

210 counter_u64_t collapse_err;
211};
212
213struct ena_stats_rx {
214 counter_u64_t cnt;
215 counter_u64_t bytes;
216 counter_u64_t refil_partial;
217 counter_u64_t bad_csum;
1/*-
2 * BSD LICENSE
3 *
4 * Copyright (c) 2015-2017 Amazon.com, Inc. or its affiliates.
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 201 unchanged lines hidden (view full) ---

210 counter_u64_t collapse_err;
211};
212
213struct ena_stats_rx {
214 counter_u64_t cnt;
215 counter_u64_t bytes;
216 counter_u64_t refil_partial;
217 counter_u64_t bad_csum;
218 counter_u64_t mjum_alloc_fail;
218 counter_u64_t mbuf_alloc_fail;
219 counter_u64_t dma_mapping_err;
220 counter_u64_t bad_desc_num;
221 counter_u64_t bad_req_id;
222 counter_u64_t empty_rx_ring;
223};
224
225struct ena_ring {

--- 178 unchanged lines hidden ---
219 counter_u64_t mbuf_alloc_fail;
220 counter_u64_t dma_mapping_err;
221 counter_u64_t bad_desc_num;
222 counter_u64_t bad_req_id;
223 counter_u64_t empty_rx_ring;
224};
225
226struct ena_ring {

--- 178 unchanged lines hidden ---