iPXE
|
#include <mii.h>
Data Fields | |
int | phy_id |
int | advertising |
int | phy_id_mask |
int | reg_num_mask |
unsigned int | full_duplex: 1 |
unsigned int | force_media: 1 |
unsigned int | supports_gmii: 1 |
struct net_device * | dev |
int(* | mdio_read )(struct net_device *dev, int phy_id, int location) |
void(* | mdio_write )(struct net_device *dev, int phy_id, int location, int val) |
int mii_if_info::phy_id |
Definition at line 145 of file mii.h.
Referenced by jme_phy_init(), jme_phy_off(), jme_probe(), jme_reset_phy_processor(), jme_restart_an(), jme_set_phyfifoa(), jme_set_phyfifob(), sis190_default_phy(), sis190_mii_probe(), and sundance_probe().
int mii_if_info::advertising |
Definition at line 146 of file mii.h.
Referenced by check_duplex(), and sundance_probe().
int mii_if_info::phy_id_mask |
Definition at line 147 of file mii.h.
Referenced by atl1e_probe(), and sis190_mii_probe().
int mii_if_info::reg_num_mask |
Definition at line 148 of file mii.h.
Referenced by atl1e_probe(), and sis190_mii_probe().
unsigned int mii_if_info::full_duplex |
Definition at line 150 of file mii.h.
Referenced by check_duplex(), set_rx_mode(), and sundance_probe().
unsigned int mii_if_info::supports_gmii |
Definition at line 152 of file mii.h.
Referenced by jme_probe().
struct net_device* mii_if_info::dev |
Definition at line 154 of file mii.h.
Referenced by atl1e_probe(), jme_alloc_and_feed_iob(), jme_free_tx_buffers(), jme_phy_init(), jme_phy_off(), jme_probe(), jme_process_receive(), jme_reset_phy_processor(), jme_restart_an(), jme_set_phyfifoa(), jme_set_phyfifob(), jme_tx_clean(), and sis190_mii_probe().
int(* mii_if_info::mdio_read) (struct net_device *dev, int phy_id, int location) |
Definition at line 155 of file mii.h.
Referenced by atl1e_probe(), jme_probe(), and sis190_mii_probe().
void(* mii_if_info::mdio_write) (struct net_device *dev, int phy_id, int location, int val) |
Definition at line 156 of file mii.h.
Referenced by atl1e_probe(), jme_probe(), and sis190_mii_probe().