Lines Matching refs:s32

22 static s32 e1000_get_phy_id_82571(struct e1000_hw *hw);
23 static s32 e1000_setup_copper_link_82571(struct e1000_hw *hw);
24 static s32 e1000_setup_fiber_serdes_link_82571(struct e1000_hw *hw);
25 static s32 e1000_check_for_serdes_link_82571(struct e1000_hw *hw);
26 static s32 e1000_write_nvm_eewr_82571(struct e1000_hw *hw, u16 offset,
28 static s32 e1000_fix_nvm_checksum_82571(struct e1000_hw *hw);
32 static s32 e1000_led_on_82574(struct e1000_hw *hw);
36 static s32 e1000_get_hw_semaphore_82574(struct e1000_hw *hw);
38 static s32 e1000_set_d0_lplu_state_82574(struct e1000_hw *hw, bool active);
39 static s32 e1000_set_d3_lplu_state_82574(struct e1000_hw *hw, bool active);
45 static s32 e1000_init_phy_params_82571(struct e1000_hw *hw) in e1000_init_phy_params_82571()
48 s32 ret_val; in e1000_init_phy_params_82571()
120 static s32 e1000_init_nvm_params_82571(struct e1000_hw *hw) in e1000_init_nvm_params_82571()
191 static s32 e1000_init_mac_params_82571(struct e1000_hw *hw) in e1000_init_mac_params_82571()
312 static s32 e1000_get_variants_82571(struct e1000_adapter *adapter) in e1000_get_variants_82571()
318 s32 rc; in e1000_get_variants_82571()
387 static s32 e1000_get_phy_id_82571(struct e1000_hw *hw) in e1000_get_phy_id_82571()
390 s32 ret_val; in e1000_get_phy_id_82571()
433 static s32 e1000_get_hw_semaphore_82571(struct e1000_hw *hw) in e1000_get_hw_semaphore_82571()
436 s32 sw_timeout = hw->nvm.word_size + 1; in e1000_get_hw_semaphore_82571()
437 s32 fw_timeout = hw->nvm.word_size + 1; in e1000_get_hw_semaphore_82571()
438 s32 i = 0; in e1000_get_hw_semaphore_82571()
508 static s32 e1000_get_hw_semaphore_82573(struct e1000_hw *hw) in e1000_get_hw_semaphore_82573()
511 s32 i = 0; in e1000_get_hw_semaphore_82573()
561 static s32 e1000_get_hw_semaphore_82574(struct e1000_hw *hw) in e1000_get_hw_semaphore_82574()
563 s32 ret_val; in e1000_get_hw_semaphore_82574()
597 static s32 e1000_set_d0_lplu_state_82574(struct e1000_hw *hw, bool active) in e1000_set_d0_lplu_state_82574()
621 static s32 e1000_set_d3_lplu_state_82574(struct e1000_hw *hw, bool active) in e1000_set_d3_lplu_state_82574()
646 static s32 e1000_acquire_nvm_82571(struct e1000_hw *hw) in e1000_acquire_nvm_82571()
648 s32 ret_val; in e1000_acquire_nvm_82571()
692 static s32 e1000_write_nvm_82571(struct e1000_hw *hw, u16 offset, u16 words, in e1000_write_nvm_82571()
695 s32 ret_val; in e1000_write_nvm_82571()
723 static s32 e1000_update_nvm_checksum_82571(struct e1000_hw *hw) in e1000_update_nvm_checksum_82571()
726 s32 ret_val; in e1000_update_nvm_checksum_82571()
782 static s32 e1000_validate_nvm_checksum_82571(struct e1000_hw *hw) in e1000_validate_nvm_checksum_82571()
804 static s32 e1000_write_nvm_eewr_82571(struct e1000_hw *hw, u16 offset, in e1000_write_nvm_eewr_82571()
809 s32 ret_val = 0; in e1000_write_nvm_eewr_82571()
845 static s32 e1000_get_cfg_done_82571(struct e1000_hw *hw) in e1000_get_cfg_done_82571()
847 s32 timeout = PHY_CFG_TIMEOUT; in e1000_get_cfg_done_82571()
874 static s32 e1000_set_d0_lplu_state_82571(struct e1000_hw *hw, bool active) in e1000_set_d0_lplu_state_82571()
877 s32 ret_val; in e1000_set_d0_lplu_state_82571()
942 static s32 e1000_reset_hw_82571(struct e1000_hw *hw) in e1000_reset_hw_82571()
945 s32 ret_val; in e1000_reset_hw_82571()
1065 static s32 e1000_init_hw_82571(struct e1000_hw *hw) in e1000_init_hw_82571()
1069 s32 ret_val; in e1000_init_hw_82571()
1333 static s32 e1000_led_on_82574(struct e1000_hw *hw) in e1000_led_on_82574()
1363 s32 ret_val; in e1000_check_phy_82574()
1393 static s32 e1000_setup_link_82571(struct e1000_hw *hw) in e1000_setup_link_82571()
1421 static s32 e1000_setup_copper_link_82571(struct e1000_hw *hw) in e1000_setup_copper_link_82571()
1424 s32 ret_val; in e1000_setup_copper_link_82571()
1456 static s32 e1000_setup_fiber_serdes_link_82571(struct e1000_hw *hw) in e1000_setup_fiber_serdes_link_82571()
1495 static s32 e1000_check_for_serdes_link_82571(struct e1000_hw *hw) in e1000_check_for_serdes_link_82571()
1503 s32 ret_val = 0; in e1000_check_for_serdes_link_82571()
1650 static s32 e1000_valid_led_default_82571(struct e1000_hw *hw, u16 *data) in e1000_valid_led_default_82571()
1652 s32 ret_val; in e1000_valid_led_default_82571()
1727 static s32 e1000_fix_nvm_checksum_82571(struct e1000_hw *hw) in e1000_fix_nvm_checksum_82571()
1730 s32 ret_val; in e1000_fix_nvm_checksum_82571()
1773 static s32 e1000_read_mac_addr_82571(struct e1000_hw *hw) in e1000_read_mac_addr_82571()
1776 s32 ret_val; in e1000_read_mac_addr_82571()