Lines Matching refs:s32

63 static s32 e1000_get_phy_id_82571(struct e1000_hw *hw);
64 static s32 e1000_setup_copper_link_82571(struct e1000_hw *hw);
65 static s32 e1000_setup_fiber_serdes_link_82571(struct e1000_hw *hw);
66 static s32 e1000_check_for_serdes_link_82571(struct e1000_hw *hw);
67 static s32 e1000_write_nvm_eewr_82571(struct e1000_hw *hw, u16 offset,
69 static s32 e1000_fix_nvm_checksum_82571(struct e1000_hw *hw);
71 static s32 e1000_setup_link_82571(struct e1000_hw *hw);
75 static s32 e1000_led_on_82574(struct e1000_hw *hw);
79 static s32 e1000_get_hw_semaphore_82574(struct e1000_hw *hw);
81 static s32 e1000_set_d0_lplu_state_82574(struct e1000_hw *hw, bool active);
82 static s32 e1000_set_d3_lplu_state_82574(struct e1000_hw *hw, bool active);
88 static s32 e1000_init_phy_params_82571(struct e1000_hw *hw)
91 s32 ret_val;
164 static s32 e1000_init_nvm_params_82571(struct e1000_hw *hw)
238 static s32 e1000_init_mac_params_82571(struct e1000_hw *hw)
365 static s32 e1000_get_variants_82571(struct e1000_adapter *adapter)
371 s32 rc;
440 static s32 e1000_get_phy_id_82571(struct e1000_hw *hw)
443 s32 ret_val;
489 static s32 e1000_get_hw_semaphore_82571(struct e1000_hw *hw)
492 s32 sw_timeout = hw->nvm.word_size + 1;
493 s32 fw_timeout = hw->nvm.word_size + 1;
494 s32 i = 0;
564 static s32 e1000_get_hw_semaphore_82573(struct e1000_hw *hw)
567 s32 i = 0;
619 static s32 e1000_get_hw_semaphore_82574(struct e1000_hw *hw)
621 s32 ret_val;
655 static s32 e1000_set_d0_lplu_state_82574(struct e1000_hw *hw, bool active)
679 static s32 e1000_set_d3_lplu_state_82574(struct e1000_hw *hw, bool active)
704 static s32 e1000_acquire_nvm_82571(struct e1000_hw *hw)
706 s32 ret_val;
750 static s32 e1000_write_nvm_82571(struct e1000_hw *hw, u16 offset, u16 words,
753 s32 ret_val;
781 static s32 e1000_update_nvm_checksum_82571(struct e1000_hw *hw)
784 s32 ret_val;
842 static s32 e1000_validate_nvm_checksum_82571(struct e1000_hw *hw)
864 static s32 e1000_write_nvm_eewr_82571(struct e1000_hw *hw, u16 offset,
869 s32 ret_val = 0;
906 static s32 e1000_get_cfg_done_82571(struct e1000_hw *hw)
908 s32 timeout = PHY_CFG_TIMEOUT;
936 static s32 e1000_set_d0_lplu_state_82571(struct e1000_hw *hw, bool active)
939 s32 ret_val;
1001 static s32 e1000_reset_hw_82571(struct e1000_hw *hw)
1004 s32 ret_val;
1111 static s32 e1000_init_hw_82571(struct e1000_hw *hw)
1115 s32 ret_val;
1376 static s32 e1000_led_on_82574(struct e1000_hw *hw)
1407 s32 ret_val = 0;
1438 static s32 e1000_setup_link_82571(struct e1000_hw *hw)
1467 static s32 e1000_setup_copper_link_82571(struct e1000_hw *hw)
1470 s32 ret_val;
1503 static s32 e1000_setup_fiber_serdes_link_82571(struct e1000_hw *hw)
1543 static s32 e1000_check_for_serdes_link_82571(struct e1000_hw *hw)
1551 s32 ret_val = 0;
1702 static s32 e1000_valid_led_default_82571(struct e1000_hw *hw, u16 *data)
1704 s32 ret_val;
1779 static s32 e1000_fix_nvm_checksum_82571(struct e1000_hw *hw)
1782 s32 ret_val;
1825 static s32 e1000_read_mac_addr_82571(struct e1000_hw *hw)
1828 s32 ret_val = 0;