iPXE
Data Fields
tulip_bss Struct Reference

Data Fields

struct tulip_tx_desc tx_ring [TX_RING_SIZE]
 
unsigned char txb [BUFLEN]
 
struct tulip_rx_desc rx_ring [RX_RING_SIZE]
 
unsigned char rxb [RX_RING_SIZE *BUFLEN]
 
struct tulip_private tpx
 

Detailed Description

Definition at line 429 of file tulip.c.

Field Documentation

◆ tx_ring

struct tulip_tx_desc tulip_bss::tx_ring[TX_RING_SIZE]

Definition at line 430 of file tulip.c.

◆ txb

unsigned char tulip_bss::txb[BUFLEN]

Definition at line 431 of file tulip.c.

◆ rx_ring

struct tulip_rx_desc tulip_bss::rx_ring[RX_RING_SIZE]

Definition at line 432 of file tulip.c.

◆ rxb

unsigned char tulip_bss::rxb[RX_RING_SIZE *BUFLEN]

Definition at line 433 of file tulip.c.

◆ tpx

struct tulip_private tulip_bss::tpx

Definition at line 434 of file tulip.c.

Referenced by tulip_probe().


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