iPXE
Data Fields
tlan_private Struct Reference

Data Fields

unsigned short vendor_id
 
unsigned short dev_id
 
const char * nic_name
 
unsigned int cur_rx
 
unsigned int dirty_rx
 
unsigned rx_buf_sz
 
struct TLanListtxList
 
u32 txHead
 
u32 txInProgress
 
u32 txTail
 
int eoc
 
u32 phyOnline
 
u32 aui
 
u32 duplex
 
u32 phy [2]
 
u32 phyNum
 
u32 speed
 
u8 tlanRev
 
u8 tlanFullDuplex
 
u8 link
 
u8 neg_be_verbose
 

Detailed Description

Definition at line 201 of file tlan.c.

Field Documentation

◆ vendor_id

unsigned short tlan_private::vendor_id

Definition at line 202 of file tlan.c.

Referenced by tlan_probe().

◆ dev_id

unsigned short tlan_private::dev_id

Definition at line 203 of file tlan.c.

Referenced by tlan_probe().

◆ nic_name

const char* tlan_private::nic_name

◆ cur_rx

unsigned int tlan_private::cur_rx

◆ dirty_rx

unsigned int tlan_private::dirty_rx

Definition at line 205 of file tlan.c.

Referenced by refill_rx(), and TLan_ResetLists().

◆ rx_buf_sz

unsigned tlan_private::rx_buf_sz

Definition at line 206 of file tlan.c.

Referenced by TLan_ResetLists().

◆ txList

struct TLanList* tlan_private::txList

Definition at line 207 of file tlan.c.

Referenced by tlan_probe(), and tlan_transmit().

◆ txHead

u32 tlan_private::txHead

Definition at line 208 of file tlan.c.

Referenced by TLan_ResetLists(), and tlan_transmit().

◆ txInProgress

u32 tlan_private::txInProgress

Definition at line 209 of file tlan.c.

Referenced by tlan_transmit().

◆ txTail

u32 tlan_private::txTail

Definition at line 210 of file tlan.c.

Referenced by TLan_ResetLists(), and tlan_transmit().

◆ eoc

int tlan_private::eoc

Definition at line 211 of file tlan.c.

Referenced by tlan_probe().

◆ phyOnline

u32 tlan_private::phyOnline

Definition at line 212 of file tlan.c.

Referenced by TLan_FinishReset(), TLan_ResetAdapter(), and tlan_transmit().

◆ aui

u32 tlan_private::aui

Definition at line 213 of file tlan.c.

Referenced by TLan_FinishReset(), TLan_PhyStartLink(), and TLan_ResetAdapter().

◆ duplex

u32 tlan_private::duplex

◆ phy

u32 tlan_private::phy[2]

◆ phyNum

u32 tlan_private::phyNum

◆ speed

u32 tlan_private::speed

Definition at line 217 of file tlan.c.

Referenced by TLan_PhyStartLink().

◆ tlanRev

u8 tlan_private::tlanRev

Definition at line 218 of file tlan.c.

Referenced by tlan_probe(), TLan_ResetAdapter(), and tlan_transmit().

◆ tlanFullDuplex

u8 tlan_private::tlanFullDuplex

◆ link

u8 tlan_private::link

Definition at line 220 of file tlan.c.

Referenced by TLan_FinishReset().

◆ neg_be_verbose

u8 tlan_private::neg_be_verbose

Definition at line 221 of file tlan.c.

Referenced by TLan_PhyFinishAutoNeg().


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