Lines Matching refs:s32

11 static s32 e1000_check_downshift(struct e1000_hw *hw);
12 static s32 e1000_check_polarity(struct e1000_hw *hw,
16 static s32 e1000_config_dsp_after_link_change(struct e1000_hw *hw,
18 static s32 e1000_config_fc_after_link_up(struct e1000_hw *hw);
19 static s32 e1000_detect_gig_phy(struct e1000_hw *hw);
20 static s32 e1000_get_auto_rd_done(struct e1000_hw *hw);
21 static s32 e1000_get_cable_length(struct e1000_hw *hw, u16 *min_length,
23 static s32 e1000_get_phy_cfg_done(struct e1000_hw *hw);
24 static s32 e1000_id_led_init(struct e1000_hw *hw);
26 static s32 e1000_phy_igp_get_info(struct e1000_hw *hw,
28 static s32 e1000_phy_m88_get_info(struct e1000_hw *hw,
30 static s32 e1000_set_d3_lplu_state(struct e1000_hw *hw, bool active);
31 static s32 e1000_wait_autoneg(struct e1000_hw *hw);
33 static s32 e1000_set_phy_type(struct e1000_hw *hw);
35 static s32 e1000_setup_copper_link(struct e1000_hw *hw);
36 static s32 e1000_setup_fiber_serdes_link(struct e1000_hw *hw);
37 static s32 e1000_adjust_serdes_amplitude(struct e1000_hw *hw);
38 static s32 e1000_phy_force_speed_duplex(struct e1000_hw *hw);
39 static s32 e1000_config_mac_to_phy(struct e1000_hw *hw);
44 static s32 e1000_phy_reset_dsp(struct e1000_hw *hw);
45 static s32 e1000_write_eeprom_spi(struct e1000_hw *hw, u16 offset,
47 static s32 e1000_write_eeprom_microwire(struct e1000_hw *hw, u16 offset,
49 static s32 e1000_spi_eeprom_ready(struct e1000_hw *hw);
53 static s32 e1000_write_phy_reg_ex(struct e1000_hw *hw, u32 reg_addr,
55 static s32 e1000_read_phy_reg_ex(struct e1000_hw *hw, u32 reg_addr,
58 static s32 e1000_acquire_eeprom(struct e1000_hw *hw);
61 static s32 e1000_set_vco_speed(struct e1000_hw *hw);
62 static s32 e1000_polarity_reversal_workaround(struct e1000_hw *hw);
63 static s32 e1000_set_phy_mode(struct e1000_hw *hw);
64 static s32 e1000_do_read_eeprom(struct e1000_hw *hw, u16 offset, u16 words,
66 static s32 e1000_do_write_eeprom(struct e1000_hw *hw, u16 offset, u16 words,
92 static s32 e1000_set_phy_type(struct e1000_hw *hw)
225 s32 e1000_set_mac_type(struct e1000_hw *hw)
376 s32 e1000_reset_hw(struct e1000_hw *hw)
382 s32 ret_val;
525 s32 e1000_init_hw(struct e1000_hw *hw)
529 s32 ret_val;
643 static s32 e1000_adjust_serdes_amplitude(struct e1000_hw *hw)
646 s32 ret_val;
686 s32 e1000_setup_link(struct e1000_hw *hw)
689 s32 ret_val;
799 static s32 e1000_setup_fiber_serdes_link(struct e1000_hw *hw)
806 s32 ret_val;
941 static s32 e1000_copper_link_rtl_setup(struct e1000_hw *hw)
943 s32 ret_val;
955 static s32 gbe_dhg_phy_setup(struct e1000_hw *hw)
957 s32 ret_val;
1002 static s32 e1000_copper_link_preconfig(struct e1000_hw *hw)
1005 s32 ret_val;
1061 static s32 e1000_copper_link_igp_setup(struct e1000_hw *hw)
1064 s32 ret_val;
1203 static s32 e1000_copper_link_mgp_setup(struct e1000_hw *hw)
1205 s32 ret_val;
1309 static s32 e1000_copper_link_autoneg(struct e1000_hw *hw)
1311 s32 ret_val;
1379 static s32 e1000_copper_link_postconfig(struct e1000_hw *hw)
1381 s32 ret_val;
1416 static s32 e1000_setup_copper_link(struct e1000_hw *hw)
1418 s32 ret_val;
1495 s32 e1000_phy_setup_autoneg(struct e1000_hw *hw)
1497 s32 ret_val;
1643 static s32 e1000_phy_force_speed_duplex(struct e1000_hw *hw)
1646 s32 ret_val;
1905 static s32 e1000_config_mac_to_phy(struct e1000_hw *hw)
1908 s32 ret_val;
1984 s32 e1000_force_mac_fc(struct e1000_hw *hw)
2048 static s32 e1000_config_fc_after_link_up(struct e1000_hw *hw)
2050 s32 ret_val;
2264 static s32 e1000_check_for_serdes_link_generic(struct e1000_hw *hw)
2269 s32 ret_val = E1000_SUCCESS;
2370 s32 e1000_check_for_link(struct e1000_hw *hw)
2375 s32 ret_val;
2553 s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 *speed, u16 *duplex)
2556 s32 ret_val;
2618 static s32 e1000_wait_autoneg(struct e1000_hw *hw)
2620 s32 ret_val;
2785 s32 e1000_read_phy_reg(struct e1000_hw *hw, u32 reg_addr, u16 *phy_data)
2808 static s32 e1000_read_phy_reg_ex(struct e1000_hw *hw, u32 reg_addr,
2922 s32 e1000_write_phy_reg(struct e1000_hw *hw, u32 reg_addr, u16 phy_data)
2946 static s32 e1000_write_phy_reg_ex(struct e1000_hw *hw, u32 reg_addr,
3039 s32 e1000_phy_hw_reset(struct e1000_hw *hw)
3097 s32 e1000_phy_reset(struct e1000_hw *hw)
3099 s32 ret_val;
3134 static s32 e1000_detect_gig_phy(struct e1000_hw *hw)
3136 s32 phy_init_status, ret_val;
3207 static s32 e1000_phy_reset_dsp(struct e1000_hw *hw)
3209 s32 ret_val;
3234 static s32 e1000_phy_igp_get_info(struct e1000_hw *hw,
3237 s32 ret_val;
3312 static s32 e1000_phy_m88_get_info(struct e1000_hw *hw,
3315 s32 ret_val;
3380 s32 e1000_phy_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info)
3382 s32 ret_val;
3421 s32 e1000_validate_mdi_setting(struct e1000_hw *hw)
3438 s32 e1000_init_eeprom_params(struct e1000_hw *hw)
3442 s32 ret_val = E1000_SUCCESS;
3657 static s32 e1000_acquire_eeprom(struct e1000_hw *hw)
3803 static s32 e1000_spi_eeprom_ready(struct e1000_hw *hw)
3845 s32 e1000_read_eeprom(struct e1000_hw *hw, u16 offset, u16 words, u16 *data)
3847 s32 ret;
3855 static s32 e1000_do_read_eeprom(struct e1000_hw *hw, u16 offset, u16 words,
3954 s32 e1000_validate_eeprom_checksum(struct e1000_hw *hw)
3988 s32 e1000_update_eeprom_checksum(struct e1000_hw *hw)
4018 s32 e1000_write_eeprom(struct e1000_hw *hw, u16 offset, u16 words, u16 *data)
4020 s32 ret;
4028 static s32 e1000_do_write_eeprom(struct e1000_hw *hw, u16 offset, u16 words,
4032 s32 status = 0;
4074 static s32 e1000_write_eeprom_spi(struct e1000_hw *hw, u16 offset, u16 words,
4141 static s32 e1000_write_eeprom_microwire(struct e1000_hw *hw, u16 offset,
4223 s32 e1000_read_mac_addr(struct e1000_hw *hw)
4408 static s32 e1000_id_led_init(struct e1000_hw *hw)
4483 s32 e1000_setup_led(struct e1000_hw *hw)
4486 s32 ret_val = E1000_SUCCESS;
4534 s32 e1000_cleanup_led(struct e1000_hw *hw)
4536 s32 ret_val = E1000_SUCCESS;
4568 s32 e1000_led_on(struct e1000_hw *hw)
4612 s32 e1000_led_off(struct e1000_hw *hw)
4874 static s32 e1000_get_cable_length(struct e1000_hw *hw, u16 *min_length,
4877 s32 ret_val;
4987 static s32 e1000_check_polarity(struct e1000_hw *hw,
4990 s32 ret_val;
5050 static s32 e1000_check_downshift(struct e1000_hw *hw)
5052 s32 ret_val;
5083 static s32 e1000_1000Mb_check_cable_length(struct e1000_hw *hw)
5087 s32 ret_val;
5160 static s32 e1000_config_dsp_after_link_change(struct e1000_hw *hw, bool link_up)
5162 s32 ret_val;
5293 static s32 e1000_set_phy_mode(struct e1000_hw *hw)
5295 s32 ret_val;
5339 static s32 e1000_set_d3_lplu_state(struct e1000_hw *hw, bool active)
5341 s32 ret_val;
5438 static s32 e1000_set_vco_speed(struct e1000_hw *hw)
5440 s32 ret_val;
5518 static s32 e1000_polarity_reversal_workaround(struct e1000_hw *hw)
5520 s32 ret_val;
5612 static s32 e1000_get_auto_rd_done(struct e1000_hw *hw)
5626 static s32 e1000_get_phy_cfg_done(struct e1000_hw *hw)