/linux-2.6.39/sound/pci/ctxfi/ |
D | cthardware.h | 63 struct hw { struct 64 int (*card_init)(struct hw *hw, struct card_conf *info); argument 65 int (*card_stop)(struct hw *hw); argument 66 int (*pll_init)(struct hw *hw, unsigned int rsr); argument 68 int (*suspend)(struct hw *hw, pm_message_t state); argument 69 int (*resume)(struct hw *hw, struct card_conf *info); argument 71 int (*is_adc_source_selected)(struct hw *hw, enum ADCSRC source); argument 72 int (*select_adc_source)(struct hw *hw, enum ADCSRC source); argument 73 int (*have_digit_io_switch)(struct hw *hw); argument 98 int (*src_commit_write)(struct hw *hw, unsigned int idx, void *blk); argument [all …]
|
/linux-2.6.39/drivers/net/e1000/ |
D | e1000_hw.c | 115 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() 557 s32 e1000_init_hw(struct e1000_hw *hw) in e1000_init_hw() 673 static s32 e1000_adjust_serdes_amplitude(struct e1000_hw *hw) in e1000_adjust_serdes_amplitude() 719 s32 e1000_setup_link(struct e1000_hw *hw) in e1000_setup_link() 833 static s32 e1000_setup_fiber_serdes_link(struct e1000_hw *hw) in e1000_setup_fiber_serdes_link() 973 static s32 e1000_copper_link_rtl_setup(struct e1000_hw *hw) in e1000_copper_link_rtl_setup() [all …]
|
/linux-2.6.39/drivers/net/e1000e/ |
D | lib.c | 52 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() 248 void e1000e_rar_set(struct e1000_hw *hw, u8 *addr, u32 index) in e1000e_rar_set() 286 static u32 e1000_hash_mc_addr(struct e1000_hw *hw, u8 *mc_addr) in e1000_hash_mc_addr() 357 void e1000e_update_mc_addr_list_generic(struct e1000_hw *hw, in e1000e_update_mc_addr_list_generic() [all …]
|
D | 82571.c | 88 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 378 struct e1000_hw *hw = &adapter->hw; in e1000_get_variants_82571() local 456 static s32 e1000_get_phy_id_82571(struct e1000_hw *hw) in e1000_get_phy_id_82571() 505 static s32 e1000_get_hw_semaphore_82571(struct e1000_hw *hw) in e1000_get_hw_semaphore_82571() 565 static void e1000_put_hw_semaphore_82571(struct e1000_hw *hw) in e1000_put_hw_semaphore_82571() 580 static s32 e1000_get_hw_semaphore_82573(struct e1000_hw *hw) in e1000_get_hw_semaphore_82573() 620 static void e1000_put_hw_semaphore_82573(struct e1000_hw *hw) in e1000_put_hw_semaphore_82573() 638 static s32 e1000_get_hw_semaphore_82574(struct e1000_hw *hw) in e1000_get_hw_semaphore_82574() [all …]
|
D | phy.c | 111 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() 361 static s32 __e1000e_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data, in __e1000e_read_phy_reg_igp() 403 s32 e1000e_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data) in e1000e_read_phy_reg_igp() 417 s32 e1000e_read_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 *data) in e1000e_read_phy_reg_igp_locked() [all …]
|
D | es2lan.c | 126 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 …]
|
D | ich8lan.c | 253 static inline u16 __er16flash(struct e1000_hw *hw, unsigned long reg) in __er16flash() 258 static inline u32 __er32flash(struct e1000_hw *hw, unsigned long reg) in __er32flash() 263 static inline void __ew16flash(struct e1000_hw *hw, unsigned long reg, u16 val) in __ew16flash() 268 static inline void __ew32flash(struct e1000_hw *hw, unsigned long reg, u32 val) in __ew32flash() 284 static s32 e1000_init_phy_params_pchlan(struct e1000_hw *hw) in e1000_init_phy_params_pchlan() 400 static s32 e1000_init_phy_params_ich8lan(struct e1000_hw *hw) in e1000_init_phy_params_ich8lan() 481 static s32 e1000_init_nvm_params_ich8lan(struct e1000_hw *hw) in e1000_init_nvm_params_ich8lan() 539 struct e1000_hw *hw = &adapter->hw; in e1000_init_mac_params_ich8lan() local 612 static s32 e1000_set_eee_pchlan(struct e1000_hw *hw) in e1000_set_eee_pchlan() 642 static s32 e1000_check_for_copper_link_ich8lan(struct e1000_hw *hw) in e1000_check_for_copper_link_ich8lan() [all …]
|
/linux-2.6.39/drivers/net/ixgb/ |
D | ixgb_ee.c | 52 ixgb_raise_clock(struct ixgb_hw *hw, in ixgb_raise_clock() 70 ixgb_lower_clock(struct ixgb_hw *hw, in ixgb_lower_clock() 89 ixgb_shift_out_bits(struct ixgb_hw *hw, in ixgb_shift_out_bits() 136 ixgb_shift_in_bits(struct ixgb_hw *hw) in ixgb_shift_in_bits() 179 ixgb_setup_eeprom(struct ixgb_hw *hw) in ixgb_setup_eeprom() 200 ixgb_standby_eeprom(struct ixgb_hw *hw) in ixgb_standby_eeprom() 233 ixgb_clock_eeprom(struct ixgb_hw *hw) in ixgb_clock_eeprom() 256 ixgb_cleanup_eeprom(struct ixgb_hw *hw) in ixgb_cleanup_eeprom() 281 ixgb_wait_eeprom_command(struct ixgb_hw *hw) in ixgb_wait_eeprom_command() 321 ixgb_validate_eeprom_checksum(struct ixgb_hw *hw) in ixgb_validate_eeprom_checksum() [all …]
|
D | ixgb_hw.c | 71 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() 184 ixgb_identify_xpak_vendor(struct ixgb_hw *hw) in ixgb_identify_xpak_vendor() 224 ixgb_identify_phy(struct ixgb_hw *hw) in ixgb_identify_phy() 297 ixgb_init_hw(struct ixgb_hw *hw) in ixgb_init_hw() 382 ixgb_init_rx_addrs(struct ixgb_hw *hw) in ixgb_init_rx_addrs() 432 ixgb_mc_addr_list_update(struct ixgb_hw *hw, in ixgb_mc_addr_list_update() 496 ixgb_hash_mc_addr(struct ixgb_hw *hw, in ixgb_hash_mc_addr() 544 ixgb_mta_set(struct ixgb_hw *hw, in ixgb_mta_set() 576 ixgb_rar_set(struct ixgb_hw *hw, in ixgb_rar_set() [all …]
|
/linux-2.6.39/drivers/net/igb/ |
D | e1000_82575.c | 88 static bool igb_sgmii_uses_mdio_82575(struct e1000_hw *hw) in igb_sgmii_uses_mdio_82575() 110 static s32 igb_get_invariants_82575(struct e1000_hw *hw) in igb_get_invariants_82575() 372 static s32 igb_acquire_phy_82575(struct e1000_hw *hw) in igb_acquire_phy_82575() 393 static void igb_release_phy_82575(struct e1000_hw *hw) in igb_release_phy_82575() 416 static s32 igb_read_phy_reg_sgmii_82575(struct e1000_hw *hw, u32 offset, in igb_read_phy_reg_sgmii_82575() 447 static s32 igb_write_phy_reg_sgmii_82575(struct e1000_hw *hw, u32 offset, in igb_write_phy_reg_sgmii_82575() 477 static s32 igb_get_phy_id_82575(struct e1000_hw *hw) in igb_get_phy_id_82575() 569 static s32 igb_phy_hw_reset_sgmii_82575(struct e1000_hw *hw) in igb_phy_hw_reset_sgmii_82575() 607 static s32 igb_set_d0_lplu_state_82575(struct e1000_hw *hw, bool active) in igb_set_d0_lplu_state_82575() 680 static s32 igb_acquire_nvm_82575(struct e1000_hw *hw) in igb_acquire_nvm_82575() [all …]
|
D | e1000_mac.c | 48 s32 igb_get_bus_info_pcie(struct e1000_hw *hw) in igb_get_bus_info_pcie() 94 void igb_clear_vfta(struct e1000_hw *hw) in igb_clear_vfta() 113 static void igb_write_vfta(struct e1000_hw *hw, u32 offset, u32 value) in igb_write_vfta() 128 void igb_init_rx_addrs(struct e1000_hw *hw, u16 rar_count) in igb_init_rx_addrs() 153 s32 igb_vfta_set(struct e1000_hw *hw, u32 vid, bool add) in igb_vfta_set() 186 s32 igb_check_alt_mac_addr(struct e1000_hw *hw) in igb_check_alt_mac_addr() 245 void igb_rar_set(struct e1000_hw *hw, u8 *addr, u32 index) in igb_rar_set() 284 void igb_mta_set(struct e1000_hw *hw, u32 hash_value) in igb_mta_set() 318 static u32 igb_hash_mc_addr(struct e1000_hw *hw, u8 *mc_addr) in igb_hash_mc_addr() 389 void igb_update_mc_addr_list(struct e1000_hw *hw, in igb_update_mc_addr_list() [all …]
|
D | e1000_phy.c | 67 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() 354 s32 igb_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data) in igb_read_phy_reg_igp() 393 s32 igb_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data) in igb_write_phy_reg_igp() 429 s32 igb_copper_link_setup_82580(struct e1000_hw *hw) in igb_copper_link_setup_82580() [all …]
|
D | e1000_mbx.c | 39 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 …]
|
/linux-2.6.39/drivers/net/ixgbe/ |
D | ixgbe_common.c | 67 s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw) in ixgbe_start_hw_generic() 108 s32 ixgbe_init_hw_generic(struct ixgbe_hw *hw) in ixgbe_init_hw_generic() 130 s32 ixgbe_clear_hw_cntrs_generic(struct ixgbe_hw *hw) in ixgbe_clear_hw_cntrs_generic() 238 s32 ixgbe_read_pba_string_generic(struct ixgbe_hw *hw, u8 *pba_num, in ixgbe_read_pba_string_generic() 348 s32 ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr) in ixgbe_get_mac_addr_generic() 372 s32 ixgbe_get_bus_info_generic(struct ixgbe_hw *hw) in ixgbe_get_bus_info_generic() 426 void ixgbe_set_lan_id_multi_port_pcie(struct ixgbe_hw *hw) in ixgbe_set_lan_id_multi_port_pcie() 450 s32 ixgbe_stop_adapter_generic(struct ixgbe_hw *hw) in ixgbe_stop_adapter_generic() 499 s32 ixgbe_led_on_generic(struct ixgbe_hw *hw, u32 index) in ixgbe_led_on_generic() 517 s32 ixgbe_led_off_generic(struct ixgbe_hw *hw, u32 index) in ixgbe_led_off_generic() [all …]
|
D | ixgbe_phy.c | 56 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() 498 s32 ixgbe_setup_phy_link_speed_generic(struct ixgbe_hw *hw, in ixgbe_setup_phy_link_speed_generic() 533 s32 ixgbe_get_copper_link_capabilities_generic(struct ixgbe_hw *hw, in ixgbe_get_copper_link_capabilities_generic() 565 s32 ixgbe_check_phy_link_tnx(struct ixgbe_hw *hw, ixgbe_link_speed *speed, in ixgbe_check_phy_link_tnx() 612 s32 ixgbe_setup_phy_link_tnx(struct ixgbe_hw *hw) in ixgbe_setup_phy_link_tnx() [all …]
|
D | ixgbe_x540.c | 48 static enum ixgbe_media_type ixgbe_get_media_type_X540(struct ixgbe_hw *hw) in ixgbe_get_media_type_X540() 53 static s32 ixgbe_get_invariants_X540(struct ixgbe_hw *hw) in ixgbe_get_invariants_X540() 77 static s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, in ixgbe_setup_mac_link_X540() 93 static s32 ixgbe_reset_hw_X540(struct ixgbe_hw *hw) in ixgbe_reset_hw_X540() 234 static u32 ixgbe_get_supported_physical_layer_X540(struct ixgbe_hw *hw) in ixgbe_get_supported_physical_layer_X540() 260 static s32 ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw) in ixgbe_init_eeprom_params_X540() 289 static s32 ixgbe_read_eerd_X540(struct ixgbe_hw *hw, u16 offset, u16 *data) in ixgbe_read_eerd_X540() 310 static s32 ixgbe_write_eewr_X540(struct ixgbe_hw *hw, u16 offset, u16 data) in ixgbe_write_eewr_X540() 353 static u16 ixgbe_calc_eeprom_checksum_X540(struct ixgbe_hw *hw) in ixgbe_calc_eeprom_checksum_X540() 421 static s32 ixgbe_update_eeprom_checksum_X540(struct ixgbe_hw *hw) in ixgbe_update_eeprom_checksum_X540() [all …]
|
/linux-2.6.39/drivers/net/wireless/rtlwifi/rtl8192c/ |
D | dm_common.c | 147 static void rtl92c_dm_diginit(struct ieee80211_hw *hw) in rtl92c_dm_diginit() 169 static u8 rtl92c_dm_initial_gain_min_pwdb(struct ieee80211_hw *hw) in rtl92c_dm_initial_gain_min_pwdb() 195 static void rtl92c_dm_false_alarm_counter_statistics(struct ieee80211_hw *hw) in rtl92c_dm_false_alarm_counter_statistics() 244 static void rtl92c_dm_ctrl_initgain_by_fa(struct ieee80211_hw *hw) in rtl92c_dm_ctrl_initgain_by_fa() 268 static void rtl92c_dm_ctrl_initgain_by_rssi(struct ieee80211_hw *hw) in rtl92c_dm_ctrl_initgain_by_rssi() 305 static void rtl92c_dm_initial_gain_multi_sta(struct ieee80211_hw *hw) in rtl92c_dm_initial_gain_multi_sta() 356 static void rtl92c_dm_initial_gain_sta(struct ieee80211_hw *hw) in rtl92c_dm_initial_gain_sta() 385 static void rtl92c_dm_cck_packet_detection_thresh(struct ieee80211_hw *hw) in rtl92c_dm_cck_packet_detection_thresh() 457 static void rtl92c_dm_ctrl_initgain_by_twoport(struct ieee80211_hw *hw) in rtl92c_dm_ctrl_initgain_by_twoport() 480 static void rtl92c_dm_dig(struct ieee80211_hw *hw) in rtl92c_dm_dig() [all …]
|
D | phy_common.c | 39 u32 rtl92c_phy_query_bb_reg(struct ieee80211_hw *hw, u32 regaddr, u32 bitmask) in rtl92c_phy_query_bb_reg() 60 void rtl92c_phy_set_bb_reg(struct ieee80211_hw *hw, in rtl92c_phy_set_bb_reg() 84 u32 _rtl92c_phy_fw_rf_serial_read(struct ieee80211_hw *hw, in _rtl92c_phy_fw_rf_serial_read() 92 void _rtl92c_phy_fw_rf_serial_write(struct ieee80211_hw *hw, in _rtl92c_phy_fw_rf_serial_write() 100 u32 _rtl92c_phy_rf_serial_read(struct ieee80211_hw *hw, in _rtl92c_phy_rf_serial_read() 151 void _rtl92c_phy_rf_serial_write(struct ieee80211_hw *hw, in _rtl92c_phy_rf_serial_write() 187 static void _rtl92c_phy_bb_config_1t(struct ieee80211_hw *hw) in _rtl92c_phy_bb_config_1t() 200 bool rtl92c_phy_rf_config(struct ieee80211_hw *hw) in rtl92c_phy_rf_config() 208 bool _rtl92c_phy_bb8192c_config_parafile(struct ieee80211_hw *hw) in _rtl92c_phy_bb8192c_config_parafile() 248 void _rtl92c_store_pwrIndex_diffrate_offset(struct ieee80211_hw *hw, in _rtl92c_store_pwrIndex_diffrate_offset() [all …]
|
/linux-2.6.39/drivers/net/atl1e/ |
D | atl1e_hw.c | 32 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-2.6.39/drivers/net/pch_gbe/ |
D | pch_gbe_api.c | 53 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-2.6.39/drivers/net/igbvf/ |
D | mbx.c | 36 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-2.6.39/drivers/net/wireless/rtlwifi/rtl8192cu/ |
D | mac.c | 51 void rtl92c_read_chip_version(struct ieee80211_hw *hw) in rtl92c_read_chip_version() 176 bool rtl92c_llt_write(struct ieee80211_hw *hw, u32 address, u32 data) in rtl92c_llt_write() 208 bool rtl92c_init_llt_table(struct ieee80211_hw *hw, u32 boundary) in rtl92c_init_llt_table() 246 void rtl92c_set_key(struct ieee80211_hw *hw, u32 key_index, in rtl92c_set_key() 364 u32 rtl92c_get_txdma_status(struct ieee80211_hw *hw) in rtl92c_get_txdma_status() 371 void rtl92c_enable_interrupt(struct ieee80211_hw *hw) in rtl92c_enable_interrupt() 393 void rtl92c_init_interrupt(struct ieee80211_hw *hw) in rtl92c_init_interrupt() 398 void rtl92c_disable_interrupt(struct ieee80211_hw *hw) in rtl92c_disable_interrupt() 413 void rtl92c_set_qos(struct ieee80211_hw *hw, int aci) in rtl92c_set_qos() 453 void rtl92c_set_mac_addr(struct ieee80211_hw *hw, const u8 *addr) in rtl92c_set_mac_addr() [all …]
|
D | hw.c | 46 static void _rtl92cu_phy_param_tab_init(struct ieee80211_hw *hw) in _rtl92cu_phy_param_tab_init() 120 static void _rtl92cu_read_txpower_info_from_hwpg(struct ieee80211_hw *hw, in _rtl92cu_read_txpower_info_from_hwpg() 323 static void _rtl92cu_read_board_type(struct ieee80211_hw *hw, u8 *contents) in _rtl92cu_read_board_type() 493 static void _rtl92cu_read_adapter_info(struct ieee80211_hw *hw) in _rtl92cu_read_adapter_info() 574 static void _rtl92cu_hal_customized_behavior(struct ieee80211_hw *hw) in _rtl92cu_hal_customized_behavior() 597 void rtl92cu_read_eeprom_info(struct ieee80211_hw *hw) in rtl92cu_read_eeprom_info() 620 static int _rtl92cu_init_power_on(struct ieee80211_hw *hw) in _rtl92cu_init_power_on() 699 static void _rtl92cu_init_queue_reserved_page(struct ieee80211_hw *hw, in _rtl92cu_init_queue_reserved_page() 763 static void _rtl92c_init_trx_buffer(struct ieee80211_hw *hw, bool wmm_enable) in _rtl92c_init_trx_buffer() 786 static void _rtl92c_init_chipN_reg_priority(struct ieee80211_hw *hw, u16 beQ, in _rtl92c_init_chipN_reg_priority() [all …]
|
/linux-2.6.39/drivers/net/ixgbevf/ |
D | mbx.c | 36 static s32 ixgbevf_poll_for_msg(struct ixgbe_hw *hw) in ixgbevf_poll_for_msg() 59 static s32 ixgbevf_poll_for_ack(struct ixgbe_hw *hw) in ixgbevf_poll_for_ack() 85 static s32 ixgbevf_read_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size) in ixgbevf_read_posted_mbx() 108 static s32 ixgbevf_write_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size) in ixgbevf_write_posted_mbx() 130 static u32 ixgbevf_read_v2p_mailbox(struct ixgbe_hw *hw) in ixgbevf_read_v2p_mailbox() 148 static s32 ixgbevf_check_for_bit_vf(struct ixgbe_hw *hw, u32 mask) in ixgbevf_check_for_bit_vf() 167 static s32 ixgbevf_check_for_msg_vf(struct ixgbe_hw *hw) in ixgbevf_check_for_msg_vf() 185 static s32 ixgbevf_check_for_ack_vf(struct ixgbe_hw *hw) in ixgbevf_check_for_ack_vf() 203 static s32 ixgbevf_check_for_rst_vf(struct ixgbe_hw *hw) in ixgbevf_check_for_rst_vf() 222 static s32 ixgbevf_obtain_mbx_lock_vf(struct ixgbe_hw *hw) in ixgbevf_obtain_mbx_lock_vf() [all …]
|
/linux-2.6.39/drivers/net/wireless/ath/ath5k/ |
D | mac80211-ops.c | 56 ath5k_tx(struct ieee80211_hw *hw, struct sk_buff *skb) in ath5k_tx() 71 ath5k_start(struct ieee80211_hw *hw) in ath5k_start() 78 ath5k_stop(struct ieee80211_hw *hw) in ath5k_stop() 85 ath5k_add_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif) in ath5k_add_interface() 170 ath5k_remove_interface(struct ieee80211_hw *hw, in ath5k_remove_interface() 205 ath5k_config(struct ieee80211_hw *hw, u32 changed) in ath5k_config() 263 ath5k_bss_info_changed(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in ath5k_bss_info_changed() 324 ath5k_prepare_multicast(struct ieee80211_hw *hw, in ath5k_prepare_multicast() 372 ath5k_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags, in ath5k_configure_filter() 486 ath5k_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, in ath5k_set_key() [all …]
|