iPXE
Data Fields
tlan_bss Struct Reference

Data Fields

struct TLanList tx_ring [TLAN_NUM_TX_LISTS]
 
unsigned char txb [TLAN_MAX_FRAME_SIZE *TLAN_NUM_TX_LISTS]
 
struct TLanList rx_ring [TLAN_NUM_RX_LISTS]
 
unsigned char rxb [TLAN_MAX_FRAME_SIZE *TLAN_NUM_RX_LISTS]
 

Detailed Description

Definition at line 182 of file tlan.c.

Field Documentation

◆ tx_ring

struct TLanList tlan_bss::tx_ring[TLAN_NUM_TX_LISTS]

Definition at line 183 of file tlan.c.

◆ txb

unsigned char tlan_bss::txb[TLAN_MAX_FRAME_SIZE *TLAN_NUM_TX_LISTS]

Definition at line 184 of file tlan.c.

◆ rx_ring

struct TLanList tlan_bss::rx_ring[TLAN_NUM_RX_LISTS]

Definition at line 185 of file tlan.c.

◆ rxb

unsigned char tlan_bss::rxb[TLAN_MAX_FRAME_SIZE *TLAN_NUM_RX_LISTS]

Definition at line 186 of file tlan.c.


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