Lines Matching refs:s32

15 static s32 igb_set_default_fc(struct e1000_hw *hw);
26 s32 igb_get_bus_info_pcie(struct e1000_hw *hw)
29 s32 ret_val;
132 static s32 igb_find_vlvf_slot(struct e1000_hw *hw, u32 vlan, bool vlvf_bypass)
134 s32 regindex, first_empty_slot;
174 s32 igb_vfta_set(struct e1000_hw *hw, u32 vlan, u32 vind,
179 s32 vlvf_index;
287 s32 igb_check_alt_mac_addr(struct e1000_hw *hw)
290 s32 ret_val = 0;
607 s32 igb_check_for_copper_link(struct e1000_hw *hw)
610 s32 ret_val;
678 s32 igb_setup_link(struct e1000_hw *hw)
680 s32 ret_val = 0;
790 static s32 igb_set_default_fc(struct e1000_hw *hw)
792 s32 ret_val = 0;
837 s32 igb_force_mac_fc(struct e1000_hw *hw)
840 s32 ret_val = 0;
900 s32 igb_config_fc_after_link_up(struct e1000_hw *hw)
903 s32 ret_val = 0;
1230 s32 igb_get_speed_and_duplex_copper(struct e1000_hw *hw, u16 *speed,
1264 s32 igb_get_hw_semaphore(struct e1000_hw *hw)
1267 s32 ret_val = 0;
1268 s32 timeout = hw->nvm.word_size + 1;
1269 s32 i = 0;
1334 s32 igb_get_auto_rd_done(struct e1000_hw *hw)
1336 s32 i = 0;
1337 s32 ret_val = 0;
1365 static s32 igb_valid_led_default(struct e1000_hw *hw, u16 *data)
1367 s32 ret_val;
1395 s32 igb_id_led_init(struct e1000_hw *hw)
1398 s32 ret_val;
1468 s32 igb_cleanup_led(struct e1000_hw *hw)
1480 s32 igb_blink_led(struct e1000_hw *hw)
1525 s32 igb_led_off(struct e1000_hw *hw)
1549 s32 igb_disable_pcie_master(struct e1000_hw *hw)
1552 s32 timeout = MASTER_DISABLE_TIMEOUT;
1553 s32 ret_val = 0;
1587 s32 igb_validate_mdi_setting(struct e1000_hw *hw)
1589 s32 ret_val = 0;
1617 s32 igb_write_8bit_ctrl_reg(struct e1000_hw *hw, u32 reg,
1621 s32 ret_val = 0;