iPXE
Data Fields
bss Struct Reference

Data Fields

struct tx_bd tx_desc_ring [TX_DESC_CNT]
 
struct rx_bd rx_desc_ring [RX_DESC_CNT]
 
unsigned char rx_buf [RX_BUF_CNT][RX_BUF_SIZE]
 
struct status_block status_blk
 
struct statistics_block stats_blk
 

Detailed Description

Definition at line 39 of file bnx2.c.

Field Documentation

◆ tx_desc_ring

struct tx_bd bss::tx_desc_ring[TX_DESC_CNT]

Definition at line 40 of file bnx2.c.

Referenced by bnx2_alloc_mem().

◆ rx_desc_ring

struct rx_bd bss::rx_desc_ring[RX_DESC_CNT]

Definition at line 41 of file bnx2.c.

Referenced by bnx2_alloc_mem().

◆ rx_buf

unsigned char bss::rx_buf[RX_BUF_CNT][RX_BUF_SIZE]

Definition at line 42 of file bnx2.c.

Referenced by bnx2_init_rx_ring().

◆ status_blk

struct status_block bss::status_blk

Definition at line 43 of file bnx2.c.

Referenced by bnx2_alloc_mem().

◆ stats_blk

struct statistics_block bss::stats_blk

Definition at line 44 of file bnx2.c.

Referenced by bnx2_alloc_mem().


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