iPXE
|
An ExaNIC receive chunk descriptor. More...
#include <exanic.h>
Data Fields | |
uint32_t | timestamp |
Timestamp. More... | |
uint8_t | status |
Status (valid only on final chunk) More... | |
uint8_t | len |
Length (zero except on the final chunk) More... | |
uint8_t | filter |
Filter number. More... | |
uint8_t | generation |
Generation. More... | |
uint8_t exanic_rx_descriptor::status |
Status (valid only on final chunk)
Definition at line 141 of file exanic.h.
Referenced by exanic_poll_rx().
uint8_t exanic_rx_descriptor::len |
Length (zero except on the final chunk)
Definition at line 143 of file exanic.h.
Referenced by exanic_poll_rx().
uint8_t exanic_rx_descriptor::generation |