Lines Matching refs:s32

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_copper_link_setup_m88_gen2(struct e1000_hw *hw);
49 s32 igb_phy_force_speed_duplex_igp(struct e1000_hw *hw);
50 s32 igb_phy_force_speed_duplex_m88(struct e1000_hw *hw);
51 s32 igb_get_cable_length_m88(struct e1000_hw *hw);
52 s32 igb_get_cable_length_m88_gen2(struct e1000_hw *hw);
53 s32 igb_get_cable_length_igp_2(struct e1000_hw *hw);
54 s32 igb_get_phy_id(struct e1000_hw *hw);
55 s32 igb_get_phy_info_igp(struct e1000_hw *hw);
56 s32 igb_get_phy_info_m88(struct e1000_hw *hw);
57 s32 igb_phy_sw_reset(struct e1000_hw *hw);
58 s32 igb_phy_hw_reset(struct e1000_hw *hw);
59 s32 igb_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data);
60 s32 igb_set_d3_lplu_state(struct e1000_hw *hw, bool active);
61 s32 igb_setup_copper_link(struct e1000_hw *hw);
62 s32 igb_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data);
63 s32 igb_phy_has_link(struct e1000_hw *hw, u32 iterations,
67 s32 igb_phy_init_script_igp3(struct e1000_hw *hw);
68 s32 igb_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data);
69 s32 igb_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data);
70 s32 igb_read_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 *data);
71 s32 igb_write_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 data);
72 s32 igb_copper_link_setup_82580(struct e1000_hw *hw);
73 s32 igb_get_phy_info_82580(struct e1000_hw *hw);
74 s32 igb_phy_force_speed_duplex_82580(struct e1000_hw *hw);
75 s32 igb_get_cable_length_82580(struct e1000_hw *hw);