Lines Matching defs:hw
44 s32 e1000_init_mac_params(struct e1000_hw *hw) in e1000_init_mac_params()
70 s32 e1000_init_nvm_params(struct e1000_hw *hw) in e1000_init_nvm_params()
96 s32 e1000_init_phy_params(struct e1000_hw *hw) in e1000_init_phy_params()
122 s32 e1000_init_mbx_params(struct e1000_hw *hw) in e1000_init_mbx_params()
150 s32 e1000_set_mac_type(struct e1000_hw *hw) in e1000_set_mac_type()
450 s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device) in e1000_setup_init_funcs()
583 s32 e1000_get_bus_info(struct e1000_hw *hw) in e1000_get_bus_info()
598 void e1000_clear_vfta(struct e1000_hw *hw) in e1000_clear_vfta()
613 void e1000_write_vfta(struct e1000_hw *hw, u32 offset, u32 value) in e1000_write_vfta()
628 void e1000_update_mc_addr_list(struct e1000_hw *hw, u8 *mc_addr_list, in e1000_update_mc_addr_list()
644 s32 e1000_force_mac_fc(struct e1000_hw *hw) in e1000_force_mac_fc()
657 s32 e1000_check_for_link(struct e1000_hw *hw) in e1000_check_for_link()
672 bool e1000_check_mng_mode(struct e1000_hw *hw) in e1000_check_mng_mode()
688 s32 e1000_mng_write_dhcp_info(struct e1000_hw *hw, u8 *buffer, u16 length) in e1000_mng_write_dhcp_info()
700 s32 e1000_reset_hw(struct e1000_hw *hw) in e1000_reset_hw()
715 s32 e1000_init_hw(struct e1000_hw *hw) in e1000_init_hw()
731 s32 e1000_setup_link(struct e1000_hw *hw) in e1000_setup_link()
749 s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 *speed, u16 *duplex) in e1000_get_speed_and_duplex()
765 s32 e1000_setup_led(struct e1000_hw *hw) in e1000_setup_led()
780 s32 e1000_cleanup_led(struct e1000_hw *hw) in e1000_cleanup_led()
796 s32 e1000_blink_led(struct e1000_hw *hw) in e1000_blink_led()
811 s32 e1000_id_led_init(struct e1000_hw *hw) in e1000_id_led_init()
826 s32 e1000_led_on(struct e1000_hw *hw) in e1000_led_on()
841 s32 e1000_led_off(struct e1000_hw *hw) in e1000_led_off()
856 void e1000_reset_adaptive(struct e1000_hw *hw) in e1000_reset_adaptive()
868 void e1000_update_adaptive(struct e1000_hw *hw) in e1000_update_adaptive()
881 s32 e1000_disable_pcie_master(struct e1000_hw *hw) in e1000_disable_pcie_master()
893 void e1000_config_collision_dist(struct e1000_hw *hw) in e1000_config_collision_dist()
907 int e1000_rar_set(struct e1000_hw *hw, u8 *addr, u32 index) in e1000_rar_set()
921 s32 e1000_validate_mdi_setting(struct e1000_hw *hw) in e1000_validate_mdi_setting()
938 u32 e1000_hash_mc_addr(struct e1000_hw *hw, u8 *mc_addr) in e1000_hash_mc_addr()
952 bool e1000_enable_tx_pkt_filtering(struct e1000_hw *hw) in e1000_enable_tx_pkt_filtering()
969 s32 e1000_mng_host_if_write(struct e1000_hw *hw, u8 *buffer, u16 length, in e1000_mng_host_if_write()
982 s32 e1000_mng_write_cmd_header(struct e1000_hw *hw, in e1000_mng_write_cmd_header()
998 s32 e1000_mng_enable_host_if(struct e1000_hw *hw) in e1000_mng_enable_host_if()
1010 s32 e1000_set_obff_timer(struct e1000_hw *hw, u32 itr) in e1000_set_obff_timer()
1025 s32 e1000_check_reset_block(struct e1000_hw *hw) in e1000_check_reset_block()
1042 s32 e1000_read_phy_reg(struct e1000_hw *hw, u32 offset, u16 *data) in e1000_read_phy_reg()
1059 s32 e1000_write_phy_reg(struct e1000_hw *hw, u32 offset, u16 data) in e1000_write_phy_reg()
1074 void e1000_release_phy(struct e1000_hw *hw) in e1000_release_phy()
1087 s32 e1000_acquire_phy(struct e1000_hw *hw) in e1000_acquire_phy()
1099 s32 e1000_cfg_on_link_up(struct e1000_hw *hw) in e1000_cfg_on_link_up()
1117 s32 e1000_read_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 *data) in e1000_read_kmrn_reg()
1132 s32 e1000_write_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 data) in e1000_write_kmrn_reg()
1145 s32 e1000_get_cable_length(struct e1000_hw *hw) in e1000_get_cable_length()
1161 s32 e1000_get_phy_info(struct e1000_hw *hw) in e1000_get_phy_info()
1176 s32 e1000_phy_hw_reset(struct e1000_hw *hw) in e1000_phy_hw_reset()
1191 s32 e1000_phy_commit(struct e1000_hw *hw) in e1000_phy_commit()
1213 s32 e1000_set_d0_lplu_state(struct e1000_hw *hw, bool active) in e1000_set_d0_lplu_state()
1235 s32 e1000_set_d3_lplu_state(struct e1000_hw *hw, bool active) in e1000_set_d3_lplu_state()
1251 s32 e1000_read_mac_addr(struct e1000_hw *hw) in e1000_read_mac_addr()
1270 s32 e1000_read_pba_string(struct e1000_hw *hw, u8 *pba_num, u32 pba_num_size) in e1000_read_pba_string()
1285 s32 e1000_read_pba_length(struct e1000_hw *hw, u32 *pba_num_size) in e1000_read_pba_length()
1300 s32 e1000_read_pba_num(struct e1000_hw *hw, u32 *pba_num) in e1000_read_pba_num()
1312 s32 e1000_validate_nvm_checksum(struct e1000_hw *hw) in e1000_validate_nvm_checksum()
1327 s32 e1000_update_nvm_checksum(struct e1000_hw *hw) in e1000_update_nvm_checksum()
1342 void e1000_reload_nvm(struct e1000_hw *hw) in e1000_reload_nvm()
1358 s32 e1000_read_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_read_nvm()
1376 s32 e1000_write_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_write_nvm()
1394 s32 e1000_write_8bit_ctrl_reg(struct e1000_hw *hw, u32 reg, u32 offset, in e1000_write_8bit_ctrl_reg()
1407 void e1000_power_up_phy(struct e1000_hw *hw) in e1000_power_up_phy()
1422 void e1000_power_down_phy(struct e1000_hw *hw) in e1000_power_down_phy()
1434 void e1000_power_up_fiber_serdes_link(struct e1000_hw *hw) in e1000_power_up_fiber_serdes_link()
1446 void e1000_shutdown_fiber_serdes_link(struct e1000_hw *hw) in e1000_shutdown_fiber_serdes_link()