• Home
  • Raw
  • Download

Lines Matching refs:s32

38 static s32  igb_get_invariants_82575(struct e1000_hw *);
39 static s32 igb_acquire_phy_82575(struct e1000_hw *);
41 static s32 igb_acquire_nvm_82575(struct e1000_hw *);
43 static s32 igb_check_for_link_82575(struct e1000_hw *);
44 static s32 igb_get_cfg_done_82575(struct e1000_hw *);
45 static s32 igb_init_hw_82575(struct e1000_hw *);
46 static s32 igb_phy_hw_reset_sgmii_82575(struct e1000_hw *);
47 static s32 igb_read_phy_reg_sgmii_82575(struct e1000_hw *, u32, u16 *);
48 static s32 igb_read_phy_reg_82580(struct e1000_hw *, u32, u16 *);
49 static s32 igb_write_phy_reg_82580(struct e1000_hw *, u32, u16);
50 static s32 igb_reset_hw_82575(struct e1000_hw *);
51 static s32 igb_reset_hw_82580(struct e1000_hw *);
52 static s32 igb_set_d0_lplu_state_82575(struct e1000_hw *, bool);
53 static s32 igb_set_d0_lplu_state_82580(struct e1000_hw *, bool);
54 static s32 igb_set_d3_lplu_state_82580(struct e1000_hw *, bool);
55 static s32 igb_setup_copper_link_82575(struct e1000_hw *);
56 static s32 igb_setup_serdes_link_82575(struct e1000_hw *);
57 static s32 igb_write_phy_reg_sgmii_82575(struct e1000_hw *, u32, u16);
59 static s32 igb_acquire_swfw_sync_82575(struct e1000_hw *, u16);
60 static s32 igb_get_pcs_speed_and_duplex_82575(struct e1000_hw *, u16 *,
62 static s32 igb_get_phy_id_82575(struct e1000_hw *);
65 static s32 igb_reset_init_script_82575(struct e1000_hw *);
66 static s32 igb_read_mac_addr_82575(struct e1000_hw *);
67 static s32 igb_set_pcie_completion_timeout(struct e1000_hw *hw);
68 static s32 igb_reset_mdicnfg_82580(struct e1000_hw *hw);
69 static s32 igb_validate_nvm_checksum_82580(struct e1000_hw *hw);
70 static s32 igb_update_nvm_checksum_82580(struct e1000_hw *hw);
71 static s32 igb_validate_nvm_checksum_i350(struct e1000_hw *hw);
72 static s32 igb_update_nvm_checksum_i350(struct e1000_hw *hw);
114 static s32 igb_check_for_link_media_swap(struct e1000_hw *hw) in igb_check_for_link_media_swap()
117 s32 ret_val; in igb_check_for_link_media_swap()
173 static s32 igb_init_phy_params_82575(struct e1000_hw *hw) in igb_init_phy_params_82575()
176 s32 ret_val = 0; in igb_init_phy_params_82575()
317 static s32 igb_init_nvm_params_82575(struct e1000_hw *hw) in igb_init_nvm_params_82575()
394 static s32 igb_init_mac_params_82575(struct e1000_hw *hw) in igb_init_mac_params_82575()
475 static s32 igb_set_sfp_media_type_82575(struct e1000_hw *hw) in igb_set_sfp_media_type_82575()
477 s32 ret_val = E1000_ERR_CONFIG; in igb_set_sfp_media_type_82575()
482 s32 timeout = 3; in igb_set_sfp_media_type_82575()
537 static s32 igb_get_invariants_82575(struct e1000_hw *hw) in igb_get_invariants_82575()
541 s32 ret_val; in igb_get_invariants_82575()
705 static s32 igb_acquire_phy_82575(struct e1000_hw *hw) in igb_acquire_phy_82575()
749 static s32 igb_read_phy_reg_sgmii_82575(struct e1000_hw *hw, u32 offset, in igb_read_phy_reg_sgmii_82575()
752 s32 ret_val = -E1000_ERR_PARAM; in igb_read_phy_reg_sgmii_82575()
780 static s32 igb_write_phy_reg_sgmii_82575(struct e1000_hw *hw, u32 offset, in igb_write_phy_reg_sgmii_82575()
783 s32 ret_val = -E1000_ERR_PARAM; in igb_write_phy_reg_sgmii_82575()
810 static s32 igb_get_phy_id_82575(struct e1000_hw *hw) in igb_get_phy_id_82575()
813 s32 ret_val = 0; in igb_get_phy_id_82575()
905 static s32 igb_phy_hw_reset_sgmii_82575(struct e1000_hw *hw) in igb_phy_hw_reset_sgmii_82575()
908 s32 ret_val; in igb_phy_hw_reset_sgmii_82575()
946 static s32 igb_set_d0_lplu_state_82575(struct e1000_hw *hw, bool active) in igb_set_d0_lplu_state_82575()
949 s32 ret_val; in igb_set_d0_lplu_state_82575()
1022 static s32 igb_set_d0_lplu_state_82580(struct e1000_hw *hw, bool active) in igb_set_d0_lplu_state_82580()
1065 static s32 igb_set_d3_lplu_state_82580(struct e1000_hw *hw, bool active) in igb_set_d3_lplu_state_82580()
1104 static s32 igb_acquire_nvm_82575(struct e1000_hw *hw) in igb_acquire_nvm_82575()
1106 s32 ret_val; in igb_acquire_nvm_82575()
1142 static s32 igb_acquire_swfw_sync_82575(struct e1000_hw *hw, u16 mask) in igb_acquire_swfw_sync_82575()
1147 s32 ret_val = 0; in igb_acquire_swfw_sync_82575()
1148 s32 i = 0, timeout = 200; in igb_acquire_swfw_sync_82575()
1215 static s32 igb_get_cfg_done_82575(struct e1000_hw *hw) in igb_get_cfg_done_82575()
1217 s32 timeout = PHY_CFG_TIMEOUT; in igb_get_cfg_done_82575()
1254 static s32 igb_get_link_up_info_82575(struct e1000_hw *hw, u16 *speed, in igb_get_link_up_info_82575()
1257 s32 ret_val; in igb_get_link_up_info_82575()
1276 static s32 igb_check_for_link_82575(struct e1000_hw *hw) in igb_check_for_link_82575()
1278 s32 ret_val; in igb_check_for_link_82575()
1342 static s32 igb_get_pcs_speed_and_duplex_82575(struct e1000_hw *hw, u16 *speed, in igb_get_pcs_speed_and_duplex_82575()
1436 static s32 igb_reset_hw_82575(struct e1000_hw *hw) in igb_reset_hw_82575()
1439 s32 ret_val; in igb_reset_hw_82575()
1496 static s32 igb_init_hw_82575(struct e1000_hw *hw) in igb_init_hw_82575()
1499 s32 ret_val; in igb_init_hw_82575()
1556 static s32 igb_setup_copper_link_82575(struct e1000_hw *hw) in igb_setup_copper_link_82575()
1559 s32 ret_val; in igb_setup_copper_link_82575()
1639 static s32 igb_setup_serdes_link_82575(struct e1000_hw *hw) in igb_setup_serdes_link_82575()
1643 s32 ret_val = 0; in igb_setup_serdes_link_82575()
1792 static s32 igb_reset_init_script_82575(struct e1000_hw *hw) in igb_reset_init_script_82575()
1825 static s32 igb_read_mac_addr_82575(struct e1000_hw *hw) in igb_read_mac_addr_82575()
1827 s32 ret_val = 0; in igb_read_mac_addr_82575()
2007 static s32 igb_set_pcie_completion_timeout(struct e1000_hw *hw) in igb_set_pcie_completion_timeout()
2010 s32 ret_val = 0; in igb_set_pcie_completion_timeout()
2149 static s32 igb_read_phy_reg_82580(struct e1000_hw *hw, u32 offset, u16 *data) in igb_read_phy_reg_82580()
2151 s32 ret_val; in igb_read_phy_reg_82580()
2173 static s32 igb_write_phy_reg_82580(struct e1000_hw *hw, u32 offset, u16 data) in igb_write_phy_reg_82580()
2175 s32 ret_val; in igb_write_phy_reg_82580()
2198 static s32 igb_reset_mdicnfg_82580(struct e1000_hw *hw) in igb_reset_mdicnfg_82580()
2200 s32 ret_val = 0; in igb_reset_mdicnfg_82580()
2234 static s32 igb_reset_hw_82580(struct e1000_hw *hw) in igb_reset_hw_82580()
2236 s32 ret_val = 0; in igb_reset_hw_82580()
2345 static s32 igb_validate_nvm_checksum_with_offset(struct e1000_hw *hw, in igb_validate_nvm_checksum_with_offset()
2348 s32 ret_val = 0; in igb_validate_nvm_checksum_with_offset()
2381 static s32 igb_update_nvm_checksum_with_offset(struct e1000_hw *hw, u16 offset) in igb_update_nvm_checksum_with_offset()
2383 s32 ret_val; in igb_update_nvm_checksum_with_offset()
2413 static s32 igb_validate_nvm_checksum_82580(struct e1000_hw *hw) in igb_validate_nvm_checksum_82580()
2415 s32 ret_val = 0; in igb_validate_nvm_checksum_82580()
2453 static s32 igb_update_nvm_checksum_82580(struct e1000_hw *hw) in igb_update_nvm_checksum_82580()
2455 s32 ret_val; in igb_update_nvm_checksum_82580()
2495 static s32 igb_validate_nvm_checksum_i350(struct e1000_hw *hw) in igb_validate_nvm_checksum_i350()
2497 s32 ret_val = 0; in igb_validate_nvm_checksum_i350()
2521 static s32 igb_update_nvm_checksum_i350(struct e1000_hw *hw) in igb_update_nvm_checksum_i350()
2523 s32 ret_val = 0; in igb_update_nvm_checksum_i350()
2545 static s32 __igb_access_emi_reg(struct e1000_hw *hw, u16 address, in __igb_access_emi_reg()
2548 s32 ret_val = 0; in __igb_access_emi_reg()
2568 s32 igb_read_emi_reg(struct e1000_hw *hw, u16 addr, u16 *data) in igb_read_emi_reg()
2582 s32 igb_set_eee_i350(struct e1000_hw *hw, bool adv1G, bool adv100M) in igb_set_eee_i350()
2638 s32 igb_set_eee_i354(struct e1000_hw *hw, bool adv1G, bool adv100M) in igb_set_eee_i354()
2641 s32 ret_val = 0; in igb_set_eee_i354()
2718 s32 igb_get_eee_status_i354(struct e1000_hw *hw, bool *status) in igb_get_eee_status_i354()
2721 s32 ret_val = 0; in igb_get_eee_status_i354()
2763 static s32 igb_get_thermal_sensor_data_generic(struct e1000_hw *hw) in igb_get_thermal_sensor_data_generic()
2816 static s32 igb_init_thermal_sensor_thresh_generic(struct e1000_hw *hw) in igb_init_thermal_sensor_thresh_generic()