iPXE
Data Fields
fcoe_footer Struct Reference

An FCoE footer. More...

#include <fcoe.h>

Data Fields

uint32_t crc
 CRC. More...
 
uint8_t eof
 End of frame marker. More...
 
uint8_t reserved [3]
 Reserved. More...
 

Detailed Description

An FCoE footer.

Definition at line 72 of file fcoe.h.

Field Documentation

◆ crc

uint32_t fcoe_footer::crc

CRC.

Definition at line 74 of file fcoe.h.

Referenced by fcoe_deliver(), and fcoe_rx().

◆ eof

uint8_t fcoe_footer::eof

End of frame marker.

Definition at line 76 of file fcoe.h.

Referenced by fcoe_deliver(), and fcoe_rx().

◆ reserved

uint8_t fcoe_footer::reserved[3]

Reserved.

Definition at line 78 of file fcoe.h.


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