Home
last modified time | relevance | path

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

/freebsd-13.1/sys/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
/freebsd-13.1/sys/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 …]