iPXE
Data Fields
ifec_rfd Struct Reference

#include <eepro100.h>

Data Fields

volatile s16 status
 
s16 command
 
u32 link
 
u32 rx_buf_addr
 
u16 count
 
u16 size
 
char packet [RFD_PACKET_LEN]
 

Detailed Description

Definition at line 121 of file eepro100.h.

Field Documentation

◆ status

volatile s16 ifec_rfd::status

Definition at line 122 of file eepro100.h.

Referenced by ifec_rfd_init(), and ifec_rx_process().

◆ command

s16 ifec_rfd::command

Definition at line 123 of file eepro100.h.

Referenced by ifec_refill_rx_ring(), and ifec_rfd_init().

◆ link

u32 ifec_rfd::link

Definition at line 124 of file eepro100.h.

Referenced by ifec_refill_rx_ring(), and ifec_rfd_init().

◆ rx_buf_addr

u32 ifec_rfd::rx_buf_addr

Definition at line 125 of file eepro100.h.

Referenced by ifec_rfd_init().

◆ count

u16 ifec_rfd::count

Definition at line 126 of file eepro100.h.

Referenced by ifec_rfd_init(), and ifec_rx_process().

◆ size

u16 ifec_rfd::size

Definition at line 127 of file eepro100.h.

Referenced by ifec_rfd_init().

◆ packet

char ifec_rfd::packet[RFD_PACKET_LEN]

Definition at line 128 of file eepro100.h.

Referenced by ifec_rx_process().


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