Home
last modified time | relevance | path

Searched defs:hw (Results 1 – 25 of 484) sorted by relevance

12345678910>>...20

/linux-3.3/sound/pci/ctxfi/
Dcthardware.h71 struct hw { struct
72 int (*card_init)(struct hw *hw, struct card_conf *info); argument
73 int (*card_stop)(struct hw *hw); argument
74 int (*pll_init)(struct hw *hw, unsigned int rsr); argument
76 int (*suspend)(struct hw *hw, pm_message_t state); argument
77 int (*resume)(struct hw *hw, struct card_conf *info); argument
79 int (*is_adc_source_selected)(struct hw *hw, enum ADCSRC source); argument
80 int (*select_adc_source)(struct hw *hw, enum ADCSRC source); argument
81 struct capabilities (*capabilities)(struct hw *hw); argument
82 int (*output_switch_get)(struct hw *hw); argument
[all …]
/linux-3.3/drivers/net/ethernet/intel/e1000/
De1000_hw.c115 static s32 e1000_set_phy_type(struct e1000_hw *hw) in e1000_set_phy_type()
156 static void e1000_phy_init_script(struct e1000_hw *hw) in e1000_phy_init_script()
252 s32 e1000_set_mac_type(struct e1000_hw *hw) in e1000_set_mac_type()
362 void e1000_set_media_type(struct e1000_hw *hw) in e1000_set_media_type()
407 s32 e1000_reset_hw(struct e1000_hw *hw) in e1000_reset_hw()
558 s32 e1000_init_hw(struct e1000_hw *hw) in e1000_init_hw()
674 static s32 e1000_adjust_serdes_amplitude(struct e1000_hw *hw) in e1000_adjust_serdes_amplitude()
720 s32 e1000_setup_link(struct e1000_hw *hw) in e1000_setup_link()
834 static s32 e1000_setup_fiber_serdes_link(struct e1000_hw *hw) in e1000_setup_fiber_serdes_link()
974 static s32 e1000_copper_link_rtl_setup(struct e1000_hw *hw) in e1000_copper_link_rtl_setup()
[all …]
/linux-3.3/drivers/net/ethernet/intel/e1000e/
Dlib.c52 s32 e1000e_get_bus_info_pcie(struct e1000_hw *hw) in e1000e_get_bus_info_pcie()
84 void e1000_set_lan_id_multi_port_pcie(struct e1000_hw *hw) in e1000_set_lan_id_multi_port_pcie()
103 void e1000_set_lan_id_single_port(struct e1000_hw *hw) in e1000_set_lan_id_single_port()
117 void e1000_clear_vfta_generic(struct e1000_hw *hw) in e1000_clear_vfta_generic()
136 void e1000_write_vfta_generic(struct e1000_hw *hw, u32 offset, u32 value) in e1000_write_vfta_generic()
151 void e1000e_init_rx_addrs(struct e1000_hw *hw, u16 rar_count) in e1000e_init_rx_addrs()
179 s32 e1000_check_alt_mac_addr_generic(struct e1000_hw *hw) in e1000_check_alt_mac_addr_generic()
249 void e1000e_rar_set(struct e1000_hw *hw, u8 *addr, u32 index) in e1000e_rar_set()
287 static u32 e1000_hash_mc_addr(struct e1000_hw *hw, u8 *mc_addr) in e1000_hash_mc_addr()
358 void e1000e_update_mc_addr_list_generic(struct e1000_hw *hw, in e1000e_update_mc_addr_list_generic()
[all …]
D82571.c88 static s32 e1000_init_phy_params_82571(struct e1000_hw *hw) in e1000_init_phy_params_82571()
164 static s32 e1000_init_nvm_params_82571(struct e1000_hw *hw) in e1000_init_nvm_params_82571()
240 struct e1000_hw *hw = &adapter->hw; in e1000_init_mac_params_82571() local
380 struct e1000_hw *hw = &adapter->hw; in e1000_get_variants_82571() local
453 static s32 e1000_get_phy_id_82571(struct e1000_hw *hw) in e1000_get_phy_id_82571()
502 static s32 e1000_get_hw_semaphore_82571(struct e1000_hw *hw) in e1000_get_hw_semaphore_82571()
562 static void e1000_put_hw_semaphore_82571(struct e1000_hw *hw) in e1000_put_hw_semaphore_82571()
577 static s32 e1000_get_hw_semaphore_82573(struct e1000_hw *hw) in e1000_get_hw_semaphore_82573()
617 static void e1000_put_hw_semaphore_82573(struct e1000_hw *hw) in e1000_put_hw_semaphore_82573()
635 static s32 e1000_get_hw_semaphore_82574(struct e1000_hw *hw) in e1000_get_hw_semaphore_82574()
[all …]
Dphy.c111 s32 e1000e_check_reset_block_generic(struct e1000_hw *hw) in e1000e_check_reset_block_generic()
128 s32 e1000e_get_phy_id(struct e1000_hw *hw) in e1000e_get_phy_id()
167 s32 e1000e_phy_reset_dsp(struct e1000_hw *hw) in e1000e_phy_reset_dsp()
187 s32 e1000e_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data) in e1000e_read_phy_reg_mdic()
247 s32 e1000e_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data) in e1000e_write_phy_reg_mdic()
309 s32 e1000e_read_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 *data) in e1000e_read_phy_reg_m88()
334 s32 e1000e_write_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 data) in e1000e_write_phy_reg_m88()
359 s32 e1000_set_page_igp(struct e1000_hw *hw, u16 page) in e1000_set_page_igp()
379 static s32 __e1000e_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data, in __e1000e_read_phy_reg_igp()
421 s32 e1000e_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data) in e1000e_read_phy_reg_igp()
[all …]
D80003es2lan.c126 static s32 e1000_init_phy_params_80003es2lan(struct e1000_hw *hw) in e1000_init_phy_params_80003es2lan()
158 static s32 e1000_init_nvm_params_80003es2lan(struct e1000_hw *hw) in e1000_init_nvm_params_80003es2lan()
206 struct e1000_hw *hw = &adapter->hw; in e1000_init_mac_params_80003es2lan() local
260 struct e1000_hw *hw = &adapter->hw; in e1000_get_variants_80003es2lan() local
284 static s32 e1000_acquire_phy_80003es2lan(struct e1000_hw *hw) in e1000_acquire_phy_80003es2lan()
298 static void e1000_release_phy_80003es2lan(struct e1000_hw *hw) in e1000_release_phy_80003es2lan()
313 static s32 e1000_acquire_mac_csr_80003es2lan(struct e1000_hw *hw) in e1000_acquire_mac_csr_80003es2lan()
328 static void e1000_release_mac_csr_80003es2lan(struct e1000_hw *hw) in e1000_release_mac_csr_80003es2lan()
343 static s32 e1000_acquire_nvm_80003es2lan(struct e1000_hw *hw) in e1000_acquire_nvm_80003es2lan()
365 static void e1000_release_nvm_80003es2lan(struct e1000_hw *hw) in e1000_release_nvm_80003es2lan()
[all …]
Dich8lan.c259 static inline u16 __er16flash(struct e1000_hw *hw, unsigned long reg) in __er16flash()
264 static inline u32 __er32flash(struct e1000_hw *hw, unsigned long reg) in __er32flash()
269 static inline void __ew16flash(struct e1000_hw *hw, unsigned long reg, u16 val) in __ew16flash()
274 static inline void __ew32flash(struct e1000_hw *hw, unsigned long reg, u32 val) in __ew32flash()
284 static void e1000_toggle_lanphypc_value_ich8lan(struct e1000_hw *hw) in e1000_toggle_lanphypc_value_ich8lan()
304 static s32 e1000_init_phy_params_pchlan(struct e1000_hw *hw) in e1000_init_phy_params_pchlan()
417 static s32 e1000_init_phy_params_ich8lan(struct e1000_hw *hw) in e1000_init_phy_params_ich8lan()
498 static s32 e1000_init_nvm_params_ich8lan(struct e1000_hw *hw) in e1000_init_nvm_params_ich8lan()
556 struct e1000_hw *hw = &adapter->hw; in e1000_init_mac_params_ich8lan() local
631 static s32 e1000_set_eee_pchlan(struct e1000_hw *hw) in e1000_set_eee_pchlan()
[all …]
/linux-3.3/drivers/net/ethernet/intel/ixgb/
Dixgb_ee.c52 ixgb_raise_clock(struct ixgb_hw *hw, in ixgb_raise_clock()
71 ixgb_lower_clock(struct ixgb_hw *hw, in ixgb_lower_clock()
91 ixgb_shift_out_bits(struct ixgb_hw *hw, in ixgb_shift_out_bits()
139 ixgb_shift_in_bits(struct ixgb_hw *hw) in ixgb_shift_in_bits()
182 ixgb_setup_eeprom(struct ixgb_hw *hw) in ixgb_setup_eeprom()
203 ixgb_standby_eeprom(struct ixgb_hw *hw) in ixgb_standby_eeprom()
240 ixgb_clock_eeprom(struct ixgb_hw *hw) in ixgb_clock_eeprom()
265 ixgb_cleanup_eeprom(struct ixgb_hw *hw) in ixgb_cleanup_eeprom()
290 ixgb_wait_eeprom_command(struct ixgb_hw *hw) in ixgb_wait_eeprom_command()
330 ixgb_validate_eeprom_checksum(struct ixgb_hw *hw) in ixgb_validate_eeprom_checksum()
[all …]
Dixgb_hw.c71 static u32 ixgb_mac_reset(struct ixgb_hw *hw) in ixgb_mac_reset()
122 ixgb_adapter_stop(struct ixgb_hw *hw) in ixgb_adapter_stop()
185 ixgb_identify_xpak_vendor(struct ixgb_hw *hw) in ixgb_identify_xpak_vendor()
225 ixgb_identify_phy(struct ixgb_hw *hw) in ixgb_identify_phy()
298 ixgb_init_hw(struct ixgb_hw *hw) in ixgb_init_hw()
383 ixgb_init_rx_addrs(struct ixgb_hw *hw) in ixgb_init_rx_addrs()
433 ixgb_mc_addr_list_update(struct ixgb_hw *hw, in ixgb_mc_addr_list_update()
497 ixgb_hash_mc_addr(struct ixgb_hw *hw, in ixgb_hash_mc_addr()
545 ixgb_mta_set(struct ixgb_hw *hw, in ixgb_mta_set()
577 ixgb_rar_set(struct ixgb_hw *hw, in ixgb_rar_set()
[all …]
/linux-3.3/drivers/net/ethernet/intel/igb/
De1000_82575.c86 static bool igb_sgmii_uses_mdio_82575(struct e1000_hw *hw) in igb_sgmii_uses_mdio_82575()
108 static s32 igb_get_invariants_82575(struct e1000_hw *hw) in igb_get_invariants_82575()
377 static s32 igb_acquire_phy_82575(struct e1000_hw *hw) in igb_acquire_phy_82575()
398 static void igb_release_phy_82575(struct e1000_hw *hw) in igb_release_phy_82575()
421 static s32 igb_read_phy_reg_sgmii_82575(struct e1000_hw *hw, u32 offset, in igb_read_phy_reg_sgmii_82575()
452 static s32 igb_write_phy_reg_sgmii_82575(struct e1000_hw *hw, u32 offset, in igb_write_phy_reg_sgmii_82575()
482 static s32 igb_get_phy_id_82575(struct e1000_hw *hw) in igb_get_phy_id_82575()
574 static s32 igb_phy_hw_reset_sgmii_82575(struct e1000_hw *hw) in igb_phy_hw_reset_sgmii_82575()
612 static s32 igb_set_d0_lplu_state_82575(struct e1000_hw *hw, bool active) in igb_set_d0_lplu_state_82575()
685 static s32 igb_acquire_nvm_82575(struct e1000_hw *hw) in igb_acquire_nvm_82575()
[all …]
De1000_mac.c49 s32 igb_get_bus_info_pcie(struct e1000_hw *hw) in igb_get_bus_info_pcie()
95 void igb_clear_vfta(struct e1000_hw *hw) in igb_clear_vfta()
114 static void igb_write_vfta(struct e1000_hw *hw, u32 offset, u32 value) in igb_write_vfta()
132 void igb_clear_vfta_i350(struct e1000_hw *hw) in igb_clear_vfta_i350()
154 static void igb_write_vfta_i350(struct e1000_hw *hw, u32 offset, u32 value) in igb_write_vfta_i350()
173 void igb_init_rx_addrs(struct e1000_hw *hw, u16 rar_count) in igb_init_rx_addrs()
198 s32 igb_vfta_set(struct e1000_hw *hw, u32 vid, bool add) in igb_vfta_set()
237 s32 igb_check_alt_mac_addr(struct e1000_hw *hw) in igb_check_alt_mac_addr()
308 void igb_rar_set(struct e1000_hw *hw, u8 *addr, u32 index) in igb_rar_set()
347 void igb_mta_set(struct e1000_hw *hw, u32 hash_value) in igb_mta_set()
[all …]
De1000_phy.c67 s32 igb_check_reset_block(struct e1000_hw *hw) in igb_check_reset_block()
84 s32 igb_get_phy_id(struct e1000_hw *hw) in igb_get_phy_id()
113 static s32 igb_phy_reset_dsp(struct e1000_hw *hw) in igb_phy_reset_dsp()
139 s32 igb_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data) in igb_read_phy_reg_mdic()
197 s32 igb_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data) in igb_write_phy_reg_mdic()
256 s32 igb_read_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 *data) in igb_read_phy_reg_i2c()
303 s32 igb_write_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 data) in igb_write_phy_reg_i2c()
360 s32 igb_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data) in igb_read_phy_reg_igp()
399 s32 igb_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data) in igb_write_phy_reg_igp()
435 s32 igb_copper_link_setup_82580(struct e1000_hw *hw) in igb_copper_link_setup_82580()
[all …]
De1000_mbx.c39 s32 igb_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in igb_read_mbx()
63 s32 igb_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in igb_write_mbx()
84 s32 igb_check_for_msg(struct e1000_hw *hw, u16 mbx_id) in igb_check_for_msg()
102 s32 igb_check_for_ack(struct e1000_hw *hw, u16 mbx_id) in igb_check_for_ack()
120 s32 igb_check_for_rst(struct e1000_hw *hw, u16 mbx_id) in igb_check_for_rst()
138 static s32 igb_poll_for_msg(struct e1000_hw *hw, u16 mbx_id) in igb_poll_for_msg()
167 static s32 igb_poll_for_ack(struct e1000_hw *hw, u16 mbx_id) in igb_poll_for_ack()
199 static s32 igb_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in igb_read_posted_mbx()
225 static s32 igb_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in igb_write_posted_mbx()
244 static s32 igb_check_for_bit_pf(struct e1000_hw *hw, u32 mask) in igb_check_for_bit_pf()
[all …]
De1000_nvm.c41 static void igb_raise_eec_clk(struct e1000_hw *hw, u32 *eecd) in igb_raise_eec_clk()
56 static void igb_lower_eec_clk(struct e1000_hw *hw, u32 *eecd) in igb_lower_eec_clk()
74 static void igb_shift_out_eec_bits(struct e1000_hw *hw, u16 data, u16 count) in igb_shift_out_eec_bits()
116 static u16 igb_shift_in_eec_bits(struct e1000_hw *hw, u16 count) in igb_shift_in_eec_bits()
151 static s32 igb_poll_eerd_eewr_done(struct e1000_hw *hw, int ee_reg) in igb_poll_eerd_eewr_done()
182 s32 igb_acquire_nvm(struct e1000_hw *hw) in igb_acquire_nvm()
216 static void igb_standby_nvm(struct e1000_hw *hw) in igb_standby_nvm()
240 static void e1000_stop_nvm(struct e1000_hw *hw) in e1000_stop_nvm()
258 void igb_release_nvm(struct e1000_hw *hw) in igb_release_nvm()
275 static s32 igb_ready_nvm_eeprom(struct e1000_hw *hw) in igb_ready_nvm_eeprom()
[all …]
/linux-3.3/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.c75 s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw) in ixgbe_start_hw_generic()
116 s32 ixgbe_start_hw_gen2(struct ixgbe_hw *hw) in ixgbe_start_hw_gen2()
155 s32 ixgbe_init_hw_generic(struct ixgbe_hw *hw) in ixgbe_init_hw_generic()
177 s32 ixgbe_clear_hw_cntrs_generic(struct ixgbe_hw *hw) in ixgbe_clear_hw_cntrs_generic()
286 s32 ixgbe_read_pba_string_generic(struct ixgbe_hw *hw, u8 *pba_num, in ixgbe_read_pba_string_generic()
396 s32 ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr) in ixgbe_get_mac_addr_generic()
420 s32 ixgbe_get_bus_info_generic(struct ixgbe_hw *hw) in ixgbe_get_bus_info_generic()
474 void ixgbe_set_lan_id_multi_port_pcie(struct ixgbe_hw *hw) in ixgbe_set_lan_id_multi_port_pcie()
498 s32 ixgbe_stop_adapter_generic(struct ixgbe_hw *hw) in ixgbe_stop_adapter_generic()
546 s32 ixgbe_led_on_generic(struct ixgbe_hw *hw, u32 index) in ixgbe_led_on_generic()
[all …]
Dixgbe_x540.c49 static enum ixgbe_media_type ixgbe_get_media_type_X540(struct ixgbe_hw *hw) in ixgbe_get_media_type_X540()
54 static s32 ixgbe_get_invariants_X540(struct ixgbe_hw *hw) in ixgbe_get_invariants_X540()
78 static s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, in ixgbe_setup_mac_link_X540()
94 static s32 ixgbe_reset_hw_X540(struct ixgbe_hw *hw) in ixgbe_reset_hw_X540()
179 static s32 ixgbe_start_hw_X540(struct ixgbe_hw *hw) in ixgbe_start_hw_X540()
199 static u32 ixgbe_get_supported_physical_layer_X540(struct ixgbe_hw *hw) in ixgbe_get_supported_physical_layer_X540()
225 static s32 ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw) in ixgbe_init_eeprom_params_X540()
256 static s32 ixgbe_read_eerd_X540(struct ixgbe_hw *hw, u16 offset, u16 *data) in ixgbe_read_eerd_X540()
279 static s32 ixgbe_read_eerd_buffer_X540(struct ixgbe_hw *hw, in ixgbe_read_eerd_buffer_X540()
303 static s32 ixgbe_write_eewr_X540(struct ixgbe_hw *hw, u16 offset, u16 data) in ixgbe_write_eewr_X540()
[all …]
Dixgbe_phy.c56 s32 ixgbe_identify_phy_generic(struct ixgbe_hw *hw) in ixgbe_identify_phy_generic()
104 static s32 ixgbe_get_phy_id(struct ixgbe_hw *hw) in ixgbe_get_phy_id()
157 s32 ixgbe_reset_phy_generic(struct ixgbe_hw *hw) in ixgbe_reset_phy_generic()
212 s32 ixgbe_read_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr, in ixgbe_read_phy_reg_generic()
311 s32 ixgbe_write_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr, in ixgbe_write_phy_reg_generic()
403 s32 ixgbe_setup_phy_link_generic(struct ixgbe_hw *hw) in ixgbe_setup_phy_link_generic()
499 s32 ixgbe_setup_phy_link_speed_generic(struct ixgbe_hw *hw, in ixgbe_setup_phy_link_speed_generic()
534 s32 ixgbe_get_copper_link_capabilities_generic(struct ixgbe_hw *hw, in ixgbe_get_copper_link_capabilities_generic()
566 s32 ixgbe_check_phy_link_tnx(struct ixgbe_hw *hw, ixgbe_link_speed *speed, in ixgbe_check_phy_link_tnx()
613 s32 ixgbe_setup_phy_link_tnx(struct ixgbe_hw *hw) in ixgbe_setup_phy_link_tnx()
[all …]
/linux-3.3/drivers/net/ethernet/atheros/atl1e/
Datl1e_hw.c32 int atl1e_check_eeprom_exist(struct atl1e_hw *hw) in atl1e_check_eeprom_exist()
45 void atl1e_hw_set_mac_addr(struct atl1e_hw *hw) in atl1e_hw_set_mac_addr()
68 static int atl1e_get_permanent_address(struct atl1e_hw *hw) in atl1e_get_permanent_address()
110 bool atl1e_write_eeprom(struct atl1e_hw *hw, u32 offset, u32 value) in atl1e_write_eeprom()
115 bool atl1e_read_eeprom(struct atl1e_hw *hw, u32 offset, u32 *p_value) in atl1e_read_eeprom()
140 void atl1e_force_ps(struct atl1e_hw *hw) in atl1e_force_ps()
151 int atl1e_read_mac_addr(struct atl1e_hw *hw) in atl1e_read_mac_addr()
167 u32 atl1e_hash_mc_addr(struct atl1e_hw *hw, u8 *mc_addr) in atl1e_hash_mc_addr()
185 void atl1e_hash_set(struct atl1e_hw *hw, u32 hash_value) in atl1e_hash_set()
213 int atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data) in atl1e_read_phy_reg()
[all …]
/linux-3.3/drivers/net/wireless/rtlwifi/rtl8192cu/
Dmac.c54 void rtl92c_read_chip_version(struct ieee80211_hw *hw) in rtl92c_read_chip_version()
180 bool rtl92c_llt_write(struct ieee80211_hw *hw, u32 address, u32 data) in rtl92c_llt_write()
212 bool rtl92c_init_llt_table(struct ieee80211_hw *hw, u32 boundary) in rtl92c_init_llt_table()
250 void rtl92c_set_key(struct ieee80211_hw *hw, u32 key_index, in rtl92c_set_key()
368 u32 rtl92c_get_txdma_status(struct ieee80211_hw *hw) in rtl92c_get_txdma_status()
375 void rtl92c_enable_interrupt(struct ieee80211_hw *hw) in rtl92c_enable_interrupt()
395 void rtl92c_init_interrupt(struct ieee80211_hw *hw) in rtl92c_init_interrupt()
400 void rtl92c_disable_interrupt(struct ieee80211_hw *hw) in rtl92c_disable_interrupt()
408 void rtl92c_set_qos(struct ieee80211_hw *hw, int aci) in rtl92c_set_qos()
448 void rtl92c_set_mac_addr(struct ieee80211_hw *hw, const u8 *addr) in rtl92c_set_mac_addr()
[all …]
Dhw.c49 static void _rtl92cu_phy_param_tab_init(struct ieee80211_hw *hw) in _rtl92cu_phy_param_tab_init()
123 static void _rtl92cu_read_txpower_info_from_hwpg(struct ieee80211_hw *hw, in _rtl92cu_read_txpower_info_from_hwpg()
326 static void _rtl92cu_read_board_type(struct ieee80211_hw *hw, u8 *contents) in _rtl92cu_read_board_type()
481 static void _rtl92cu_read_adapter_info(struct ieee80211_hw *hw) in _rtl92cu_read_adapter_info()
563 static void _rtl92cu_hal_customized_behavior(struct ieee80211_hw *hw) in _rtl92cu_hal_customized_behavior()
586 void rtl92cu_read_eeprom_info(struct ieee80211_hw *hw) in rtl92cu_read_eeprom_info()
609 static int _rtl92cu_init_power_on(struct ieee80211_hw *hw) in _rtl92cu_init_power_on()
688 static void _rtl92cu_init_queue_reserved_page(struct ieee80211_hw *hw, in _rtl92cu_init_queue_reserved_page()
752 static void _rtl92c_init_trx_buffer(struct ieee80211_hw *hw, bool wmm_enable) in _rtl92c_init_trx_buffer()
775 static void _rtl92c_init_chipN_reg_priority(struct ieee80211_hw *hw, u16 beQ, in _rtl92c_init_chipN_reg_priority()
[all …]
/linux-3.3/drivers/net/wireless/rtlwifi/rtl8192c/
Ddm_common.c164 static void rtl92c_dm_diginit(struct ieee80211_hw *hw) in rtl92c_dm_diginit()
186 static u8 rtl92c_dm_initial_gain_min_pwdb(struct ieee80211_hw *hw) in rtl92c_dm_initial_gain_min_pwdb()
212 static void rtl92c_dm_false_alarm_counter_statistics(struct ieee80211_hw *hw) in rtl92c_dm_false_alarm_counter_statistics()
261 static void rtl92c_dm_ctrl_initgain_by_fa(struct ieee80211_hw *hw) in rtl92c_dm_ctrl_initgain_by_fa()
285 static void rtl92c_dm_ctrl_initgain_by_rssi(struct ieee80211_hw *hw) in rtl92c_dm_ctrl_initgain_by_rssi()
322 static void rtl92c_dm_initial_gain_multi_sta(struct ieee80211_hw *hw) in rtl92c_dm_initial_gain_multi_sta()
373 static void rtl92c_dm_initial_gain_sta(struct ieee80211_hw *hw) in rtl92c_dm_initial_gain_sta()
402 static void rtl92c_dm_cck_packet_detection_thresh(struct ieee80211_hw *hw) in rtl92c_dm_cck_packet_detection_thresh()
474 static void rtl92c_dm_ctrl_initgain_by_twoport(struct ieee80211_hw *hw) in rtl92c_dm_ctrl_initgain_by_twoport()
494 static void rtl92c_dm_dig(struct ieee80211_hw *hw) in rtl92c_dm_dig()
[all …]
/linux-3.3/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_api.c53 static void pch_gbe_plat_get_bus_info(struct pch_gbe_hw *hw) in pch_gbe_plat_get_bus_info()
67 static s32 pch_gbe_plat_init_hw(struct pch_gbe_hw *hw) in pch_gbe_plat_init_hw()
100 static void pch_gbe_plat_init_function_pointers(struct pch_gbe_hw *hw) in pch_gbe_plat_init_function_pointers()
115 inline s32 pch_gbe_hal_setup_init_funcs(struct pch_gbe_hw *hw) in pch_gbe_hal_setup_init_funcs()
129 inline void pch_gbe_hal_get_bus_info(struct pch_gbe_hw *hw) in pch_gbe_hal_get_bus_info()
144 inline s32 pch_gbe_hal_init_hw(struct pch_gbe_hw *hw) in pch_gbe_hal_init_hw()
162 inline s32 pch_gbe_hal_read_phy_reg(struct pch_gbe_hw *hw, u32 offset, in pch_gbe_hal_read_phy_reg()
179 inline s32 pch_gbe_hal_write_phy_reg(struct pch_gbe_hw *hw, u32 offset, in pch_gbe_hal_write_phy_reg()
191 inline void pch_gbe_hal_phy_hw_reset(struct pch_gbe_hw *hw) in pch_gbe_hal_phy_hw_reset()
203 inline void pch_gbe_hal_phy_sw_reset(struct pch_gbe_hw *hw) in pch_gbe_hal_phy_sw_reset()
[all …]
/linux-3.3/drivers/net/ethernet/intel/igbvf/
Dmbx.c36 static s32 e1000_poll_for_msg(struct e1000_hw *hw) in e1000_poll_for_msg()
62 static s32 e1000_poll_for_ack(struct e1000_hw *hw) in e1000_poll_for_ack()
91 static s32 e1000_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_read_posted_mbx()
117 static s32 e1000_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_write_posted_mbx()
143 static u32 e1000_read_v2p_mailbox(struct e1000_hw *hw) in e1000_read_v2p_mailbox()
161 static s32 e1000_check_for_bit_vf(struct e1000_hw *hw, u32 mask) in e1000_check_for_bit_vf()
180 static s32 e1000_check_for_msg_vf(struct e1000_hw *hw) in e1000_check_for_msg_vf()
198 static s32 e1000_check_for_ack_vf(struct e1000_hw *hw) in e1000_check_for_ack_vf()
216 static s32 e1000_check_for_rst_vf(struct e1000_hw *hw) in e1000_check_for_rst_vf()
235 static s32 e1000_obtain_mbx_lock_vf(struct e1000_hw *hw) in e1000_obtain_mbx_lock_vf()
[all …]
/linux-3.3/drivers/net/ethernet/intel/ixgbevf/
Dmbx.c37 static s32 ixgbevf_poll_for_msg(struct ixgbe_hw *hw) in ixgbevf_poll_for_msg()
60 static s32 ixgbevf_poll_for_ack(struct ixgbe_hw *hw) in ixgbevf_poll_for_ack()
86 static s32 ixgbevf_read_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size) in ixgbevf_read_posted_mbx()
109 static s32 ixgbevf_write_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size) in ixgbevf_write_posted_mbx()
131 static u32 ixgbevf_read_v2p_mailbox(struct ixgbe_hw *hw) in ixgbevf_read_v2p_mailbox()
149 static s32 ixgbevf_check_for_bit_vf(struct ixgbe_hw *hw, u32 mask) in ixgbevf_check_for_bit_vf()
168 static s32 ixgbevf_check_for_msg_vf(struct ixgbe_hw *hw) in ixgbevf_check_for_msg_vf()
186 static s32 ixgbevf_check_for_ack_vf(struct ixgbe_hw *hw) in ixgbevf_check_for_ack_vf()
204 static s32 ixgbevf_check_for_rst_vf(struct ixgbe_hw *hw) in ixgbevf_check_for_rst_vf()
223 static s32 ixgbevf_obtain_mbx_lock_vf(struct ixgbe_hw *hw) in ixgbevf_obtain_mbx_lock_vf()
[all …]
/linux-3.3/drivers/net/wireless/rtlwifi/rtl8192se/
Ddm.c72 static void _rtl92s_dm_check_edca_turbo(struct ieee80211_hw *hw) in _rtl92s_dm_check_edca_turbo()
162 struct ieee80211_hw *hw) in _rtl92s_dm_txpowertracking_callback_thermalmeter()
186 struct ieee80211_hw *hw) in _rtl92s_dm_check_txpowertracking_thermalmeter()
215 static void _rtl92s_dm_refresh_rateadaptive_mask(struct ieee80211_hw *hw) in _rtl92s_dm_refresh_rateadaptive_mask()
299 static void _rtl92s_dm_switch_baseband_mrc(struct ieee80211_hw *hw) in _rtl92s_dm_switch_baseband_mrc()
359 void rtl92s_dm_init_edca_turbo(struct ieee80211_hw *hw) in rtl92s_dm_init_edca_turbo()
368 static void _rtl92s_dm_init_rate_adaptive_mask(struct ieee80211_hw *hw) in _rtl92s_dm_init_rate_adaptive_mask()
386 struct ieee80211_hw *hw) in _rtl92s_dm_init_txpowertracking_thermalmeter()
395 static void _rtl92s_dm_false_alarm_counter_statistics(struct ieee80211_hw *hw) in _rtl92s_dm_false_alarm_counter_statistics()
421 static void rtl92s_backoff_enable_flag(struct ieee80211_hw *hw) in rtl92s_backoff_enable_flag()
[all …]

12345678910>>...20