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 ixgbe_aci_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()
362 static int ixgbe_aci_req_res(struct ixgbe_hw *hw, enum ixgbe_aci_res_ids res, in ixgbe_aci_req_res()
402 static int ixgbe_aci_release_res(struct ixgbe_hw *hw, in ixgbe_aci_release_res()
434 int ixgbe_acquire_res(struct ixgbe_hw *hw, enum ixgbe_aci_res_ids res, in ixgbe_acquire_res()
483 void ixgbe_release_res(struct ixgbe_hw *hw, enum ixgbe_aci_res_ids res) in ixgbe_release_res()
514 static bool ixgbe_parse_e610_caps(struct ixgbe_hw *hw, in ixgbe_parse_e610_caps()
600 ixgbe_parse_valid_functions_cap(struct ixgbe_hw *hw, in ixgbe_parse_valid_functions_cap()
615 static void ixgbe_parse_vf_dev_caps(struct ixgbe_hw *hw, in ixgbe_parse_vf_dev_caps()
630 static void ixgbe_parse_vsi_dev_caps(struct ixgbe_hw *hw, in ixgbe_parse_vsi_dev_caps()
645 static void ixgbe_parse_fdir_dev_caps(struct ixgbe_hw *hw, in ixgbe_parse_fdir_dev_caps()
666 static void ixgbe_parse_dev_caps(struct ixgbe_hw *hw, in ixgbe_parse_dev_caps()
712 static void ixgbe_parse_vf_func_caps(struct ixgbe_hw *hw, in ixgbe_parse_vf_func_caps()
731 static u32 ixgbe_get_num_per_func(struct ixgbe_hw *hw, u32 max) in ixgbe_get_num_per_func()
748 static void ixgbe_parse_vsi_func_caps(struct ixgbe_hw *hw, in ixgbe_parse_vsi_func_caps()
769 static void ixgbe_parse_func_caps(struct ixgbe_hw *hw, in ixgbe_parse_func_caps()
821 int ixgbe_aci_list_caps(struct ixgbe_hw *hw, void *buf, u16 buf_size, in ixgbe_aci_list_caps()
853 int ixgbe_discover_dev_caps(struct ixgbe_hw *hw, in ixgbe_discover_dev_caps()
892 int ixgbe_discover_func_caps(struct ixgbe_hw *hw, in ixgbe_discover_func_caps()
929 int ixgbe_get_caps(struct ixgbe_hw *hw) in ixgbe_get_caps()
948 int ixgbe_aci_disable_rxen(struct ixgbe_hw *hw) in ixgbe_aci_disable_rxen()
974 int ixgbe_aci_get_phy_caps(struct ixgbe_hw *hw, bool qual_mods, u8 report_mode, in ixgbe_aci_get_phy_caps()
1043 int ixgbe_aci_set_phy_cfg(struct ixgbe_hw *hw, in ixgbe_aci_set_phy_cfg()
1075 int ixgbe_aci_set_link_restart_an(struct ixgbe_hw *hw, bool ena_link) in ixgbe_aci_set_link_restart_an()
1103 static bool ixgbe_is_media_cage_present(struct ixgbe_hw *hw) in ixgbe_is_media_cage_present()
1140 ixgbe_get_media_type_from_phy_type(struct ixgbe_hw *hw) in ixgbe_get_media_type_from_phy_type()
1220 int ixgbe_update_link_info(struct ixgbe_hw *hw) in ixgbe_update_link_info()
1265 int ixgbe_get_link_status(struct ixgbe_hw *hw, bool *link_up) in ixgbe_get_link_status()
1294 int ixgbe_aci_get_link_info(struct ixgbe_hw *hw, bool ena_lse, in ixgbe_aci_get_link_info()
1375 int ixgbe_aci_set_event_mask(struct ixgbe_hw *hw, u8 port_num, u16 mask) in ixgbe_aci_set_event_mask()
1401 int ixgbe_configure_lse(struct ixgbe_hw *hw, bool activate, u16 mask) in ixgbe_configure_lse()
1424 enum ixgbe_media_type ixgbe_get_media_type_e610(struct ixgbe_hw *hw) in ixgbe_get_media_type_e610()
1480 int ixgbe_setup_link_e610(struct ixgbe_hw *hw, ixgbe_link_speed speed, in ixgbe_setup_link_e610()
1499 int ixgbe_check_link_e610(struct ixgbe_hw *hw, ixgbe_link_speed *speed, in ixgbe_check_link_e610()
1578 int ixgbe_get_link_capabilities_e610(struct ixgbe_hw *hw, in ixgbe_get_link_capabilities_e610()
1601 int ixgbe_cfg_phy_fc(struct ixgbe_hw *hw, in ixgbe_cfg_phy_fc()
1643 int ixgbe_setup_fc_e610(struct ixgbe_hw *hw) in ixgbe_setup_fc_e610()
1680 void ixgbe_fc_autoneg_e610(struct ixgbe_hw *hw) in ixgbe_fc_autoneg_e610()
1715 void ixgbe_disable_rx_e610(struct ixgbe_hw *hw) in ixgbe_disable_rx_e610()
1754 int ixgbe_init_phy_ops_e610(struct ixgbe_hw *hw) in ixgbe_init_phy_ops_e610()
1776 int ixgbe_identify_phy_e610(struct ixgbe_hw *hw) in ixgbe_identify_phy_e610()
1873 int ixgbe_identify_module_e610(struct ixgbe_hw *hw) in ixgbe_identify_module_e610()
1919 int ixgbe_setup_phy_link_e610(struct ixgbe_hw *hw) in ixgbe_setup_phy_link_e610()
2022 int ixgbe_set_phy_power_e610(struct ixgbe_hw *hw, bool on) in ixgbe_set_phy_power_e610()
2061 int ixgbe_enter_lplu_e610(struct ixgbe_hw *hw) in ixgbe_enter_lplu_e610()
2089 int ixgbe_init_eeprom_params_e610(struct ixgbe_hw *hw) in ixgbe_init_eeprom_params_e610()
2124 int ixgbe_aci_get_netlist_node(struct ixgbe_hw *hw, in ixgbe_aci_get_netlist_node()
2154 int ixgbe_acquire_nvm(struct ixgbe_hw *hw, in ixgbe_acquire_nvm()
2174 void ixgbe_release_nvm(struct ixgbe_hw *hw) in ixgbe_release_nvm()
2200 int ixgbe_aci_read_nvm(struct ixgbe_hw *hw, u16 module_typeid, u32 offset, in ixgbe_aci_read_nvm()
2238 int ixgbe_nvm_validate_checksum(struct ixgbe_hw *hw) in ixgbe_nvm_validate_checksum()
2279 int ixgbe_read_sr_word_aci(struct ixgbe_hw *hw, u16 offset, u16 *data) in ixgbe_read_sr_word_aci()
2312 int ixgbe_read_flat_nvm(struct ixgbe_hw *hw, u32 offset, u32 *length, in ixgbe_read_flat_nvm()
2370 int ixgbe_read_sr_buf_aci(struct ixgbe_hw *hw, u16 offset, u16 *words, in ixgbe_read_sr_buf_aci()
2401 int ixgbe_read_ee_aci_e610(struct ixgbe_hw *hw, u16 offset, u16 *data) in ixgbe_read_ee_aci_e610()
2433 int ixgbe_read_ee_aci_buffer_e610(struct ixgbe_hw *hw, u16 offset, in ixgbe_read_ee_aci_buffer_e610()
2467 int ixgbe_validate_eeprom_checksum_e610(struct ixgbe_hw *hw, u16 *checksum_val) in ixgbe_validate_eeprom_checksum_e610()
2508 int ixgbe_reset_hw_e610(struct ixgbe_hw *hw) in ixgbe_reset_hw_e610()