iPXE
Data Fields
mii_chip_info Struct Reference

#include <sis190.h>

Data Fields

const char * name
 
u16 id [2]
 
unsigned int type
 
u32 feature
 
u16 phy_id0
 
u16 phy_id1
 
void(* read_mode )(struct nic *nic, int phy_addr, int *speed, int *duplex)
 

Detailed Description

Definition at line 284 of file sis190.h.

Field Documentation

◆ name

const char * mii_chip_info::name

Definition at line 285 of file sis190.h.

Referenced by sis190_init_phy(), and sis900_probe().

◆ id

u16 mii_chip_info::id[2]

Definition at line 286 of file sis190.h.

Referenced by sis190_init_phy().

◆ type

unsigned int mii_chip_info::type

Definition at line 287 of file sis190.h.

Referenced by sis190_init_phy().

◆ feature

u32 mii_chip_info::feature

Definition at line 288 of file sis190.h.

Referenced by sis190_init_phy().

◆ phy_id0

u16 mii_chip_info::phy_id0

Definition at line 101 of file sis900.c.

◆ phy_id1

u16 mii_chip_info::phy_id1

Definition at line 102 of file sis900.c.

Referenced by sis900_probe().

◆ read_mode

void(* mii_chip_info::read_mode) (struct nic *nic, int phy_addr, int *speed, int *duplex)

Definition at line 103 of file sis900.c.

Referenced by sis900_check_mode().


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