iPXE
Data Fields
atl1e_hw Struct Reference

#include <atl1e.h>

Data Fields

u8hw_addr
 
struct atl1e_adapteradapter
 
enum atl1e_nic_type nic_type
 
u8 mac_addr [ETH_ALEN]
 
u8 perm_mac_addr [ETH_ALEN]
 
u16 mii_autoneg_adv_reg
 
u16 mii_1000t_ctrl_reg
 
enum atl1e_dma_req_block dmar_block
 
enum atl1e_dma_req_block dmaw_block
 
int phy_configured
 
int re_autoneg
 
int emi_ca
 

Detailed Description

Definition at line 154 of file atl1e.h.

Field Documentation

◆ hw_addr

u8* atl1e_hw::hw_addr

Definition at line 155 of file atl1e.h.

Referenced by atl1e_probe().

◆ adapter

struct atl1e_adapter* atl1e_hw::adapter

◆ nic_type

enum atl1e_nic_type atl1e_hw::nic_type

Definition at line 157 of file atl1e.h.

◆ mac_addr

u8 atl1e_hw::mac_addr[ETH_ALEN]

Definition at line 158 of file atl1e.h.

Referenced by atl1e_probe(), and atl1e_up().

◆ perm_mac_addr

u8 atl1e_hw::perm_mac_addr[ETH_ALEN]

Definition at line 159 of file atl1e.h.

Referenced by atl1e_probe().

◆ mii_autoneg_adv_reg

u16 atl1e_hw::mii_autoneg_adv_reg

Definition at line 161 of file atl1e.h.

◆ mii_1000t_ctrl_reg

u16 atl1e_hw::mii_1000t_ctrl_reg

Definition at line 162 of file atl1e.h.

◆ dmar_block

enum atl1e_dma_req_block atl1e_hw::dmar_block

Definition at line 164 of file atl1e.h.

Referenced by atl1e_configure_tx().

◆ dmaw_block

enum atl1e_dma_req_block atl1e_hw::dmaw_block

Definition at line 165 of file atl1e.h.

Referenced by atl1e_configure_tx().

◆ phy_configured

int atl1e_hw::phy_configured

Definition at line 167 of file atl1e.h.

◆ re_autoneg

int atl1e_hw::re_autoneg

Definition at line 168 of file atl1e.h.

◆ emi_ca

int atl1e_hw::emi_ca

Definition at line 169 of file atl1e.h.


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