• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/

Lines Matching refs:hw

44 s32  igb_check_downshift(struct e1000_hw *hw);
45 s32 igb_check_reset_block(struct e1000_hw *hw);
46 s32 igb_copper_link_setup_igp(struct e1000_hw *hw);
47 s32 igb_copper_link_setup_m88(struct e1000_hw *hw);
48 s32 igb_phy_force_speed_duplex_igp(struct e1000_hw *hw);
49 s32 igb_phy_force_speed_duplex_m88(struct e1000_hw *hw);
50 s32 igb_get_cable_length_m88(struct e1000_hw *hw);
51 s32 igb_get_cable_length_igp_2(struct e1000_hw *hw);
52 s32 igb_get_phy_id(struct e1000_hw *hw);
53 s32 igb_get_phy_info_igp(struct e1000_hw *hw);
54 s32 igb_get_phy_info_m88(struct e1000_hw *hw);
55 s32 igb_phy_sw_reset(struct e1000_hw *hw);
56 s32 igb_phy_hw_reset(struct e1000_hw *hw);
57 s32 igb_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data);
58 s32 igb_set_d3_lplu_state(struct e1000_hw *hw, bool active);
59 s32 igb_setup_copper_link(struct e1000_hw *hw);
60 s32 igb_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data);
61 s32 igb_phy_has_link(struct e1000_hw *hw, u32 iterations,
63 void igb_power_up_phy_copper(struct e1000_hw *hw);
64 void igb_power_down_phy_copper(struct e1000_hw *hw);
65 s32 igb_phy_init_script_igp3(struct e1000_hw *hw);
66 s32 igb_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data);
67 s32 igb_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data);
68 s32 igb_read_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 *data);
69 s32 igb_write_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 data);
70 s32 igb_copper_link_setup_82580(struct e1000_hw *hw);
71 s32 igb_get_phy_info_82580(struct e1000_hw *hw);
72 s32 igb_phy_force_speed_duplex_82580(struct e1000_hw *hw);
73 s32 igb_get_cable_length_82580(struct e1000_hw *hw);