iPXE
dmfe_bss Struct Reference

Data Fields

struct tx_desc txd [TX_DESC_CNT]
unsigned char txb [TX_BUF_ALLOC *TX_DESC_CNT]
struct rx_desc rxd [RX_DESC_CNT]
unsigned char rxb [RX_ALLOC_SIZE *RX_DESC_CNT]

Detailed Description

Definition at line 212 of file dmfe.c.

Field Documentation

◆ txd

struct tx_desc dmfe_bss::txd[TX_DESC_CNT]

Definition at line 213 of file dmfe.c.

◆ txb

unsigned char dmfe_bss::txb[TX_BUF_ALLOC *TX_DESC_CNT]

Definition at line 214 of file dmfe.c.

◆ rxd

struct rx_desc dmfe_bss::rxd[RX_DESC_CNT]

Definition at line 216 of file dmfe.c.

◆ rxb

unsigned char dmfe_bss::rxb[RX_ALLOC_SIZE *RX_DESC_CNT]

Definition at line 217 of file dmfe.c.


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