#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) |
Definition at line 145 of file mii.h.
Definition at line 146 of file mii.h.
Referenced by mii_check_media(), mii_link_ok(), pcnet32_probe(), sis190_default_phy(), sis190_mii_probe(), sis190_mii_probe_88e1111_fixup(), sis190_phy_task(), sis190_set_speed_auto(), and sundance_probe().
Definition at line 147 of file mii.h.
Referenced by check_duplex(), mii_check_media(), pcnet32_probe(), and sundance_probe().
| unsigned int mii_if_info::full_duplex |
Definition at line 151 of file mii.h.
Referenced by check_duplex(), mii_check_media(), set_rx_mode(), and sundance_probe().
| unsigned int mii_if_info::force_media |
| unsigned int mii_if_info::supports_gmii |
struct net_device* mii_if_info::dev [read] |
Definition at line 155 of file mii.h.
Referenced by atl1e_probe(), mii_check_link(), mii_check_media(), mii_link_ok(), and sis190_mii_probe().
| int(* mii_if_info::mdio_read)(struct net_device *dev, int phy_id, int location) |
Referenced by atl1e_probe(), mii_check_media(), mii_link_ok(), and sis190_mii_probe().
| void(* mii_if_info::mdio_write)(struct net_device *dev, int phy_id, int location, int val) |
Referenced by atl1e_probe(), and sis190_mii_probe().
1.5.7.1