Home
last modified time | relevance | path

Searched defs:ena_admin_basic_stats (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ena-com/
H A Dena_admin_defs.h423 struct ena_admin_basic_stats { struct
424 uint32_t tx_bytes_low;
448 struct ena_admin_basic_stats basic_stats; argument
/f-stack/freebsd/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h398 uint32_t tx_bytes_low;
400 uint32_t tx_bytes_high;
402 uint32_t tx_pkts_low;
404 uint32_t tx_pkts_high;
406 uint32_t rx_bytes_low;
408 uint32_t rx_bytes_high;
410 uint32_t rx_pkts_low;
412 uint32_t rx_pkts_high;
414 uint32_t rx_drops_low;
416 uint32_t rx_drops_high;
[all …]
/f-stack/dpdk/drivers/net/ena/base/ena_defs/
H A Dena_admin_defs.h370 uint32_t tx_bytes_low;
372 uint32_t tx_bytes_high;
374 uint32_t tx_pkts_low;
376 uint32_t tx_pkts_high;
378 uint32_t rx_bytes_low;
380 uint32_t rx_bytes_high;
382 uint32_t rx_pkts_low;
384 uint32_t rx_pkts_high;
386 uint32_t rx_drops_low;
388 uint32_t rx_drops_high;
[all …]