Lines Matching full:s32

85 s32 ixgbe_init_shared_code(struct ixgbe_hw *hw)  in ixgbe_init_shared_code()
87 s32 status; in ixgbe_init_shared_code()
142 s32 ixgbe_set_mac_type(struct ixgbe_hw *hw) in ixgbe_set_mac_type()
144 s32 ret_val = IXGBE_SUCCESS; in ixgbe_set_mac_type()
278 s32 ixgbe_init_hw(struct ixgbe_hw *hw) in ixgbe_init_hw()
291 s32 ixgbe_reset_hw(struct ixgbe_hw *hw) in ixgbe_reset_hw()
307 s32 ixgbe_start_hw(struct ixgbe_hw *hw) in ixgbe_start_hw()
334 s32 ixgbe_clear_hw_cntrs(struct ixgbe_hw *hw) in ixgbe_clear_hw_cntrs()
362 s32 ixgbe_get_mac_addr(struct ixgbe_hw *hw, u8 *mac_addr) in ixgbe_get_mac_addr()
376 s32 ixgbe_get_san_mac_addr(struct ixgbe_hw *hw, u8 *san_mac_addr) in ixgbe_get_san_mac_addr()
389 s32 ixgbe_set_san_mac_addr(struct ixgbe_hw *hw, u8 *san_mac_addr) in ixgbe_set_san_mac_addr()
402 s32 ixgbe_get_device_caps(struct ixgbe_hw *hw, u16 *device_caps) in ixgbe_get_device_caps()
417 s32 ixgbe_get_wwn_prefix(struct ixgbe_hw *hw, u16 *wwnn_prefix, in ixgbe_get_wwn_prefix()
432 s32 ixgbe_get_fcoe_boot_status(struct ixgbe_hw *hw, u16 *bs) in ixgbe_get_fcoe_boot_status()
445 s32 ixgbe_get_bus_info(struct ixgbe_hw *hw) in ixgbe_get_bus_info()
482 s32 ixgbe_stop_adapter(struct ixgbe_hw *hw) in ixgbe_stop_adapter()
496 s32 ixgbe_read_pba_string(struct ixgbe_hw *hw, u8 *pba_num, u32 pba_num_size) in ixgbe_read_pba_string()
508 s32 ixgbe_read_pba_num(struct ixgbe_hw *hw, u32 *pba_num) in ixgbe_read_pba_num()
519 s32 ixgbe_identify_phy(struct ixgbe_hw *hw) in ixgbe_identify_phy()
521 s32 status = IXGBE_SUCCESS; in ixgbe_identify_phy()
535 s32 ixgbe_reset_phy(struct ixgbe_hw *hw) in ixgbe_reset_phy()
537 s32 status = IXGBE_SUCCESS; in ixgbe_reset_phy()
556 s32 ixgbe_get_phy_firmware_version(struct ixgbe_hw *hw, u16 *firmware_version) in ixgbe_get_phy_firmware_version()
558 s32 status = IXGBE_SUCCESS; in ixgbe_get_phy_firmware_version()
575 s32 ixgbe_read_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, in ixgbe_read_phy_reg()
594 s32 ixgbe_write_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, in ixgbe_write_phy_reg()
610 s32 ixgbe_setup_phy_link(struct ixgbe_hw *hw) in ixgbe_setup_phy_link()
624 s32 ixgbe_setup_internal_phy(struct ixgbe_hw *hw) in ixgbe_setup_internal_phy()
639 s32 ixgbe_check_phy_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed, in ixgbe_check_phy_link()
654 s32 ixgbe_setup_phy_link_speed(struct ixgbe_hw *hw, ixgbe_link_speed speed, in ixgbe_setup_phy_link_speed()
667 s32 ixgbe_set_phy_power(struct ixgbe_hw *hw, bool on) in ixgbe_set_phy_power()
682 s32 ixgbe_check_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed, in ixgbe_check_link()
737 s32 ixgbe_setup_link(struct ixgbe_hw *hw, ixgbe_link_speed speed, in ixgbe_setup_link()
754 s32 ixgbe_setup_mac_link(struct ixgbe_hw *hw, ixgbe_link_speed speed, in ixgbe_setup_mac_link()
770 s32 ixgbe_get_link_capabilities(struct ixgbe_hw *hw, ixgbe_link_speed *speed, in ixgbe_get_link_capabilities()
784 s32 ixgbe_led_on(struct ixgbe_hw *hw, u32 index) in ixgbe_led_on()
797 s32 ixgbe_led_off(struct ixgbe_hw *hw, u32 index) in ixgbe_led_off()
810 s32 ixgbe_blink_led_start(struct ixgbe_hw *hw, u32 index) in ixgbe_blink_led_start()
823 s32 ixgbe_blink_led_stop(struct ixgbe_hw *hw, u32 index) in ixgbe_blink_led_stop()
836 s32 ixgbe_init_eeprom_params(struct ixgbe_hw *hw) in ixgbe_init_eeprom_params()
853 s32 ixgbe_write_eeprom(struct ixgbe_hw *hw, u16 offset, u16 data) in ixgbe_write_eeprom()
870 s32 ixgbe_write_eeprom_buffer(struct ixgbe_hw *hw, u16 offset, u16 words, in ixgbe_write_eeprom_buffer()
886 s32 ixgbe_read_eeprom(struct ixgbe_hw *hw, u16 offset, u16 *data) in ixgbe_read_eeprom()
901 s32 ixgbe_read_eeprom_buffer(struct ixgbe_hw *hw, u16 offset, in ixgbe_read_eeprom_buffer()
916 s32 ixgbe_validate_eeprom_checksum(struct ixgbe_hw *hw, u16 *checksum_val) in ixgbe_validate_eeprom_checksum()
926 s32 ixgbe_update_eeprom_checksum(struct ixgbe_hw *hw) in ixgbe_update_eeprom_checksum()
941 s32 ixgbe_insert_mac_addr(struct ixgbe_hw *hw, u8 *addr, u32 vmdq) in ixgbe_insert_mac_addr()
958 s32 ixgbe_set_rar(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq, in ixgbe_set_rar()
972 s32 ixgbe_clear_rar(struct ixgbe_hw *hw, u32 index) in ixgbe_clear_rar()
984 s32 ixgbe_set_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq) in ixgbe_set_vmdq()
996 s32 ixgbe_set_vmdq_san_mac(struct ixgbe_hw *hw, u32 vmdq) in ixgbe_set_vmdq_san_mac()
1008 s32 ixgbe_clear_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq) in ixgbe_clear_vmdq()
1022 s32 ixgbe_init_rx_addrs(struct ixgbe_hw *hw) in ixgbe_init_rx_addrs()
1048 s32 ixgbe_update_uc_addr_list(struct ixgbe_hw *hw, u8 *addr_list, in ixgbe_update_uc_addr_list()
1069 s32 ixgbe_update_mc_addr_list(struct ixgbe_hw *hw, u8 *mc_addr_list, in ixgbe_update_mc_addr_list()
1084 s32 ixgbe_enable_mc(struct ixgbe_hw *hw) in ixgbe_enable_mc()
1096 s32 ixgbe_disable_mc(struct ixgbe_hw *hw) in ixgbe_disable_mc()
1108 s32 ixgbe_clear_vfta(struct ixgbe_hw *hw) in ixgbe_clear_vfta()
1124 s32 ixgbe_set_vfta(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on, in ixgbe_set_vfta()
1144 s32 ixgbe_set_vlvf(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on, in ixgbe_set_vlvf()
1159 s32 ixgbe_toggle_txdctl(struct ixgbe_hw *hw, u32 vind) in ixgbe_toggle_txdctl()
1171 s32 ixgbe_fc_enable(struct ixgbe_hw *hw) in ixgbe_fc_enable()
1183 s32 ixgbe_setup_fc(struct ixgbe_hw *hw) in ixgbe_setup_fc()
1199 s32 ixgbe_set_fw_drv_ver(struct ixgbe_hw *hw, u8 maj, u8 min, u8 build, in ixgbe_set_fw_drv_ver()
1214 s32 ixgbe_get_thermal_sensor_data(struct ixgbe_hw *hw) in ixgbe_get_thermal_sensor_data()
1226 s32 ixgbe_init_thermal_sensor_thresh(struct ixgbe_hw *hw) in ixgbe_init_thermal_sensor_thresh()
1239 s32 ixgbe_dmac_config(struct ixgbe_hw *hw) in ixgbe_dmac_config()
1251 s32 ixgbe_dmac_update_tcs(struct ixgbe_hw *hw) in ixgbe_dmac_update_tcs()
1264 s32 ixgbe_dmac_config_tcs(struct ixgbe_hw *hw) in ixgbe_dmac_config_tcs()
1280 s32 ixgbe_setup_eee(struct ixgbe_hw *hw, bool enable_eee) in ixgbe_setup_eee()
1321 s32 ixgbe_read_iosf_sb_reg(struct ixgbe_hw *hw, u32 reg_addr, in ixgbe_read_iosf_sb_reg()
1337 s32 ixgbe_write_iosf_sb_reg(struct ixgbe_hw *hw, u32 reg_addr, in ixgbe_write_iosf_sb_reg()
1410 s32 ixgbe_enter_lplu(struct ixgbe_hw *hw) in ixgbe_enter_lplu()
1427 s32 ixgbe_handle_lasi(struct ixgbe_hw *hw) in ixgbe_handle_lasi()
1441 s32 ixgbe_bypass_rw(struct ixgbe_hw *hw, u32 cmd, u32 *status) in ixgbe_bypass_rw()
1477 s32 ixgbe_bypass_set(struct ixgbe_hw *hw, u32 cmd, u32 event, u32 action) in ixgbe_bypass_set()
1490 s32 ixgbe_bypass_rd_eep(struct ixgbe_hw *hw, u32 addr, u8 *value) in ixgbe_bypass_rd_eep()
1504 s32 ixgbe_read_analog_reg8(struct ixgbe_hw *hw, u32 reg, u8 *val) in ixgbe_read_analog_reg8()
1518 s32 ixgbe_write_analog_reg8(struct ixgbe_hw *hw, u32 reg, u8 val) in ixgbe_write_analog_reg8()
1531 s32 ixgbe_init_uta_tables(struct ixgbe_hw *hw) in ixgbe_init_uta_tables()
1546 s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, in ixgbe_read_i2c_byte()
1562 s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_unlocked()
1579 s32 ixgbe_read_link(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 *val) in ixgbe_read_link()
1594 s32 ixgbe_read_link_unlocked(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 *val) in ixgbe_read_link_unlocked()
1610 s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, in ixgbe_write_i2c_byte()
1627 s32 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_unlocked()
1644 s32 ixgbe_write_link(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 val) in ixgbe_write_link()
1659 s32 ixgbe_write_link_unlocked(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 val) in ixgbe_write_link_unlocked()
1673 s32 ixgbe_write_i2c_eeprom(struct ixgbe_hw *hw, in ixgbe_write_i2c_eeprom()
1689 s32 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data) in ixgbe_read_i2c_eeprom()
1715 s32 ixgbe_enable_rx_dma(struct ixgbe_hw *hw, u32 regval) in ixgbe_enable_rx_dma()
1727 s32 ixgbe_disable_sec_rx_path(struct ixgbe_hw *hw) in ixgbe_disable_sec_rx_path()
1739 s32 ixgbe_enable_sec_rx_path(struct ixgbe_hw *hw) in ixgbe_enable_sec_rx_path()
1753 s32 ixgbe_acquire_swfw_semaphore(struct ixgbe_hw *hw, u32 mask) in ixgbe_acquire_swfw_semaphore()