iPXE
Data Fields
ena_get_stats_rsp Struct Reference

Get statistics response. More...

#include <ena.h>

Data Fields

struct ena_acq_header header
 Header. More...
 
uint64_t tx_bytes
 Transmit byte count. More...
 
uint64_t tx_packets
 Transmit packet count. More...
 
uint64_t rx_bytes
 Receive byte count. More...
 
uint64_t rx_packets
 Receive packet count. More...
 
uint64_t rx_drops
 Receive drop count. More...
 

Detailed Description

Get statistics response.

Definition at line 456 of file ena.h.

Field Documentation

◆ header

struct ena_acq_header ena_get_stats_rsp::header

Header.

Definition at line 458 of file ena.h.

◆ tx_bytes

uint64_t ena_get_stats_rsp::tx_bytes

Transmit byte count.

Definition at line 460 of file ena.h.

Referenced by ena_get_stats().

◆ tx_packets

uint64_t ena_get_stats_rsp::tx_packets

Transmit packet count.

Definition at line 462 of file ena.h.

Referenced by ena_get_stats().

◆ rx_bytes

uint64_t ena_get_stats_rsp::rx_bytes

Receive byte count.

Definition at line 464 of file ena.h.

Referenced by ena_get_stats().

◆ rx_packets

uint64_t ena_get_stats_rsp::rx_packets

Receive packet count.

Definition at line 466 of file ena.h.

Referenced by ena_get_stats().

◆ rx_drops

uint64_t ena_get_stats_rsp::rx_drops

Receive drop count.

Definition at line 468 of file ena.h.

Referenced by ena_get_stats().


The documentation for this struct was generated from the following file: