Searched refs:s32 (Results 1 - 25 of 65) sorted by relevance

123

/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_api.h16 s32 igc_set_mac_type(struct igc_hw *hw);
17 s32 igc_setup_init_funcs(struct igc_hw *hw, bool init_device);
18 s32 igc_init_mac_params(struct igc_hw *hw);
19 s32 igc_init_nvm_params(struct igc_hw *hw);
20 s32 igc_init_phy_params(struct igc_hw *hw);
21 s32 igc_get_bus_info(struct igc_hw *hw);
24 s32 igc_force_mac_fc(struct igc_hw *hw);
25 s32 igc_check_for_link(struct igc_hw *hw);
26 s32 igc_reset_hw(struct igc_hw *hw);
27 s32 igc_init_h
[all...]
H A Digc_nvm.h13 s32 igc_null_read_nvm(struct igc_hw *hw, u16 a, u16 b, u16 *c);
15 s32 igc_null_led_default(struct igc_hw *hw, u16 *data);
16 s32 igc_null_write_nvm(struct igc_hw *hw, u16 a, u16 b, u16 *c);
17 s32 igc_acquire_nvm_generic(struct igc_hw *hw);
19 s32 igc_poll_eerd_eewr_done(struct igc_hw *hw, int ee_reg);
20 s32 igc_read_mac_addr_generic(struct igc_hw *hw);
21 s32 igc_read_pba_string_generic(struct igc_hw *hw, u8 *pba_num,
23 s32 igc_read_nvm_eerd(struct igc_hw *hw, u16 offset, u16 words,
25 s32 igc_valid_led_default_generic(struct igc_hw *hw, u16 *data);
26 s32 igc_validate_nvm_checksum_generi
[all...]
H A Digc_mac.h14 s32 igc_null_ops_generic(struct igc_hw *hw);
15 s32 igc_null_link_info(struct igc_hw *hw, u16 *s, u16 *d);
20 s32 igc_check_for_copper_link_generic(struct igc_hw *hw);
21 s32 igc_config_fc_after_link_up_generic(struct igc_hw *hw);
22 s32 igc_disable_pcie_master_generic(struct igc_hw *hw);
23 s32 igc_force_mac_fc_generic(struct igc_hw *hw);
24 s32 igc_get_auto_rd_done_generic(struct igc_hw *hw);
25 s32 igc_get_bus_info_pcie_generic(struct igc_hw *hw);
27 s32 igc_get_hw_semaphore_generic(struct igc_hw *hw);
28 s32 igc_get_speed_and_duplex_copper_generi
[all...]
H A Digc_phy.h13 s32 igc_null_read_reg(struct igc_hw *hw, u32 offset, u16 *data);
15 s32 igc_null_lplu_state(struct igc_hw *hw, bool active);
16 s32 igc_null_write_reg(struct igc_hw *hw, u32 offset, u16 data);
17 s32 igc_null_set_page(struct igc_hw *hw, u16 data);
18 s32 igc_check_downshift_generic(struct igc_hw *hw);
19 s32 igc_check_reset_block_generic(struct igc_hw *hw);
20 s32 igc_get_phy_id(struct igc_hw *hw);
22 s32 igc_phy_hw_reset_generic(struct igc_hw *hw);
23 s32 igc_phy_reset_dsp_generic(struct igc_hw *hw);
24 s32 igc_set_d3_lplu_state_generi
[all...]
H A Digc_i225.h13 s32 igc_update_flash_i225(struct igc_hw *hw);
14 s32 igc_update_nvm_checksum_i225(struct igc_hw *hw);
15 s32 igc_validate_nvm_checksum_i225(struct igc_hw *hw);
16 s32 igc_write_nvm_srwr_i225(struct igc_hw *hw, u16 offset,
18 s32 igc_read_nvm_srrd_i225(struct igc_hw *hw, u16 offset,
20 s32 igc_set_flsw_flash_burst_counter_i225(struct igc_hw *hw,
22 s32 igc_write_erase_flash_command_i225(struct igc_hw *hw, u32 opcode,
24 s32 igc_check_for_link_i225(struct igc_hw *hw);
25 s32 igc_acquire_swfw_sync_i225(struct igc_hw *hw, u16 mask);
27 s32 igc_init_hw_i22
[all...]
H A Digc_api.c19 s32 igc_init_mac_params(struct igc_hw *hw)
21 s32 ret_val = IGC_SUCCESS;
45 s32 igc_init_nvm_params(struct igc_hw *hw)
47 s32 ret_val = IGC_SUCCESS;
71 s32 igc_init_phy_params(struct igc_hw *hw)
73 s32 ret_val = IGC_SUCCESS;
99 s32 igc_set_mac_type(struct igc_hw *hw)
102 s32 ret_val = IGC_SUCCESS;
144 s32 igc_setup_init_funcs(struct igc_hw *hw, bool init_device)
146 s32 ret_va
[all...]
H A Digc_hw.h347 s32 (*init_params)(struct igc_hw *);
348 s32 (*check_for_link)(struct igc_hw *);
351 s32 (*get_bus_info)(struct igc_hw *);
353 s32 (*get_link_up_info)(struct igc_hw *, u16 *, u16 *);
355 s32 (*reset_hw)(struct igc_hw *);
356 s32 (*init_hw)(struct igc_hw *);
357 s32 (*setup_link)(struct igc_hw *);
358 s32 (*setup_physical_interface)(struct igc_hw *);
362 s32 (*read_mac_addr)(struct igc_hw *);
363 s32 (*validate_mdi_settin
[all...]
H A Digc_phy.c12 static s32 igc_wait_autoneg(struct igc_hw *hw);
51 s32 igc_null_set_page(struct igc_hw IGC_UNUSEDARG *hw,
64 s32 igc_null_read_reg(struct igc_hw IGC_UNUSEDARG *hw,
86 s32 igc_null_lplu_state(struct igc_hw IGC_UNUSEDARG *hw,
99 s32 igc_null_write_reg(struct igc_hw IGC_UNUSEDARG *hw,
114 s32 igc_check_reset_block_generic(struct igc_hw *hw)
133 s32 igc_get_phy_id(struct igc_hw *hw)
136 s32 ret_val = IGC_SUCCESS;
169 s32 igc_read_phy_reg_mdic(struct igc_hw *hw, u32 offset, u16 *data)
228 s32 igc_write_phy_reg_mdi
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_mac.h42 s32 e1000_null_ops_generic(struct e1000_hw *hw);
43 s32 e1000_null_link_info(struct e1000_hw *hw, u16 *s, u16 *d);
48 s32 e1000_null_set_obff_timer(struct e1000_hw *hw, u32 a);
49 s32 e1000_blink_led_generic(struct e1000_hw *hw);
50 s32 e1000_check_for_copper_link_generic(struct e1000_hw *hw);
51 s32 e1000_check_for_fiber_link_generic(struct e1000_hw *hw);
52 s32 e1000_check_for_serdes_link_generic(struct e1000_hw *hw);
53 s32 e1000_cleanup_led_generic(struct e1000_hw *hw);
54 s32 e1000_commit_fc_settings_generic(struct e1000_hw *hw);
55 s32 e1000_poll_fiber_serdes_link_generi
[all...]
H A De1000_api.h54 s32 e1000_set_obff_timer(struct e1000_hw *hw, u32 itr);
55 s32 e1000_set_mac_type(struct e1000_hw *hw);
56 s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device);
57 s32 e1000_init_mac_params(struct e1000_hw *hw);
58 s32 e1000_init_nvm_params(struct e1000_hw *hw);
59 s32 e1000_init_phy_params(struct e1000_hw *hw);
60 s32 e1000_init_mbx_params(struct e1000_hw *hw);
61 s32 e1000_get_bus_info(struct e1000_hw *hw);
64 s32 e1000_force_mac_fc(struct e1000_hw *hw);
65 s32 e1000_check_for_lin
[all...]
H A De1000_nvm.h62 s32 e1000_null_read_nvm(struct e1000_hw *hw, u16 a, u16 b, u16 *c);
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 *hw, u8 *pba_num,
73 s32 e1000_read_pba_length_generic(struct e1000_hw *hw, u32 *pba_num_size);
74 s32 e1000_read_pba_ra
[all...]
H A De1000_phy.h40 s32 e1000_null_read_reg(struct e1000_hw *hw, u32 offset, u16 *data);
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 *hw);
51 s32 e1000_check_polarity_igp(struct e1000_hw *hw);
52 s32 e1000_check_polarity_if
[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);
104 s32 e1000_init_mbx_params_vf(struct e1000_hw *);
105 s32 e1000_init_mbx_params_pf(struct e1000_hw *);
H A De1000_i210.h40 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_manage.h41 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,
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_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);
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 *hw);
51 static s32 e1000_reset_hw_v
[all...]
H A De1000_api.c45 s32 e1000_init_mac_params(struct e1000_hw *hw)
47 s32 ret_val = E1000_SUCCESS;
71 s32 e1000_init_nvm_params(struct e1000_hw *hw)
73 s32 ret_val = E1000_SUCCESS;
97 s32 e1000_init_phy_params(struct e1000_hw *hw)
99 s32 ret_val = E1000_SUCCESS;
123 s32 e1000_init_mbx_params(struct e1000_hw *hw)
125 s32 ret_val = E1000_SUCCESS;
151 s32 e1000_set_mac_type(struct e1000_hw *hw)
154 s32 ret_va
[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)
80 s32 ret_val = -E1000_ERR_MBX;
103 s32 e1000_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id)
106 s32 ret_val = E1000_SUCCESS;
126 s32 e1000_check_for_msg(struct e1000_hw *hw, u16 mbx_id)
129 s32 ret_val = -E1000_ERR_MBX;
146 s32 e1000_check_for_ack(struct e1000_hw *hw, u16 mbx_id)
149 s32 ret_va
[all...]
H A De1000_vf.h202 s32 (*init_params)(struct e1000_hw *);
203 s32 (*check_for_link)(struct e1000_hw *);
205 s32 (*get_bus_info)(struct e1000_hw *);
206 s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *);
208 s32 (*reset_hw)(struct e1000_hw *);
209 s32 (*init_hw)(struct e1000_hw *);
210 s32 (*setup_link)(struct e1000_hw *);
213 s32 (*read_mac_addr)(struct e1000_hw *);
230 s32 (*init_params)(struct e1000_hw *hw);
231 s32 (*rea
[all...]
H A De1000_80003es2lan.c42 static s32 e1000_acquire_phy_80003es2lan(struct e1000_hw *hw);
44 static s32 e1000_acquire_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 *hw);
57 static s32 e1000_get_link_up_info_80003es2lan(struct e1000_hw *hw, u16 *speed,
59 static s32 e1000_reset_hw_80003es2la
[all...]
H A De1000_i210.c39 static s32 e1000_acquire_nvm_i210(struct e1000_hw *hw);
41 static s32 e1000_write_nvm_srwr(struct e1000_hw *hw, u16 offset, u16 words,
43 static s32 e1000_pool_flash_update_done_i210(struct e1000_hw *hw);
44 static s32 e1000_valid_led_default_i210(struct e1000_hw *hw, u16 *data);
55 static s32 e1000_acquire_nvm_i210(struct e1000_hw *hw)
57 s32 ret_val;
90 s32 e1000_read_nvm_srrd_i210(struct e1000_hw *hw, u16 offset, u16 words,
93 s32 status = E1000_SUCCESS;
135 s32 e1000_write_nvm_srwr_i210(struct e1000_hw *hw, u16 offset, u16 words,
138 s32 statu
[all...]
H A De1000_hw.h724 s32 (*init_params)(struct e1000_hw *);
725 s32 (*id_led_init)(struct e1000_hw *);
726 s32 (*blink_led)(struct e1000_hw *);
728 s32 (*check_for_link)(struct e1000_hw *);
729 s32 (*cleanup_led)(struct e1000_hw *);
732 s32 (*get_bus_info)(struct e1000_hw *);
734 s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *);
735 s32 (*led_on)(struct e1000_hw *);
736 s32 (*led_off)(struct e1000_hw *);
738 s32 (*reset_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);
53 static s32 e1000_read_mac_addr_8254
[all...]
H A De1000_phy.c38 static s32 e1000_wait_autoneg(struct e1000_hw *hw);
39 static s32 e1000_access_phy_wakeup_reg_bm(struct e1000_hw *hw, u32 offset,
42 static s32 e1000_access_phy_debug_regs_hv(struct e1000_hw *hw, u32 offset,
109 s32 e1000_null_set_page(struct e1000_hw E1000_UNUSEDARG *hw,
122 s32 e1000_null_read_reg(struct e1000_hw E1000_UNUSEDARG *hw,
144 s32 e1000_null_lplu_state(struct e1000_hw E1000_UNUSEDARG *hw,
157 s32 e1000_null_write_reg(struct e1000_hw E1000_UNUSEDARG *hw,
172 s32 e1000_read_i2c_byte_null(struct e1000_hw E1000_UNUSEDARG *hw,
189 s32 e1000_write_i2c_byte_null(struct e1000_hw E1000_UNUSEDARG *hw,
206 s32 e1000_check_reset_block_generi
[all...]
/haiku/headers/libs/x86emu/x86emu/
H A Dtypes.h56 #define s32 x86emus32 macro
72 typedef int32_t s32; typedef

Completed in 162 milliseconds

123