Searched refs:e1000_hw (Results 1 - 25 of 36) sorted by relevance

12

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_mac.h39 void e1000_init_mac_ops_generic(struct e1000_hw *hw);
41 void e1000_null_mac_generic(struct e1000_hw *hw);
42 s32 e1000_null_ops_generic(struct e1000_hw *hw);
43 s32 e1000_null_link_info(struct e1000_hw *hw, u16 *s, u16 *d);
44 bool e1000_null_mng_mode(struct e1000_hw *hw);
45 void e1000_null_update_mc(struct e1000_hw *hw, u8 *h, u32 a);
46 void e1000_null_write_vfta(struct e1000_hw *hw, u32 a, u32 b);
47 int e1000_null_rar_set(struct e1000_hw *hw, u8 *h, u32 a);
48 s32 e1000_null_set_obff_timer(struct e1000_hw *hw, u32 a);
49 s32 e1000_blink_led_generic(struct e1000_hw *h
[all...]
H A De1000_api.h39 #include "e1000_hw.h"
41 extern void e1000_init_function_pointers_82542(struct e1000_hw *hw);
42 extern void e1000_init_function_pointers_82543(struct e1000_hw *hw);
43 extern void e1000_init_function_pointers_82540(struct e1000_hw *hw);
44 extern void e1000_init_function_pointers_82571(struct e1000_hw *hw);
45 extern void e1000_init_function_pointers_82541(struct e1000_hw *hw);
46 extern void e1000_init_function_pointers_80003es2lan(struct e1000_hw *hw);
47 extern void e1000_init_function_pointers_ich8lan(struct e1000_hw *hw);
48 extern void e1000_init_function_pointers_82575(struct e1000_hw *hw);
49 extern void e1000_init_function_pointers_vf(struct e1000_hw *h
[all...]
H A De1000_nvm.h61 void e1000_init_nvm_ops_generic(struct e1000_hw *hw);
62 s32 e1000_null_read_nvm(struct e1000_hw *hw, u16 a, u16 b, u16 *c);
63 void e1000_null_nvm_generic(struct e1000_hw *hw);
64 s32 e1000_null_led_default(struct e1000_hw *hw, u16 *data);
65 s32 e1000_null_write_nvm(struct e1000_hw *hw, u16 a, u16 b, u16 *c);
66 s32 e1000_acquire_nvm_generic(struct e1000_hw *hw);
68 s32 e1000_poll_eerd_eewr_done(struct e1000_hw *hw, int ee_reg);
69 s32 e1000_read_mac_addr_generic(struct e1000_hw *hw);
70 s32 e1000_read_pba_num_generic(struct e1000_hw *hw, u32 *pba_num);
71 s32 e1000_read_pba_string_generic(struct e1000_hw *h
[all...]
H A De1000_phy.h39 void e1000_init_phy_ops_generic(struct e1000_hw *hw);
40 s32 e1000_null_read_reg(struct e1000_hw *hw, u32 offset, u16 *data);
41 void e1000_null_phy_generic(struct e1000_hw *hw);
42 s32 e1000_null_lplu_state(struct e1000_hw *hw, bool active);
43 s32 e1000_null_write_reg(struct e1000_hw *hw, u32 offset, u16 data);
44 s32 e1000_null_set_page(struct e1000_hw *hw, u16 data);
45 s32 e1000_read_i2c_byte_null(struct e1000_hw *hw, u8 byte_offset,
47 s32 e1000_write_i2c_byte_null(struct e1000_hw *hw, u8 byte_offset,
49 s32 e1000_check_downshift_generic(struct e1000_hw *hw);
50 s32 e1000_check_polarity_m88(struct e1000_hw *h
[all...]
H A De1000_mbx.h96 s32 e1000_read_mbx(struct e1000_hw *, u32 *, u16, u16);
97 s32 e1000_write_mbx(struct e1000_hw *, u32 *, u16, u16);
98 s32 e1000_read_posted_mbx(struct e1000_hw *, u32 *, u16, u16);
99 s32 e1000_write_posted_mbx(struct e1000_hw *, u32 *, u16, u16);
100 s32 e1000_check_for_msg(struct e1000_hw *, u16);
101 s32 e1000_check_for_ack(struct e1000_hw *, u16);
102 s32 e1000_check_for_rst(struct e1000_hw *, u16);
103 void e1000_init_mbx_ops_generic(struct e1000_hw *hw);
104 s32 e1000_init_mbx_params_vf(struct e1000_hw *);
105 s32 e1000_init_mbx_params_pf(struct e1000_hw *);
[all...]
H A De1000_82571.h63 bool e1000_check_phy_82574(struct e1000_hw *hw);
64 bool e1000_get_laa_state_82571(struct e1000_hw *hw);
65 void e1000_set_laa_state_82571(struct e1000_hw *hw, bool state);
H A De1000_82543.h50 void e1000_tbi_adjust_stats_82543(struct e1000_hw *hw,
54 void e1000_set_tbi_compatibility_82543(struct e1000_hw *hw,
56 bool e1000_tbi_sbp_enabled_82543(struct e1000_hw *hw);
H A De1000_manage.h39 bool e1000_check_mng_mode_generic(struct e1000_hw *hw);
40 bool e1000_enable_tx_pkt_filtering_generic(struct e1000_hw *hw);
41 s32 e1000_mng_enable_host_if_generic(struct e1000_hw *hw);
42 s32 e1000_mng_host_if_write_generic(struct e1000_hw *hw, u8 *buffer,
44 s32 e1000_mng_write_cmd_header_generic(struct e1000_hw *hw,
46 s32 e1000_mng_write_dhcp_info_generic(struct e1000_hw *hw,
48 bool e1000_enable_mng_pass_thru(struct e1000_hw *hw);
50 s32 e1000_host_interface_command(struct e1000_hw *hw, u8 *buffer, u32 length);
51 s32 e1000_load_firmware(struct e1000_hw *hw, u8 *buffer, u32 length);
H A De1000_i210.h39 bool e1000_get_flash_presence_i210(struct e1000_hw *hw);
40 s32 e1000_update_flash_i210(struct e1000_hw *hw);
41 s32 e1000_update_nvm_checksum_i210(struct e1000_hw *hw);
42 s32 e1000_validate_nvm_checksum_i210(struct e1000_hw *hw);
43 s32 e1000_write_nvm_srwr_i210(struct e1000_hw *hw, u16 offset,
45 s32 e1000_read_nvm_srrd_i210(struct e1000_hw *hw, u16 offset,
47 s32 e1000_read_invm_version(struct e1000_hw *hw,
49 s32 e1000_init_hw_i210(struct e1000_hw *hw);
H A De1000_vf.c40 static s32 e1000_init_phy_params_vf(struct e1000_hw *hw);
41 static s32 e1000_init_nvm_params_vf(struct e1000_hw *hw);
42 static void e1000_release_vf(struct e1000_hw *hw);
43 static s32 e1000_acquire_vf(struct e1000_hw *hw);
44 static s32 e1000_setup_link_vf(struct e1000_hw *hw);
45 static s32 e1000_get_bus_info_pcie_vf(struct e1000_hw *hw);
46 static s32 e1000_init_mac_params_vf(struct e1000_hw *hw);
47 static s32 e1000_check_for_link_vf(struct e1000_hw *hw);
48 static s32 e1000_get_link_up_info_vf(struct e1000_hw *hw, u16 *speed,
50 static s32 e1000_init_hw_vf(struct e1000_hw *h
[all...]
H A De1000_vf.h43 struct e1000_hw;
202 s32 (*init_params)(struct e1000_hw *);
203 s32 (*check_for_link)(struct e1000_hw *);
204 void (*clear_vfta)(struct e1000_hw *);
205 s32 (*get_bus_info)(struct e1000_hw *);
206 s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *);
207 void (*update_mc_addr_list)(struct e1000_hw *, u8 *, u32);
208 s32 (*reset_hw)(struct e1000_hw *);
209 s32 (*init_hw)(struct e1000_hw *);
210 s32 (*setup_link)(struct e1000_hw *);
262 struct e1000_hw { struct
[all...]
H A De1000_api.c45 s32 e1000_init_mac_params(struct e1000_hw *hw)
71 s32 e1000_init_nvm_params(struct e1000_hw *hw)
97 s32 e1000_init_phy_params(struct e1000_hw *hw)
123 s32 e1000_init_mbx_params(struct e1000_hw *hw)
151 s32 e1000_set_mac_type(struct e1000_hw *hw)
433 s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device)
565 s32 e1000_get_bus_info(struct e1000_hw *hw)
580 void e1000_clear_vfta(struct e1000_hw *hw)
595 void e1000_write_vfta(struct e1000_hw *hw, u32 offset, u32 value)
610 void e1000_update_mc_addr_list(struct e1000_hw *h
[all...]
H A De1000_osdep.c45 e1000_write_pci_cfg(struct e1000_hw *hw, u32 reg, u16 *value)
51 e1000_read_pci_cfg(struct e1000_hw *hw, u32 reg, u16 *value)
57 e1000_pci_set_mwi(struct e1000_hw *hw)
64 e1000_pci_clear_mwi(struct e1000_hw *hw)
74 e1000_read_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value)
88 e1000_write_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value)
H A De1000_hw.h43 struct e1000_hw;
724 s32 (*init_params)(struct e1000_hw *);
725 s32 (*id_led_init)(struct e1000_hw *);
726 s32 (*blink_led)(struct e1000_hw *);
727 bool (*check_mng_mode)(struct e1000_hw *);
728 s32 (*check_for_link)(struct e1000_hw *);
729 s32 (*cleanup_led)(struct e1000_hw *);
730 void (*clear_hw_cntrs)(struct e1000_hw *);
731 void (*clear_vfta)(struct e1000_hw *);
732 s32 (*get_bus_info)(struct e1000_hw *);
1021 struct e1000_hw { struct
[all...]
H A De1000_base.h40 s32 e1000_init_hw_base(struct e1000_hw *hw);
41 void e1000_power_down_phy_copper_base(struct e1000_hw *hw);
42 extern void e1000_rx_fifo_flush_base(struct e1000_hw *hw);
43 s32 e1000_acquire_phy_base(struct e1000_hw *hw);
44 void e1000_release_phy_base(struct e1000_hw *hw);
H A De1000_82543.c47 static s32 e1000_init_phy_params_82543(struct e1000_hw *hw);
48 static s32 e1000_init_nvm_params_82543(struct e1000_hw *hw);
49 static s32 e1000_init_mac_params_82543(struct e1000_hw *hw);
50 static s32 e1000_read_phy_reg_82543(struct e1000_hw *hw, u32 offset,
52 static s32 e1000_write_phy_reg_82543(struct e1000_hw *hw, u32 offset,
54 static s32 e1000_phy_force_speed_duplex_82543(struct e1000_hw *hw);
55 static s32 e1000_phy_hw_reset_82543(struct e1000_hw *hw);
56 static s32 e1000_reset_hw_82543(struct e1000_hw *hw);
57 static s32 e1000_init_hw_82543(struct e1000_hw *hw);
58 static s32 e1000_setup_link_82543(struct e1000_hw *h
[all...]
H A De1000_82575.h389 s32 e1000_reset_init_script_82575(struct e1000_hw *hw);
390 s32 e1000_init_nvm_params_82575(struct e1000_hw *hw);
394 void e1000_vmdq_set_loopback_pf(struct e1000_hw *hw, bool enable);
395 void e1000_vmdq_set_anti_spoofing_pf(struct e1000_hw *hw, bool enable, int pf);
396 void e1000_vmdq_set_replication_pf(struct e1000_hw *hw, bool enable);
406 void e1000_vfta_set_vf(struct e1000_hw *, u16, bool);
407 void e1000_rlpml_set_vf(struct e1000_hw *, u16);
408 s32 e1000_promisc_set_vf(struct e1000_hw *, enum e1000_promisc_type type);
409 void e1000_write_vfta_i350(struct e1000_hw *hw, u32 offset, u32 value);
411 s32 e1000_read_emi_reg(struct e1000_hw *h
[all...]
H A De1000_82542.c42 static s32 e1000_init_phy_params_82542(struct e1000_hw *hw);
43 static s32 e1000_init_nvm_params_82542(struct e1000_hw *hw);
44 static s32 e1000_init_mac_params_82542(struct e1000_hw *hw);
45 static s32 e1000_get_bus_info_82542(struct e1000_hw *hw);
46 static s32 e1000_reset_hw_82542(struct e1000_hw *hw);
47 static s32 e1000_init_hw_82542(struct e1000_hw *hw);
48 static s32 e1000_setup_link_82542(struct e1000_hw *hw);
49 static s32 e1000_led_on_82542(struct e1000_hw *hw);
50 static s32 e1000_led_off_82542(struct e1000_hw *hw);
51 static int e1000_rar_set_82542(struct e1000_hw *h
[all...]
H A De1000_ich8lan.h333 void e1000_set_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw,
335 void e1000_igp3_phy_powerdown_workaround_ich8lan(struct e1000_hw *hw);
336 void e1000_gig_downshift_workaround_ich8lan(struct e1000_hw *hw);
337 void e1000_suspend_workarounds_ich8lan(struct e1000_hw *hw);
338 u32 e1000_resume_workarounds_pchlan(struct e1000_hw *hw);
339 s32 e1000_configure_k1_ich8lan(struct e1000_hw *hw, bool k1_enable);
340 s32 e1000_configure_k0s_lpt(struct e1000_hw *hw, u8 entry_latency, u8 min_time);
341 void e1000_copy_rx_addrs_to_phy_ich8lan(struct e1000_hw *hw);
342 s32 e1000_lv_jumbo_workaround_ich8lan(struct e1000_hw *hw, bool enable);
343 s32 e1000_read_emi_reg_locked(struct e1000_hw *h
[all...]
H A De1000_80003es2lan.c42 static s32 e1000_acquire_phy_80003es2lan(struct e1000_hw *hw);
43 static void e1000_release_phy_80003es2lan(struct e1000_hw *hw);
44 static s32 e1000_acquire_nvm_80003es2lan(struct e1000_hw *hw);
45 static void e1000_release_nvm_80003es2lan(struct e1000_hw *hw);
46 static s32 e1000_read_phy_reg_gg82563_80003es2lan(struct e1000_hw *hw,
49 static s32 e1000_write_phy_reg_gg82563_80003es2lan(struct e1000_hw *hw,
52 static s32 e1000_write_nvm_80003es2lan(struct e1000_hw *hw, u16 offset,
54 static s32 e1000_get_cfg_done_80003es2lan(struct e1000_hw *hw);
55 static s32 e1000_phy_force_speed_duplex_80003es2lan(struct e1000_hw *hw);
56 static s32 e1000_get_cable_length_80003es2lan(struct e1000_hw *h
[all...]
H A De1000_82571.c54 static s32 e1000_acquire_nvm_82571(struct e1000_hw *hw);
55 static void e1000_release_nvm_82571(struct e1000_hw *hw);
56 static s32 e1000_write_nvm_82571(struct e1000_hw *hw, u16 offset,
58 static s32 e1000_update_nvm_checksum_82571(struct e1000_hw *hw);
59 static s32 e1000_validate_nvm_checksum_82571(struct e1000_hw *hw);
60 static s32 e1000_get_cfg_done_82571(struct e1000_hw *hw);
61 static s32 e1000_set_d0_lplu_state_82571(struct e1000_hw *hw,
63 static s32 e1000_reset_hw_82571(struct e1000_hw *hw);
64 static s32 e1000_init_hw_82571(struct e1000_hw *hw);
65 static void e1000_clear_vfta_82571(struct e1000_hw *h
[all...]
H A De1000_82575.c49 static s32 e1000_init_phy_params_82575(struct e1000_hw *hw);
50 static s32 e1000_init_mac_params_82575(struct e1000_hw *hw);
51 static s32 e1000_acquire_nvm_82575(struct e1000_hw *hw);
52 static void e1000_release_nvm_82575(struct e1000_hw *hw);
53 static s32 e1000_check_for_link_82575(struct e1000_hw *hw);
54 static s32 e1000_check_for_link_media_swap(struct e1000_hw *hw);
55 static s32 e1000_get_cfg_done_82575(struct e1000_hw *hw);
56 static s32 e1000_get_link_up_info_82575(struct e1000_hw *hw, u16 *speed,
58 static s32 e1000_phy_hw_reset_sgmii_82575(struct e1000_hw *hw);
59 static s32 e1000_read_phy_reg_sgmii_82575(struct e1000_hw *h
[all...]
H A De1000_mbx.c43 static s32 e1000_null_mbx_check_for_flag(struct e1000_hw E1000_UNUSEDARG *hw,
58 static s32 e1000_null_mbx_transact(struct e1000_hw E1000_UNUSEDARG *hw,
77 s32 e1000_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id)
103 s32 e1000_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id)
126 s32 e1000_check_for_msg(struct e1000_hw *hw, u16 mbx_id)
146 s32 e1000_check_for_ack(struct e1000_hw *hw, u16 mbx_id)
166 s32 e1000_check_for_rst(struct e1000_hw *hw, u16 mbx_id)
186 static s32 e1000_poll_for_msg(struct e1000_hw *hw, u16 mbx_id)
217 static s32 e1000_poll_for_ack(struct e1000_hw *hw, u16 mbx_id)
251 s32 e1000_read_posted_mbx(struct e1000_hw *h
[all...]
H A De1000_mac.c38 static s32 e1000_validate_mdi_setting_generic(struct e1000_hw *hw);
39 static void e1000_set_lan_id_multi_port_pcie(struct e1000_hw *hw);
40 static void e1000_config_collision_dist_generic(struct e1000_hw *hw);
48 void e1000_init_mac_ops_generic(struct e1000_hw *hw)
88 s32 e1000_null_ops_generic(struct e1000_hw E1000_UNUSEDARG *hw)
98 void e1000_null_mac_generic(struct e1000_hw E1000_UNUSEDARG *hw)
110 s32 e1000_null_link_info(struct e1000_hw E1000_UNUSEDARG *hw,
121 bool e1000_null_mng_mode(struct e1000_hw E1000_UNUSEDARG *hw)
133 void e1000_null_update_mc(struct e1000_hw E1000_UNUSEDARG *hw,
146 void e1000_null_write_vfta(struct e1000_hw E1000_UNUSEDAR
[all...]
H A De1000_82540.c49 static s32 e1000_init_phy_params_82540(struct e1000_hw *hw);
50 static s32 e1000_init_nvm_params_82540(struct e1000_hw *hw);
51 static s32 e1000_init_mac_params_82540(struct e1000_hw *hw);
52 static s32 e1000_adjust_serdes_amplitude_82540(struct e1000_hw *hw);
53 static void e1000_clear_hw_cntrs_82540(struct e1000_hw *hw);
54 static s32 e1000_init_hw_82540(struct e1000_hw *hw);
55 static s32 e1000_reset_hw_82540(struct e1000_hw *hw);
56 static s32 e1000_set_phy_mode_82540(struct e1000_hw *hw);
57 static s32 e1000_set_vco_speed_82540(struct e1000_hw *hw);
58 static s32 e1000_setup_copper_link_82540(struct e1000_hw *h
[all...]

Completed in 176 milliseconds

12