Lines Matching defs:hw

58 static int ixgbe_aci_send_cmd_execute(struct ixgbe_hw *hw,  in ixgbe_aci_send_cmd_execute()
210 int ixgbe_aci_send_cmd(struct ixgbe_hw *hw, struct libie_aq_desc *desc, in ixgbe_aci_send_cmd()
265 bool ixgbe_aci_check_event_pending(struct ixgbe_hw *hw) in ixgbe_aci_check_event_pending()
286 int ixgbe_aci_get_event(struct ixgbe_hw *hw, struct ixgbe_aci_event *e, in ixgbe_aci_get_event()
354 static int ixgbe_aci_get_fw_ver(struct ixgbe_hw *hw) in ixgbe_aci_get_fw_ver()
396 static int ixgbe_aci_req_res(struct ixgbe_hw *hw, enum libie_aq_res_id res, in ixgbe_aci_req_res()
436 static int ixgbe_aci_release_res(struct ixgbe_hw *hw, enum libie_aq_res_id res, in ixgbe_aci_release_res()
468 int ixgbe_acquire_res(struct ixgbe_hw *hw, enum libie_aq_res_id res, in ixgbe_acquire_res()
517 void ixgbe_release_res(struct ixgbe_hw *hw, enum libie_aq_res_id res) in ixgbe_release_res()
548 static bool ixgbe_parse_e610_caps(struct ixgbe_hw *hw, in ixgbe_parse_e610_caps()
648 ixgbe_parse_valid_functions_cap(struct ixgbe_hw *hw, in ixgbe_parse_valid_functions_cap()
663 static void ixgbe_parse_vf_dev_caps(struct ixgbe_hw *hw, in ixgbe_parse_vf_dev_caps()
678 static void ixgbe_parse_vsi_dev_caps(struct ixgbe_hw *hw, in ixgbe_parse_vsi_dev_caps()
693 static void ixgbe_parse_fdir_dev_caps(struct ixgbe_hw *hw, in ixgbe_parse_fdir_dev_caps()
714 static void ixgbe_parse_dev_caps(struct ixgbe_hw *hw, in ixgbe_parse_dev_caps()
760 static void ixgbe_parse_vf_func_caps(struct ixgbe_hw *hw, in ixgbe_parse_vf_func_caps()
779 static u32 ixgbe_get_num_per_func(struct ixgbe_hw *hw, u32 max) in ixgbe_get_num_per_func()
796 static void ixgbe_parse_vsi_func_caps(struct ixgbe_hw *hw, in ixgbe_parse_vsi_func_caps()
817 static void ixgbe_parse_func_caps(struct ixgbe_hw *hw, in ixgbe_parse_func_caps()
869 int ixgbe_aci_list_caps(struct ixgbe_hw *hw, void *buf, u16 buf_size, in ixgbe_aci_list_caps()
901 int ixgbe_discover_dev_caps(struct ixgbe_hw *hw, in ixgbe_discover_dev_caps()
940 int ixgbe_discover_func_caps(struct ixgbe_hw *hw, in ixgbe_discover_func_caps()
977 int ixgbe_get_caps(struct ixgbe_hw *hw) in ixgbe_get_caps()
996 int ixgbe_aci_disable_rxen(struct ixgbe_hw *hw) in ixgbe_aci_disable_rxen()
1022 int ixgbe_aci_get_phy_caps(struct ixgbe_hw *hw, bool qual_mods, u8 report_mode, in ixgbe_aci_get_phy_caps()
1091 int ixgbe_aci_set_phy_cfg(struct ixgbe_hw *hw, in ixgbe_aci_set_phy_cfg()
1125 int ixgbe_aci_set_link_restart_an(struct ixgbe_hw *hw, bool ena_link) in ixgbe_aci_set_link_restart_an()
1153 static bool ixgbe_is_media_cage_present(struct ixgbe_hw *hw) in ixgbe_is_media_cage_present()
1190 ixgbe_get_media_type_from_phy_type(struct ixgbe_hw *hw) in ixgbe_get_media_type_from_phy_type()
1270 int ixgbe_update_link_info(struct ixgbe_hw *hw) in ixgbe_update_link_info()
1315 int ixgbe_get_link_status(struct ixgbe_hw *hw, bool *link_up) in ixgbe_get_link_status()
1344 int ixgbe_aci_get_link_info(struct ixgbe_hw *hw, bool ena_lse, in ixgbe_aci_get_link_info()
1425 int ixgbe_aci_set_event_mask(struct ixgbe_hw *hw, u8 port_num, u16 mask) in ixgbe_aci_set_event_mask()
1451 int ixgbe_configure_lse(struct ixgbe_hw *hw, bool activate, u16 mask) in ixgbe_configure_lse()
1472 static int ixgbe_start_hw_e610(struct ixgbe_hw *hw) in ixgbe_start_hw_e610()
1498 int ixgbe_aci_set_port_id_led(struct ixgbe_hw *hw, bool orig_mode) in ixgbe_aci_set_port_id_led()
1529 enum ixgbe_media_type ixgbe_get_media_type_e610(struct ixgbe_hw *hw) in ixgbe_get_media_type_e610()
1585 int ixgbe_setup_link_e610(struct ixgbe_hw *hw, ixgbe_link_speed speed, in ixgbe_setup_link_e610()
1604 int ixgbe_check_link_e610(struct ixgbe_hw *hw, ixgbe_link_speed *speed, in ixgbe_check_link_e610()
1683 int ixgbe_get_link_capabilities_e610(struct ixgbe_hw *hw, in ixgbe_get_link_capabilities_e610()
1706 int ixgbe_cfg_phy_fc(struct ixgbe_hw *hw, in ixgbe_cfg_phy_fc()
1748 int ixgbe_setup_fc_e610(struct ixgbe_hw *hw) in ixgbe_setup_fc_e610()
1785 void ixgbe_fc_autoneg_e610(struct ixgbe_hw *hw) in ixgbe_fc_autoneg_e610()
1820 void ixgbe_disable_rx_e610(struct ixgbe_hw *hw) in ixgbe_disable_rx_e610()
1859 static bool ixgbe_fw_recovery_mode_e610(struct ixgbe_hw *hw) in ixgbe_fw_recovery_mode_e610()
1875 static bool ixgbe_fw_rollback_mode_e610(struct ixgbe_hw *hw) in ixgbe_fw_rollback_mode_e610()
1891 int ixgbe_init_phy_ops_e610(struct ixgbe_hw *hw) in ixgbe_init_phy_ops_e610()
1913 int ixgbe_identify_phy_e610(struct ixgbe_hw *hw) in ixgbe_identify_phy_e610()
2010 int ixgbe_identify_module_e610(struct ixgbe_hw *hw) in ixgbe_identify_module_e610()
2056 int ixgbe_setup_phy_link_e610(struct ixgbe_hw *hw) in ixgbe_setup_phy_link_e610()
2159 int ixgbe_set_phy_power_e610(struct ixgbe_hw *hw, bool on) in ixgbe_set_phy_power_e610()
2198 int ixgbe_enter_lplu_e610(struct ixgbe_hw *hw) in ixgbe_enter_lplu_e610()
2226 int ixgbe_init_eeprom_params_e610(struct ixgbe_hw *hw) in ixgbe_init_eeprom_params_e610()
2261 int ixgbe_aci_get_netlist_node(struct ixgbe_hw *hw, in ixgbe_aci_get_netlist_node()
2292 int ixgbe_acquire_nvm(struct ixgbe_hw *hw, enum libie_aq_res_access_type access) in ixgbe_acquire_nvm()
2311 void ixgbe_release_nvm(struct ixgbe_hw *hw) in ixgbe_release_nvm()
2337 int ixgbe_aci_read_nvm(struct ixgbe_hw *hw, u16 module_typeid, u32 offset, in ixgbe_aci_read_nvm()
2374 int ixgbe_aci_erase_nvm(struct ixgbe_hw *hw, u16 module_typeid) in ixgbe_aci_erase_nvm()
2416 int ixgbe_aci_update_nvm(struct ixgbe_hw *hw, u16 module_typeid, in ixgbe_aci_update_nvm()
2468 int ixgbe_nvm_write_activate(struct ixgbe_hw *hw, u16 cmd_flags, in ixgbe_nvm_write_activate()
2500 int ixgbe_nvm_validate_checksum(struct ixgbe_hw *hw) in ixgbe_nvm_validate_checksum()
2541 static int ixgbe_discover_flash_size(struct ixgbe_hw *hw) in ixgbe_discover_flash_size()
2592 static int ixgbe_read_sr_base_address(struct ixgbe_hw *hw, u16 offset, in ixgbe_read_sr_base_address()
2626 static int ixgbe_read_sr_area_size(struct ixgbe_hw *hw, u16 offset, u32 *size) in ixgbe_read_sr_area_size()
2653 static int ixgbe_determine_active_flash_banks(struct ixgbe_hw *hw) in ixgbe_determine_active_flash_banks()
2726 static int ixgbe_get_flash_bank_offset(struct ixgbe_hw *hw, in ixgbe_get_flash_bank_offset()
2799 static int ixgbe_read_flash_module(struct ixgbe_hw *hw, in ixgbe_read_flash_module()
2833 static int ixgbe_read_nvm_module(struct ixgbe_hw *hw, in ixgbe_read_nvm_module()
2861 static int ixgbe_read_netlist_module(struct ixgbe_hw *hw, in ixgbe_read_netlist_module()
2890 static int ixgbe_read_orom_module(struct ixgbe_hw *hw, in ixgbe_read_orom_module()
2917 static int ixgbe_get_nvm_css_hdr_len(struct ixgbe_hw *hw, in ixgbe_get_nvm_css_hdr_len()
2956 static int ixgbe_read_nvm_sr_copy(struct ixgbe_hw *hw, in ixgbe_read_nvm_sr_copy()
2983 static int ixgbe_get_nvm_srev(struct ixgbe_hw *hw, in ixgbe_get_nvm_srev()
3014 ixgbe_get_orom_civd_data(struct ixgbe_hw *hw, enum ixgbe_bank_select bank, in ixgbe_get_orom_civd_data()
3068 static int ixgbe_get_orom_srev(struct ixgbe_hw *hw, in ixgbe_get_orom_srev()
3116 static int ixgbe_get_orom_ver_info(struct ixgbe_hw *hw, in ixgbe_get_orom_ver_info()
3148 int ixgbe_get_inactive_orom_ver(struct ixgbe_hw *hw, in ixgbe_get_inactive_orom_ver()
3165 static int ixgbe_get_nvm_ver_info(struct ixgbe_hw *hw, in ixgbe_get_nvm_ver_info()
3208 int ixgbe_get_inactive_nvm_ver(struct ixgbe_hw *hw, struct ixgbe_nvm_info *nvm) in ixgbe_get_inactive_nvm_ver()
3223 static int ixgbe_get_active_nvm_ver(struct ixgbe_hw *hw, in ixgbe_get_active_nvm_ver()
3241 static int ixgbe_get_netlist_info(struct ixgbe_hw *hw, in ixgbe_get_netlist_info()
3320 int ixgbe_get_inactive_netlist_ver(struct ixgbe_hw *hw, in ixgbe_get_inactive_netlist_ver()
3335 int ixgbe_get_flash_data(struct ixgbe_hw *hw) in ixgbe_get_flash_data()
3392 int ixgbe_aci_nvm_update_empr(struct ixgbe_hw *hw) in ixgbe_aci_nvm_update_empr()
3416 int ixgbe_nvm_set_pkg_data(struct ixgbe_hw *hw, bool del_pkg_data_flag, in ixgbe_nvm_set_pkg_data()
3453 int ixgbe_nvm_pass_component_tbl(struct ixgbe_hw *hw, u8 *data, u16 length, in ixgbe_nvm_pass_component_tbl()
3490 int ixgbe_read_sr_word_aci(struct ixgbe_hw *hw, u16 offset, u16 *data) in ixgbe_read_sr_word_aci()
3523 int ixgbe_read_flat_nvm(struct ixgbe_hw *hw, u32 offset, u32 *length, in ixgbe_read_flat_nvm()
3581 int ixgbe_read_sr_buf_aci(struct ixgbe_hw *hw, u16 offset, u16 *words, in ixgbe_read_sr_buf_aci()
3612 int ixgbe_read_ee_aci_e610(struct ixgbe_hw *hw, u16 offset, u16 *data) in ixgbe_read_ee_aci_e610()
3644 int ixgbe_read_ee_aci_buffer_e610(struct ixgbe_hw *hw, u16 offset, in ixgbe_read_ee_aci_buffer_e610()
3678 int ixgbe_validate_eeprom_checksum_e610(struct ixgbe_hw *hw, u16 *checksum_val) in ixgbe_validate_eeprom_checksum_e610()
3719 int ixgbe_reset_hw_e610(struct ixgbe_hw *hw) in ixgbe_reset_hw_e610()
3807 static int ixgbe_get_pfa_module_tlv(struct ixgbe_hw *hw, u16 *module_tlv, in ixgbe_get_pfa_module_tlv()
3868 static int ixgbe_read_pba_string_e610(struct ixgbe_hw *hw, u8 *pba_num, in ixgbe_read_pba_string_e610()