Lines Matching refs:s32

40 static s32 e1000_get_phy_id_82571(struct e1000_hw *hw);
41 static s32 e1000_setup_copper_link_82571(struct e1000_hw *hw);
42 static s32 e1000_setup_fiber_serdes_link_82571(struct e1000_hw *hw);
43 static s32 e1000_check_for_serdes_link_82571(struct e1000_hw *hw);
44 static s32 e1000_write_nvm_eewr_82571(struct e1000_hw *hw, u16 offset,
46 static s32 e1000_fix_nvm_checksum_82571(struct e1000_hw *hw);
50 static s32 e1000_led_on_82574(struct e1000_hw *hw);
54 static s32 e1000_get_hw_semaphore_82574(struct e1000_hw *hw);
56 static s32 e1000_set_d0_lplu_state_82574(struct e1000_hw *hw, bool active);
57 static s32 e1000_set_d3_lplu_state_82574(struct e1000_hw *hw, bool active);
63 static s32 e1000_init_phy_params_82571(struct e1000_hw *hw) in e1000_init_phy_params_82571()
66 s32 ret_val; in e1000_init_phy_params_82571()
138 static s32 e1000_init_nvm_params_82571(struct e1000_hw *hw) in e1000_init_nvm_params_82571()
210 static s32 e1000_init_mac_params_82571(struct e1000_hw *hw) in e1000_init_mac_params_82571()
331 static s32 e1000_get_variants_82571(struct e1000_adapter *adapter) in e1000_get_variants_82571()
337 s32 rc; in e1000_get_variants_82571()
406 static s32 e1000_get_phy_id_82571(struct e1000_hw *hw) in e1000_get_phy_id_82571()
409 s32 ret_val; in e1000_get_phy_id_82571()
452 static s32 e1000_get_hw_semaphore_82571(struct e1000_hw *hw) in e1000_get_hw_semaphore_82571()
455 s32 sw_timeout = hw->nvm.word_size + 1; in e1000_get_hw_semaphore_82571()
456 s32 fw_timeout = hw->nvm.word_size + 1; in e1000_get_hw_semaphore_82571()
457 s32 i = 0; in e1000_get_hw_semaphore_82571()
527 static s32 e1000_get_hw_semaphore_82573(struct e1000_hw *hw) in e1000_get_hw_semaphore_82573()
530 s32 i = 0; in e1000_get_hw_semaphore_82573()
580 static s32 e1000_get_hw_semaphore_82574(struct e1000_hw *hw) in e1000_get_hw_semaphore_82574()
582 s32 ret_val; in e1000_get_hw_semaphore_82574()
616 static s32 e1000_set_d0_lplu_state_82574(struct e1000_hw *hw, bool active) in e1000_set_d0_lplu_state_82574()
640 static s32 e1000_set_d3_lplu_state_82574(struct e1000_hw *hw, bool active) in e1000_set_d3_lplu_state_82574()
665 static s32 e1000_acquire_nvm_82571(struct e1000_hw *hw) in e1000_acquire_nvm_82571()
667 s32 ret_val; in e1000_acquire_nvm_82571()
711 static s32 e1000_write_nvm_82571(struct e1000_hw *hw, u16 offset, u16 words, in e1000_write_nvm_82571()
714 s32 ret_val; in e1000_write_nvm_82571()
742 static s32 e1000_update_nvm_checksum_82571(struct e1000_hw *hw) in e1000_update_nvm_checksum_82571()
745 s32 ret_val; in e1000_update_nvm_checksum_82571()
801 static s32 e1000_validate_nvm_checksum_82571(struct e1000_hw *hw) in e1000_validate_nvm_checksum_82571()
823 static s32 e1000_write_nvm_eewr_82571(struct e1000_hw *hw, u16 offset, in e1000_write_nvm_eewr_82571()
828 s32 ret_val = 0; in e1000_write_nvm_eewr_82571()
864 static s32 e1000_get_cfg_done_82571(struct e1000_hw *hw) in e1000_get_cfg_done_82571()
866 s32 timeout = PHY_CFG_TIMEOUT; in e1000_get_cfg_done_82571()
893 static s32 e1000_set_d0_lplu_state_82571(struct e1000_hw *hw, bool active) in e1000_set_d0_lplu_state_82571()
896 s32 ret_val; in e1000_set_d0_lplu_state_82571()
959 static s32 e1000_reset_hw_82571(struct e1000_hw *hw) in e1000_reset_hw_82571()
962 s32 ret_val; in e1000_reset_hw_82571()
1082 static s32 e1000_init_hw_82571(struct e1000_hw *hw) in e1000_init_hw_82571()
1086 s32 ret_val; in e1000_init_hw_82571()
1350 static s32 e1000_led_on_82574(struct e1000_hw *hw) in e1000_led_on_82574()
1380 s32 ret_val; in e1000_check_phy_82574()
1410 static s32 e1000_setup_link_82571(struct e1000_hw *hw) in e1000_setup_link_82571()
1438 static s32 e1000_setup_copper_link_82571(struct e1000_hw *hw) in e1000_setup_copper_link_82571()
1441 s32 ret_val; in e1000_setup_copper_link_82571()
1473 static s32 e1000_setup_fiber_serdes_link_82571(struct e1000_hw *hw) in e1000_setup_fiber_serdes_link_82571()
1512 static s32 e1000_check_for_serdes_link_82571(struct e1000_hw *hw) in e1000_check_for_serdes_link_82571()
1520 s32 ret_val = 0; in e1000_check_for_serdes_link_82571()
1667 static s32 e1000_valid_led_default_82571(struct e1000_hw *hw, u16 *data) in e1000_valid_led_default_82571()
1669 s32 ret_val; in e1000_valid_led_default_82571()
1744 static s32 e1000_fix_nvm_checksum_82571(struct e1000_hw *hw) in e1000_fix_nvm_checksum_82571()
1747 s32 ret_val; in e1000_fix_nvm_checksum_82571()
1790 static s32 e1000_read_mac_addr_82571(struct e1000_hw *hw) in e1000_read_mac_addr_82571()
1793 s32 ret_val; in e1000_read_mac_addr_82571()