Lines Matching refs:s32
34 static s32 igb_set_default_fc(struct e1000_hw *hw);
35 static s32 igb_set_fc_watermarks(struct e1000_hw *hw);
45 s32 igb_get_bus_info_pcie(struct e1000_hw *hw) in igb_get_bus_info_pcie()
48 s32 ret_val; in igb_get_bus_info_pcie()
194 s32 igb_vfta_set(struct e1000_hw *hw, u32 vid, bool add) in igb_vfta_set()
200 s32 ret_val = 0; in igb_vfta_set()
233 s32 igb_check_alt_mac_addr(struct e1000_hw *hw) in igb_check_alt_mac_addr()
236 s32 ret_val = 0; in igb_check_alt_mac_addr()
522 s32 igb_check_for_copper_link(struct e1000_hw *hw) in igb_check_for_copper_link()
525 s32 ret_val; in igb_check_for_copper_link()
593 s32 igb_setup_link(struct e1000_hw *hw) in igb_setup_link()
595 s32 ret_val = 0; in igb_setup_link()
673 static s32 igb_set_fc_watermarks(struct e1000_hw *hw) in igb_set_fc_watermarks()
675 s32 ret_val = 0; in igb_set_fc_watermarks()
708 static s32 igb_set_default_fc(struct e1000_hw *hw) in igb_set_default_fc()
710 s32 ret_val = 0; in igb_set_default_fc()
758 s32 igb_force_mac_fc(struct e1000_hw *hw) in igb_force_mac_fc()
761 s32 ret_val = 0; in igb_force_mac_fc()
821 s32 igb_config_fc_after_link_up(struct e1000_hw *hw) in igb_config_fc_after_link_up()
824 s32 ret_val = 0; in igb_config_fc_after_link_up()
1151 s32 igb_get_speed_and_duplex_copper(struct e1000_hw *hw, u16 *speed, in igb_get_speed_and_duplex_copper()
1185 s32 igb_get_hw_semaphore(struct e1000_hw *hw) in igb_get_hw_semaphore()
1188 s32 ret_val = 0; in igb_get_hw_semaphore()
1189 s32 timeout = hw->nvm.word_size + 1; in igb_get_hw_semaphore()
1190 s32 i = 0; in igb_get_hw_semaphore()
1255 s32 igb_get_auto_rd_done(struct e1000_hw *hw) in igb_get_auto_rd_done()
1257 s32 i = 0; in igb_get_auto_rd_done()
1258 s32 ret_val = 0; in igb_get_auto_rd_done()
1286 static s32 igb_valid_led_default(struct e1000_hw *hw, u16 *data) in igb_valid_led_default()
1288 s32 ret_val; in igb_valid_led_default()
1316 s32 igb_id_led_init(struct e1000_hw *hw) in igb_id_led_init()
1319 s32 ret_val; in igb_id_led_init()
1389 s32 igb_cleanup_led(struct e1000_hw *hw) in igb_cleanup_led()
1401 s32 igb_blink_led(struct e1000_hw *hw) in igb_blink_led()
1446 s32 igb_led_off(struct e1000_hw *hw) in igb_led_off()
1470 s32 igb_disable_pcie_master(struct e1000_hw *hw) in igb_disable_pcie_master()
1473 s32 timeout = MASTER_DISABLE_TIMEOUT; in igb_disable_pcie_master()
1474 s32 ret_val = 0; in igb_disable_pcie_master()
1508 s32 igb_validate_mdi_setting(struct e1000_hw *hw) in igb_validate_mdi_setting()
1510 s32 ret_val = 0; in igb_validate_mdi_setting()
1538 s32 igb_write_8bit_ctrl_reg(struct e1000_hw *hw, u32 reg, in igb_write_8bit_ctrl_reg()
1542 s32 ret_val = 0; in igb_write_8bit_ctrl_reg()