iPXE
Data Fields
vmxnet3_counters Struct Reference

Producer and consumer counters. More...

#include <vmxnet3.h>

Data Fields

unsigned int tx_prod
 Transmit producer counter. More...
 
unsigned int tx_cons
 Transmit completion consumer counter. More...
 
unsigned int rx_prod
 Receive producer counter. More...
 
unsigned int rx_fill
 Receive fill level. More...
 
unsigned int rx_cons
 Receive consumer counter. More...
 

Detailed Description

Producer and consumer counters.

Definition at line 457 of file vmxnet3.h.

Field Documentation

◆ tx_prod

unsigned int vmxnet3_counters::tx_prod

Transmit producer counter.

Definition at line 459 of file vmxnet3.h.

Referenced by vmxnet3_transmit().

◆ tx_cons

unsigned int vmxnet3_counters::tx_cons

Transmit completion consumer counter.

Definition at line 461 of file vmxnet3.h.

Referenced by vmxnet3_poll_tx(), and vmxnet3_transmit().

◆ rx_prod

unsigned int vmxnet3_counters::rx_prod

Receive producer counter.

Definition at line 463 of file vmxnet3.h.

Referenced by vmxnet3_refill_rx().

◆ rx_fill

unsigned int vmxnet3_counters::rx_fill

Receive fill level.

Definition at line 465 of file vmxnet3.h.

Referenced by vmxnet3_poll_rx(), and vmxnet3_refill_rx().

◆ rx_cons

unsigned int vmxnet3_counters::rx_cons

Receive consumer counter.

Definition at line 467 of file vmxnet3.h.

Referenced by vmxnet3_poll_rx().


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