/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/ |
H A D | igc_api.h | 12 extern void igc_init_function_pointers_i225(struct igc_hw *hw); 14 s32 igc_set_mac_type(struct igc_hw *hw); 15 s32 igc_setup_init_funcs(struct igc_hw *hw, bool init_device); 16 s32 igc_init_mac_params(struct igc_hw *hw); 17 s32 igc_init_nvm_params(struct igc_hw *hw); 18 s32 igc_init_phy_params(struct igc_hw *hw); 19 s32 igc_get_bus_info(struct igc_hw *hw); 20 void igc_clear_vfta(struct igc_hw *hw); 21 void igc_write_vfta(struct igc_hw *hw, u32 offset, u32 value); 22 s32 igc_force_mac_fc(struct igc_hw *hw); [all …]
|
H A D | igc_mac.h | 10 void igc_init_mac_ops_generic(struct igc_hw *hw); 11 void igc_null_mac_generic(struct igc_hw *hw); 12 s32 igc_null_ops_generic(struct igc_hw *hw); 13 s32 igc_null_link_info(struct igc_hw *hw, u16 *s, u16 *d); 14 bool igc_null_mng_mode(struct igc_hw *hw); 15 void igc_null_update_mc(struct igc_hw *hw, u8 *h, u32 a); 16 void igc_null_write_vfta(struct igc_hw *hw, u32 a, u32 b); 17 int igc_null_rar_set(struct igc_hw *hw, u8 *h, u32 a); 18 s32 igc_check_for_copper_link_generic(struct igc_hw *hw); 19 s32 igc_config_fc_after_link_up_generic(struct igc_hw *hw); [all …]
|
H A D | igc_phy.h | 10 void igc_init_phy_ops_generic(struct igc_hw *hw); 11 s32 igc_null_read_reg(struct igc_hw *hw, u32 offset, u16 *data); 12 void igc_null_phy_generic(struct igc_hw *hw); 13 s32 igc_null_lplu_state(struct igc_hw *hw, bool active); 14 s32 igc_null_write_reg(struct igc_hw *hw, u32 offset, u16 data); 15 s32 igc_null_set_page(struct igc_hw *hw, u16 data); 16 s32 igc_check_downshift_generic(struct igc_hw *hw); 17 s32 igc_check_reset_block_generic(struct igc_hw *hw); 18 s32 igc_get_phy_id(struct igc_hw *hw); 19 void igc_phy_force_speed_duplex_setup(struct igc_hw *hw, u16 *phy_ctrl); [all …]
|
H A D | igc_nvm.h | 10 void igc_init_nvm_ops_generic(struct igc_hw *hw); 11 s32 igc_null_read_nvm(struct igc_hw *hw, u16 a, u16 b, u16 *c); 12 void igc_null_nvm_generic(struct igc_hw *hw); 13 s32 igc_null_led_default(struct igc_hw *hw, u16 *data); 14 s32 igc_null_write_nvm(struct igc_hw *hw, u16 a, u16 b, u16 *c); 15 s32 igc_acquire_nvm_generic(struct igc_hw *hw); 17 s32 igc_poll_eerd_eewr_done(struct igc_hw *hw, int ee_reg); 18 s32 igc_read_mac_addr_generic(struct igc_hw *hw); 19 s32 igc_read_pba_string_generic(struct igc_hw *hw, u8 *pba_num, 21 s32 igc_read_nvm_eerd(struct igc_hw *hw, u16 offset, u16 words, [all …]
|
H A D | igc_hw.h | 14 struct igc_hw; 345 s32 (*init_params)(struct igc_hw *); 346 s32 (*check_for_link)(struct igc_hw *); 347 void (*clear_hw_cntrs)(struct igc_hw *); 348 void (*clear_vfta)(struct igc_hw *); 349 s32 (*get_bus_info)(struct igc_hw *); 350 void (*set_lan_id)(struct igc_hw *); 351 s32 (*get_link_up_info)(struct igc_hw *, u16 *, u16 *); 352 void (*update_mc_addr_list)(struct igc_hw *, u8 *, u32); 353 s32 (*reset_hw)(struct igc_hw *); [all …]
|
H A D | igc_i225.h | 10 bool igc_get_flash_presence_i225(struct igc_hw *hw); 11 s32 igc_update_flash_i225(struct igc_hw *hw); 12 s32 igc_update_nvm_checksum_i225(struct igc_hw *hw); 13 s32 igc_validate_nvm_checksum_i225(struct igc_hw *hw); 14 s32 igc_write_nvm_srwr_i225(struct igc_hw *hw, u16 offset, 16 s32 igc_read_nvm_srrd_i225(struct igc_hw *hw, u16 offset, 18 s32 igc_set_flsw_flash_burst_counter_i225(struct igc_hw *hw, 20 s32 igc_write_erase_flash_command_i225(struct igc_hw *hw, u32 opcode, 22 s32 igc_check_for_link_i225(struct igc_hw *hw); 23 s32 igc_acquire_swfw_sync_i225(struct igc_hw *hw, u16 mask); [all …]
|
H A D | igc_api.c | 17 s32 igc_init_mac_params(struct igc_hw *hw) in igc_init_mac_params() 43 s32 igc_init_nvm_params(struct igc_hw *hw) in igc_init_nvm_params() 69 s32 igc_init_phy_params(struct igc_hw *hw) in igc_init_phy_params() 97 s32 igc_set_mac_type(struct igc_hw *hw) in igc_set_mac_type() 142 s32 igc_setup_init_funcs(struct igc_hw *hw, bool init_device) in igc_setup_init_funcs() 212 s32 igc_get_bus_info(struct igc_hw *hw) in igc_get_bus_info() 227 void igc_clear_vfta(struct igc_hw *hw) in igc_clear_vfta() 242 void igc_write_vfta(struct igc_hw *hw, u32 offset, u32 value) in igc_write_vfta() 257 void igc_update_mc_addr_list(struct igc_hw *hw, u8 *mc_addr_list, in igc_update_mc_addr_list() 273 s32 igc_force_mac_fc(struct igc_hw *hw) in igc_force_mac_fc() [all …]
|
H A D | igc_mac.c | 10 static void igc_config_collision_dist_generic(struct igc_hw *hw); 18 void igc_init_mac_ops_generic(struct igc_hw *hw) in igc_init_mac_ops_generic() 33 s32 igc_null_ops_generic(struct igc_hw IGC_UNUSEDARG *hw) in igc_null_ops_generic() 43 void igc_null_mac_generic(struct igc_hw IGC_UNUSEDARG *hw) in igc_null_mac_generic() 55 s32 igc_null_link_info(struct igc_hw IGC_UNUSEDARG *hw, in igc_null_link_info() 66 bool igc_null_mng_mode(struct igc_hw IGC_UNUSEDARG *hw) in igc_null_mng_mode() 78 void igc_null_update_mc(struct igc_hw IGC_UNUSEDARG *hw, in igc_null_update_mc() 91 void igc_null_write_vfta(struct igc_hw IGC_UNUSEDARG *hw, in igc_null_write_vfta() 104 int igc_null_rar_set(struct igc_hw IGC_UNUSEDARG *hw, in igc_null_rar_set() 117 void igc_set_lan_id_single_port(struct igc_hw *hw) in igc_set_lan_id_single_port() [all …]
|
H A D | igc_i225.c | 10 static s32 igc_init_nvm_params_i225(struct igc_hw *hw); 11 static s32 igc_init_mac_params_i225(struct igc_hw *hw); 12 static s32 igc_init_phy_params_i225(struct igc_hw *hw); 13 static s32 igc_reset_hw_i225(struct igc_hw *hw); 14 static s32 igc_acquire_nvm_i225(struct igc_hw *hw); 15 static void igc_release_nvm_i225(struct igc_hw *hw); 16 static s32 igc_get_hw_semaphore_i225(struct igc_hw *hw); 17 static s32 __igc_write_nvm_srwr(struct igc_hw *hw, u16 offset, u16 words, 19 static s32 igc_pool_flash_update_done_i225(struct igc_hw *hw); 25 static s32 igc_init_nvm_params_i225(struct igc_hw *hw) in igc_init_nvm_params_i225() [all …]
|
H A D | igc_nvm.c | 10 static void igc_reload_nvm_generic(struct igc_hw *hw); 18 void igc_init_nvm_ops_generic(struct igc_hw *hw) in igc_init_nvm_ops_generic() 41 s32 igc_null_read_nvm(struct igc_hw IGC_UNUSEDARG *hw, in igc_null_read_nvm() 53 void igc_null_nvm_generic(struct igc_hw IGC_UNUSEDARG *hw) in igc_null_nvm_generic() 66 s32 igc_null_write_nvm(struct igc_hw IGC_UNUSEDARG *hw, in igc_null_write_nvm() 81 static void igc_raise_eec_clk(struct igc_hw *hw, u32 *eecd) in igc_raise_eec_clk() 96 static void igc_lower_eec_clk(struct igc_hw *hw, u32 *eecd) in igc_lower_eec_clk() 114 static void igc_shift_out_eec_bits(struct igc_hw *hw, u16 data, u16 count) in igc_shift_out_eec_bits() 158 static u16 igc_shift_in_eec_bits(struct igc_hw *hw, u16 count) in igc_shift_in_eec_bits() 195 s32 igc_poll_eerd_eewr_done(struct igc_hw *hw, int ee_reg) in igc_poll_eerd_eewr_done() [all …]
|
H A D | igc_phy.c | 10 static s32 igc_wait_autoneg(struct igc_hw *hw); 18 void igc_init_phy_ops_generic(struct igc_hw *hw) in igc_init_phy_ops_generic() 49 s32 igc_null_set_page(struct igc_hw IGC_UNUSEDARG *hw, in igc_null_set_page() 62 s32 igc_null_read_reg(struct igc_hw IGC_UNUSEDARG *hw, in igc_null_read_reg() 73 void igc_null_phy_generic(struct igc_hw IGC_UNUSEDARG *hw) in igc_null_phy_generic() 84 s32 igc_null_lplu_state(struct igc_hw IGC_UNUSEDARG *hw, in igc_null_lplu_state() 97 s32 igc_null_write_reg(struct igc_hw IGC_UNUSEDARG *hw, in igc_null_write_reg() 112 s32 igc_check_reset_block_generic(struct igc_hw *hw) in igc_check_reset_block_generic() 131 s32 igc_get_phy_id(struct igc_hw *hw) in igc_get_phy_id() 167 s32 igc_read_phy_reg_mdic(struct igc_hw *hw, u32 offset, u16 *data) in igc_read_phy_reg_mdic() [all …]
|
H A D | igc_base.h | 11 s32 igc_init_hw_base(struct igc_hw *hw); 12 void igc_power_down_phy_copper_base(struct igc_hw *hw); 13 extern void igc_rx_fifo_flush_base(struct igc_hw *hw); 14 s32 igc_acquire_phy_base(struct igc_hw *hw); 15 void igc_release_phy_base(struct igc_hw *hw);
|
H A D | igc_base.c | 19 s32 igc_acquire_phy_base(struct igc_hw *hw) in igc_acquire_phy_base() 37 void igc_release_phy_base(struct igc_hw *hw) in igc_release_phy_base() 55 s32 igc_init_hw_base(struct igc_hw *hw) in igc_init_hw_base() 96 void igc_power_down_phy_copper_base(struct igc_hw *hw) in igc_power_down_phy_copper_base() 119 void igc_rx_fifo_flush_base(struct igc_hw *hw) in igc_rx_fifo_flush_base()
|
H A D | if_igc.c | 307 struct igc_hw *hw = &adapter->hw; in igc_get_regs() 448 struct igc_hw *hw; in igc_if_attach_pre() 663 struct igc_hw *hw = &adapter->hw; in igc_if_attach_post() 1178 struct igc_hw *hw = &adapter->hw; in igc_if_update_admin_status() 1382 struct igc_hw *hw = &adapter->hw; in igc_configure_queues() 1492 struct igc_hw *hw = &adapter->hw; in igc_init_dmac() 1584 struct igc_hw *hw = &adapter->hw; in igc_reset() 1657 struct igc_hw *hw = &adapter->hw; in igc_initialize_rss_mapping() 1917 struct igc_hw *hw = &adapter->hw; in igc_initialize_transmit_unit() 1984 struct igc_hw *hw = &adapter->hw; in igc_initialize_receive_unit() [all …]
|
H A D | if_igc.h | 334 struct igc_hw hw;
|
/haiku/3rdparty/korli/ |
H A D | generate_ids_from_drivers.sh | 65 sed -e 's/#include.*//g' $TOPDIR/$driverPath/dev/$bsdname/igc_hw.h > /tmp/igc_hw.h 66 sed -e 's/#include.*//g' $TOPDIR/$driverPath/dev/$bsdname/if_igc.c | gcc -E -include /tmp/igc_hw.h … 67 rm /tmp/igc_hw.h
|