Home
last modified time | relevance | path

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

12345678910>>...57

/openbmc/linux/sound/pci/ctxfi/
H A Dcthardware.h69 struct hw { struct
74 int (*suspend)(struct hw *hw); argument
108 int (*src_commit_write)(struct hw *hw, unsigned int idx, void *blk); argument
120 int (*src_mgr_commit_write)(struct hw *hw, void *blk); argument
129 int (*srcimp_mgr_commit_write)(struct hw *hw, void *blk); argument
144 int (*amixer_commit_write)(struct hw *hw, unsigned int idx, void *blk); argument
157 int (*dai_commit_write)(struct hw *hw, unsigned int idx, void *blk); argument
161 int (*dao_commit_write)(struct hw *hw, unsigned int idx, void *blk); argument
164 int (*daio_mgr_get_ctrl_blk)(struct hw *hw, void **rblk); argument
175 int (*daio_mgr_commit_write)(struct hw *hw, void *blk); argument
[all …]
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_api.c30 static int aq_mss_mdio_sem_get(struct aq_hw_s *hw) in aq_mss_mdio_sem_get()
38 static void aq_mss_mdio_sem_put(struct aq_hw_s *hw) in aq_mss_mdio_sem_put()
262 set_ingress_prectlf_record(struct aq_hw_s *hw, in set_ingress_prectlf_record()
351 set_ingress_preclass_record(struct aq_hw_s *hw, in set_ingress_preclass_record()
449 get_ingress_preclass_record(struct aq_hw_s *hw, in get_ingress_preclass_record()
755 set_ingress_sakey_record(struct aq_hw_s *hw, in set_ingress_sakey_record()
868 set_ingress_postclass_record(struct aq_hw_s *hw, in set_ingress_postclass_record()
956 get_ingress_postclass_record(struct aq_hw_s *hw, in get_ingress_postclass_record()
1060 set_ingress_postctlf_record(struct aq_hw_s *hw, in set_ingress_postctlf_record()
1098 get_ingress_postctlf_record(struct aq_hw_s *hw, in get_ingress_postctlf_record()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A D82571.c45 static s32 e1000_init_phy_params_82571(struct e1000_hw *hw) in e1000_init_phy_params_82571()
120 static s32 e1000_init_nvm_params_82571(struct e1000_hw *hw) in e1000_init_nvm_params_82571()
314 struct e1000_hw *hw = &adapter->hw; in e1000_get_variants_82571() local
387 static s32 e1000_get_phy_id_82571(struct e1000_hw *hw) in e1000_get_phy_id_82571()
646 static s32 e1000_acquire_nvm_82571(struct e1000_hw *hw) in e1000_acquire_nvm_82571()
942 static s32 e1000_reset_hw_82571(struct e1000_hw *hw) in e1000_reset_hw_82571()
1065 static s32 e1000_init_hw_82571(struct e1000_hw *hw) in e1000_init_hw_82571()
1333 static s32 e1000_led_on_82574(struct e1000_hw *hw) in e1000_led_on_82574()
1359 bool e1000_check_phy_82574(struct e1000_hw *hw) in e1000_check_phy_82574()
1393 static s32 e1000_setup_link_82571(struct e1000_hw *hw) in e1000_setup_link_82571()
[all …]
H A Dmac.c14 s32 e1000e_get_bus_info_pcie(struct e1000_hw *hw) in e1000e_get_bus_info_pcie()
64 void e1000_set_lan_id_single_port(struct e1000_hw *hw) in e1000_set_lan_id_single_port()
78 void e1000_clear_vfta_generic(struct e1000_hw *hw) in e1000_clear_vfta_generic()
904 s32 e1000e_set_fc_watermarks(struct e1000_hw *hw) in e1000e_set_fc_watermarks()
941 s32 e1000e_force_mac_fc(struct e1000_hw *hw) in e1000e_force_mac_fc()
1354 s32 e1000e_get_hw_semaphore(struct e1000_hw *hw) in e1000e_get_hw_semaphore()
1418 s32 e1000e_get_auto_rd_done(struct e1000_hw *hw) in e1000e_get_auto_rd_done()
1619 s32 e1000e_led_on_generic(struct e1000_hw *hw) in e1000e_led_on_generic()
1646 s32 e1000e_led_off_generic(struct e1000_hw *hw) in e1000e_led_off_generic()
1727 void e1000e_reset_adaptive(struct e1000_hw *hw) in e1000e_reset_adaptive()
[all …]
H A D80003es2lan.c38 static s32 e1000_init_phy_params_80003es2lan(struct e1000_hw *hw) in e1000_init_phy_params_80003es2lan()
70 static s32 e1000_init_nvm_params_80003es2lan(struct e1000_hw *hw) in e1000_init_nvm_params_80003es2lan()
114 static s32 e1000_init_mac_params_80003es2lan(struct e1000_hw *hw) in e1000_init_mac_params_80003es2lan()
153 struct e1000_hw *hw = &adapter->hw; in e1000_get_variants_80003es2lan() local
177 static s32 e1000_acquire_phy_80003es2lan(struct e1000_hw *hw) in e1000_acquire_phy_80003es2lan()
191 static void e1000_release_phy_80003es2lan(struct e1000_hw *hw) in e1000_release_phy_80003es2lan()
236 static s32 e1000_acquire_nvm_80003es2lan(struct e1000_hw *hw) in e1000_acquire_nvm_80003es2lan()
258 static void e1000_release_nvm_80003es2lan(struct e1000_hw *hw) in e1000_release_nvm_80003es2lan()
491 static s32 e1000_get_cfg_done_80003es2lan(struct e1000_hw *hw) in e1000_get_cfg_done_80003es2lan()
662 static s32 e1000_reset_hw_80003es2lan(struct e1000_hw *hw) in e1000_reset_hw_80003es2lan()
[all …]
H A Dphy.c60 s32 e1000e_get_phy_id(struct e1000_hw *hw) in e1000e_get_phy_id()
99 s32 e1000e_phy_reset_dsp(struct e1000_hw *hw) in e1000e_phy_reset_dsp()
110 void e1000e_disable_phy_retry(struct e1000_hw *hw) in e1000e_disable_phy_retry()
115 void e1000e_enable_phy_retry(struct e1000_hw *hw) in e1000e_enable_phy_retry()
1180 s32 e1000e_setup_copper_link(struct e1000_hw *hw) in e1000e_setup_copper_link()
1600 s32 e1000e_check_downshift(struct e1000_hw *hw) in e1000e_check_downshift()
1641 s32 e1000_check_polarity_m88(struct e1000_hw *hw) in e1000_check_polarity_m88()
1929 s32 e1000e_get_phy_info_m88(struct e1000_hw *hw) in e1000e_get_phy_info_m88()
2000 s32 e1000e_get_phy_info_igp(struct e1000_hw *hw) in e1000e_get_phy_info_igp()
2058 s32 e1000_get_phy_info_ife(struct e1000_hw *hw) in e1000_get_phy_info_ife()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c225 s32 e1000_set_mac_type(struct e1000_hw *hw) in e1000_set_mac_type()
333 void e1000_set_media_type(struct e1000_hw *hw) in e1000_set_media_type()
376 s32 e1000_reset_hw(struct e1000_hw *hw) in e1000_reset_hw()
525 s32 e1000_init_hw(struct e1000_hw *hw) in e1000_init_hw()
686 s32 e1000_setup_link(struct e1000_hw *hw) in e1000_setup_link()
1984 s32 e1000_force_mac_fc(struct e1000_hw *hw) in e1000_force_mac_fc()
3097 s32 e1000_phy_reset(struct e1000_hw *hw) in e1000_phy_reset()
4483 s32 e1000_setup_led(struct e1000_hw *hw) in e1000_setup_led()
4534 s32 e1000_cleanup_led(struct e1000_hw *hw) in e1000_cleanup_led()
4568 s32 e1000_led_on(struct e1000_hw *hw) in e1000_led_on()
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dhal_btc.c45 void rtl_8723e_bt_wifi_media_status_notify(struct ieee80211_hw *hw, in rtl_8723e_bt_wifi_media_status_notify()
79 static bool rtl8723e_dm_bt_is_wifi_busy(struct ieee80211_hw *hw) in rtl8723e_dm_bt_is_wifi_busy()
90 static void rtl8723e_dm_bt_set_fw_3a(struct ieee80211_hw *hw, in rtl8723e_dm_bt_set_fw_3a()
144 static void rtl8723e_dm_bt_set_coex_table(struct ieee80211_hw *hw, in rtl8723e_dm_bt_set_coex_table()
356 struct ieee80211_hw *hw, in rtl8723e_dm_bt_set_sw_full_time_dac_swing()
376 struct ieee80211_hw *hw, bool dec_bt_pwr) in rtl8723e_dm_bt_set_fw_dec_bt_pwr()
632 void rtl8723e_dm_bt_set_bt_dm(struct ieee80211_hw *hw, in rtl8723e_dm_bt_set_bt_dm()
907 static u32 rtl8723e_dm_bt_tx_rx_couter_h(struct ieee80211_hw *hw) in rtl8723e_dm_bt_tx_rx_couter_h()
916 static u32 rtl8723e_dm_bt_tx_rx_couter_l(struct ieee80211_hw *hw) in rtl8723e_dm_bt_tx_rx_couter_l()
1615 void rtl8723e_dm_bt_coexist_8723(struct ieee80211_hw *hw) in rtl8723e_dm_bt_coexist_8723()
[all …]
H A Ddm.c16 static u8 rtl8723e_dm_initial_gain_min_pwdb(struct ieee80211_hw *hw) in rtl8723e_dm_initial_gain_min_pwdb()
97 static void rtl92c_dm_ctrl_initgain_by_fa(struct ieee80211_hw *hw) in rtl92c_dm_ctrl_initgain_by_fa()
210 static void rtl8723e_dm_initial_gain_sta(struct ieee80211_hw *hw) in rtl8723e_dm_initial_gain_sta()
326 static void rtl8723e_dm_dig(struct ieee80211_hw *hw) in rtl8723e_dm_dig()
340 static void rtl8723e_dm_dynamic_txpower(struct ieee80211_hw *hw) in rtl8723e_dm_dynamic_txpower()
417 void rtl8723e_dm_write_dig(struct ieee80211_hw *hw) in rtl8723e_dm_write_dig()
437 static void rtl8723e_dm_pwdb_monitor(struct ieee80211_hw *hw) in rtl8723e_dm_pwdb_monitor()
517 struct ieee80211_hw *hw) in rtl8723e_dm_initialize_txpower_tracking_thermalmeter()
749 void rtl8723e_dm_init(struct ieee80211_hw *hw) in rtl8723e_dm_init()
762 void rtl8723e_dm_watchdog(struct ieee80211_hw *hw) in rtl8723e_dm_watchdog()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_controlq.c34 static void ice_adminq_init_regs(struct ice_hw *hw) in ice_adminq_init_regs()
47 static void ice_mailbox_init_regs(struct ice_hw *hw) in ice_mailbox_init_regs()
60 static void ice_sb_init_regs(struct ice_hw *hw) in ice_sb_init_regs()
324 #define ICE_FREE_CQ_BUFS(hw, qi, ring) \ argument
511 static bool ice_aq_ver_check(struct ice_hw *hw) in ice_aq_ver_check()
574 static int ice_init_check_adminq(struct ice_hw *hw) in ice_init_check_adminq()
664 bool ice_is_sbq_supported(struct ice_hw *hw) in ice_is_sbq_supported()
722 void ice_shutdown_all_ctrlq(struct ice_hw *hw) in ice_shutdown_all_ctrlq()
746 int ice_init_all_ctrlq(struct ice_hw *hw) in ice_init_all_ctrlq()
809 int ice_create_all_ctrlq(struct ice_hw *hw) in ice_create_all_ctrlq()
[all …]
/openbmc/u-boot/drivers/net/
H A De1000.c1598 e1000_reset_hw(struct e1000_hw *hw) in e1000_reset_hw()
5056 e1000_sw_init(struct e1000_hw *hw) in e1000_sw_init()
5133 fill_rx(struct e1000_hw *hw) in fill_rx()
5345 _e1000_poll(struct e1000_hw *hw) in _e1000_poll()
5610 struct e1000_hw *hw = nic->priv; in e1000_transmit() local
5621 struct e1000_hw *hw = nic->priv; in e1000_disable() local
5632 struct e1000_hw *hw = nic->priv; in e1000_init() local
5640 struct e1000_hw *hw = nic->priv; in e1000_poll() local
5657 struct e1000_hw *hw = dev->priv; in e1000_write_hwaddr() local
5749 struct e1000_hw *hw; in e1000_find_card() local
[all …]
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c114 s32 ixgbe_setup_fc_generic(struct ixgbe_hw *hw) in ixgbe_setup_fc_generic()
270 s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw) in ixgbe_start_hw_generic()
333 s32 ixgbe_start_hw_gen2(struct ixgbe_hw *hw) in ixgbe_start_hw_gen2()
357 s32 ixgbe_init_hw_generic(struct ixgbe_hw *hw) in ixgbe_init_hw_generic()
2094 s32 ixgbe_enable_mc_generic(struct ixgbe_hw *hw) in ixgbe_enable_mc_generic()
2127 s32 ixgbe_fc_enable_generic(struct ixgbe_hw *hw) in ixgbe_fc_enable_generic()
2395 void ixgbe_fc_autoneg(struct ixgbe_hw *hw) in ixgbe_fc_autoneg()
3806 void ixgbe_clear_tx_pending(struct ixgbe_hw *hw) in ixgbe_clear_tx_pending()
4028 void ixgbe_get_orom_version(struct ixgbe_hw *hw, in ixgbe_get_orom_version()
4108 void ixgbe_get_etk_id(struct ixgbe_hw *hw, in ixgbe_get_etk_id()
[all …]
H A Dixgbe_x550.c15 static s32 ixgbe_get_invariants_X550_x(struct ixgbe_hw *hw) in ixgbe_get_invariants_X550_x()
73 static void ixgbe_setup_mux_ctl(struct ixgbe_hw *hw) in ixgbe_setup_mux_ctl()
156 static s32 ixgbe_reset_cs4227(struct ixgbe_hw *hw) in ixgbe_reset_cs4227()
225 static void ixgbe_check_cs4227(struct ixgbe_hw *hw) in ixgbe_check_cs4227()
487 static s32 ixgbe_get_phy_id_fw(struct ixgbe_hw *hw) in ixgbe_get_phy_id_fw()
529 static s32 ixgbe_identify_phy_fw(struct ixgbe_hw *hw) in ixgbe_identify_phy_fw()
560 static s32 ixgbe_setup_fw_link(struct ixgbe_hw *hw) in ixgbe_setup_fw_link()
616 static s32 ixgbe_fc_autoneg_fw(struct ixgbe_hw *hw) in ixgbe_fc_autoneg_fw()
735 static s32 ixgbe_get_phy_token(struct ixgbe_hw *hw) in ixgbe_get_phy_token()
764 static s32 ixgbe_put_phy_token(struct ixgbe_hw *hw) in ixgbe_put_phy_token()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_82575.c88 static bool igb_sgmii_uses_mdio_82575(struct e1000_hw *hw) in igb_sgmii_uses_mdio_82575()
178 static s32 igb_init_phy_params_82575(struct e1000_hw *hw) in igb_init_phy_params_82575()
716 static s32 igb_acquire_phy_82575(struct e1000_hw *hw) in igb_acquire_phy_82575()
737 static void igb_release_phy_82575(struct e1000_hw *hw) in igb_release_phy_82575()
821 static s32 igb_get_phy_id_82575(struct e1000_hw *hw) in igb_get_phy_id_82575()
1117 static s32 igb_acquire_nvm_82575(struct e1000_hw *hw) in igb_acquire_nvm_82575()
1141 static void igb_release_nvm_82575(struct e1000_hw *hw) in igb_release_nvm_82575()
1449 static s32 igb_reset_hw_82575(struct e1000_hw *hw) in igb_reset_hw_82575()
1509 static s32 igb_init_hw_82575(struct e1000_hw *hw) in igb_init_hw_82575()
1943 void igb_rx_fifo_flush_82575(struct e1000_hw *hw) in igb_rx_fifo_flush_82575()
[all …]
H A De1000_phy.c38 s32 igb_check_reset_block(struct e1000_hw *hw) in igb_check_reset_block()
54 s32 igb_get_phy_id(struct e1000_hw *hw) in igb_get_phy_id()
87 static s32 igb_phy_reset_dsp(struct e1000_hw *hw) in igb_phy_reset_dsp()
1081 s32 igb_setup_copper_link(struct e1000_hw *hw) in igb_setup_copper_link()
1478 s32 igb_check_downshift(struct e1000_hw *hw) in igb_check_downshift()
1521 s32 igb_check_polarity_m88(struct e1000_hw *hw) in igb_check_polarity_m88()
1908 s32 igb_get_phy_info_m88(struct e1000_hw *hw) in igb_get_phy_info_m88()
1984 s32 igb_get_phy_info_igp(struct e1000_hw *hw) in igb_get_phy_info_igp()
2047 s32 igb_phy_sw_reset(struct e1000_hw *hw) in igb_phy_sw_reset()
2079 s32 igb_phy_hw_reset(struct e1000_hw *hw) in igb_phy_hw_reset()
[all …]
H A De1000_mac.c25 s32 igb_get_bus_info_pcie(struct e1000_hw *hw) in igb_get_bus_info_pcie()
71 void igb_clear_vfta(struct e1000_hw *hw) in igb_clear_vfta()
287 s32 igb_check_alt_mac_addr(struct e1000_hw *hw) in igb_check_alt_mac_addr()
678 s32 igb_setup_link(struct e1000_hw *hw) in igb_setup_link()
837 s32 igb_force_mac_fc(struct e1000_hw *hw) in igb_force_mac_fc()
1264 s32 igb_get_hw_semaphore(struct e1000_hw *hw) in igb_get_hw_semaphore()
1334 s32 igb_get_auto_rd_done(struct e1000_hw *hw) in igb_get_auto_rd_done()
1395 s32 igb_id_led_init(struct e1000_hw *hw) in igb_id_led_init()
1468 s32 igb_cleanup_led(struct e1000_hw *hw) in igb_cleanup_led()
1480 s32 igb_blink_led(struct e1000_hw *hw) in igb_blink_led()
[all …]
/openbmc/linux/drivers/net/ethernet/atheros/alx/
H A Dhw.c376 static int alx_stop_mac(struct alx_hw *hw) in alx_stop_mac()
401 int alx_reset_mac(struct alx_hw *hw) in alx_reset_mac()
490 void alx_reset_phy(struct alx_hw *hw) in alx_reset_phy()
560 void alx_reset_pcie(struct alx_hw *hw) in alx_reset_pcie()
607 void alx_start_mac(struct alx_hw *hw) in alx_start_mac()
778 void alx_post_phy_link(struct alx_hw *hw) in alx_post_phy_link()
851 bool alx_phy_configured(struct alx_hw *hw) in alx_phy_configured()
865 int alx_read_phy_link(struct alx_hw *hw) in alx_read_phy_link()
915 int alx_clear_phy_intr(struct alx_hw *hw) in alx_clear_phy_intr()
923 void alx_disable_rss(struct alx_hw *hw) in alx_disable_rss()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_adminq.c16 static void iavf_adminq_init_regs(struct iavf_hw *hw) in iavf_adminq_init_regs()
82 static void iavf_free_adminq_asq(struct iavf_hw *hw) in iavf_free_adminq_asq()
94 static void iavf_free_adminq_arq(struct iavf_hw *hw) in iavf_free_adminq_arq()
212 static void iavf_free_arq_bufs(struct iavf_hw *hw) in iavf_free_arq_bufs()
231 static void iavf_free_asq_bufs(struct iavf_hw *hw) in iavf_free_asq_bufs()
324 static enum iavf_status iavf_init_asq(struct iavf_hw *hw) in iavf_init_asq()
389 static enum iavf_status iavf_init_arq(struct iavf_hw *hw) in iavf_init_arq()
519 enum iavf_status iavf_init_adminq(struct iavf_hw *hw) in iavf_init_adminq()
563 enum iavf_status iavf_shutdown_adminq(struct iavf_hw *hw) in iavf_shutdown_adminq()
580 static u16 iavf_clean_asq(struct iavf_hw *hw) in iavf_clean_asq()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.c17 static void i40e_adminq_init_regs(struct i40e_hw *hw) in i40e_adminq_init_regs()
115 static int i40e_alloc_arq_bufs(struct i40e_hw *hw) in i40e_alloc_arq_bufs()
332 static int i40e_init_asq(struct i40e_hw *hw) in i40e_init_asq()
391 static int i40e_init_arq(struct i40e_hw *hw) in i40e_init_arq()
443 static int i40e_shutdown_asq(struct i40e_hw *hw) in i40e_shutdown_asq()
580 int i40e_init_adminq(struct i40e_hw *hw) in i40e_init_adminq()
698 void i40e_shutdown_adminq(struct i40e_hw *hw) in i40e_shutdown_adminq()
716 static u16 i40e_clean_asq(struct i40e_hw *hw) in i40e_clean_asq()
757 static bool i40e_asq_done(struct i40e_hw *hw) in i40e_asq_done()
1082 int i40e_clean_arq_element(struct i40e_hw *hw, in i40e_clean_arq_element()
[all …]
/openbmc/linux/drivers/vdpa/ifcvf/
H A Difcvf_base.c32 static void __iomem *get_cap_addr(struct ifcvf_hw *hw, in get_cap_addr()
86 u16 ifcvf_get_max_vq_size(struct ifcvf_hw *hw) in ifcvf_get_max_vq_size()
195 u8 ifcvf_get_status(struct ifcvf_hw *hw) in ifcvf_get_status()
200 void ifcvf_set_status(struct ifcvf_hw *hw, u8 status) in ifcvf_set_status()
205 void ifcvf_reset(struct ifcvf_hw *hw) in ifcvf_reset()
212 u64 ifcvf_get_hw_features(struct ifcvf_hw *hw) in ifcvf_get_hw_features()
230 u64 ifcvf_get_dev_features(struct ifcvf_hw *hw) in ifcvf_get_dev_features()
235 u64 ifcvf_get_driver_features(struct ifcvf_hw *hw) in ifcvf_get_driver_features()
262 u32 ifcvf_get_config_size(struct ifcvf_hw *hw) in ifcvf_get_config_size()
391 static void ifcvf_reset_vring(struct ifcvf_hw *hw) in ifcvf_reset_vring()
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Ddm_common.c139 void dm_restorepowerindex(struct ieee80211_hw *hw) in dm_restorepowerindex()
150 void dm_writepowerindex(struct ieee80211_hw *hw, u8 value) in dm_writepowerindex()
160 void dm_savepowerindex(struct ieee80211_hw *hw) in dm_savepowerindex()
508 static void rtl92c_dm_dig(struct ieee80211_hw *hw) in rtl92c_dm_dig()
535 void rtl92c_dm_write_dig(struct ieee80211_hw *hw) in rtl92c_dm_write_dig()
605 void rtl92c_dm_init_edca_turbo(struct ieee80211_hw *hw) in rtl92c_dm_init_edca_turbo()
1119 struct ieee80211_hw *hw) in rtl92c_dm_initialize_txpower_tracking_thermalmeter()
1142 struct ieee80211_hw *hw) in rtl92c_dm_check_txpower_tracking_thermal_meter()
1311 void rtl92c_dm_init(struct ieee80211_hw *hw) in rtl92c_dm_init()
1416 void rtl92c_dm_watchdog(struct ieee80211_hw *hw) in rtl92c_dm_watchdog()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dmbx.c13 static s32 ixgbevf_poll_for_msg(struct ixgbe_hw *hw) in ixgbevf_poll_for_msg()
35 static s32 ixgbevf_poll_for_ack(struct ixgbe_hw *hw) in ixgbevf_poll_for_ack()
58 static u32 ixgbevf_read_mailbox_vf(struct ixgbe_hw *hw) in ixgbevf_read_mailbox_vf()
74 static void ixgbevf_clear_msg_vf(struct ixgbe_hw *hw) in ixgbevf_clear_msg_vf()
90 static void ixgbevf_clear_ack_vf(struct ixgbe_hw *hw) in ixgbevf_clear_ack_vf()
107 static void ixgbevf_clear_rst_vf(struct ixgbe_hw *hw) in ixgbevf_clear_rst_vf()
143 static s32 ixgbevf_check_for_msg_vf(struct ixgbe_hw *hw) in ixgbevf_check_for_msg_vf()
161 static s32 ixgbevf_check_for_ack_vf(struct ixgbe_hw *hw) in ixgbevf_check_for_ack_vf()
180 static s32 ixgbevf_check_for_rst_vf(struct ixgbe_hw *hw) in ixgbevf_check_for_rst_vf()
200 static s32 ixgbevf_obtain_mbx_lock_vf(struct ixgbe_hw *hw) in ixgbevf_obtain_mbx_lock_vf()
[all …]
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c19 int atl1c_check_eeprom_exist(struct atl1c_hw *hw) in atl1c_check_eeprom_exist()
183 int atl1c_read_mac_addr(struct atl1c_hw *hw) in atl1c_read_mac_addr()
250 bool atl1c_wait_mdio_idle(struct atl1c_hw *hw) in atl1c_wait_mdio_idle()
265 void atl1c_stop_phy_polling(struct atl1c_hw *hw) in atl1c_stop_phy_polling()
456 static int atl1c_phy_setup_adv(struct atl1c_hw *hw) in atl1c_phy_setup_adv()
491 void atl1c_phy_disable(struct atl1c_hw *hw) in atl1c_phy_disable()
497 int atl1c_phy_reset(struct atl1c_hw *hw) in atl1c_phy_reset()
590 int atl1c_phy_init(struct atl1c_hw *hw) in atl1c_phy_init()
644 bool atl1c_get_link_status(struct atl1c_hw *hw) in atl1c_get_link_status()
713 int atl1c_phy_to_ps_link(struct atl1c_hw *hw) in atl1c_phy_to_ps_link()
[all …]
/openbmc/linux/drivers/misc/mei/
H A Dhw-txe.c160 struct mei_txe_hw *hw = to_txe_hw(dev); in mei_txe_aliveness_set() local
185 struct mei_txe_hw *hw = to_txe_hw(dev); in mei_txe_aliveness_req_get() local
202 struct mei_txe_hw *hw = to_txe_hw(dev); in mei_txe_aliveness_get() local
221 struct mei_txe_hw *hw = to_txe_hw(dev); in mei_txe_aliveness_poll() local
254 struct mei_txe_hw *hw = to_txe_hw(dev); in mei_txe_aliveness_wait() local
333 struct mei_txe_hw *hw = to_txe_hw(dev); in mei_txe_pg_state() local
345 struct mei_txe_hw *hw = to_txe_hw(dev); in mei_txe_input_ready_interrupt_enable() local
387 struct mei_txe_hw *hw = to_txe_hw(dev); in mei_txe_is_input_ready() local
401 struct mei_txe_hw *hw = to_txe_hw(dev); in mei_txe_intr_clear() local
416 struct mei_txe_hw *hw = to_txe_hw(dev); in mei_txe_intr_disable() local
[all …]
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_hw.c1063 csio_do_bye(struct csio_hw *hw) in csio_do_bye()
3742 struct csio_hw *hw = mbm->hw; in csio_hw_mb_timer() local
3885 csio_evtq_flush(struct csio_hw *hw) in csio_evtq_flush()
3899 csio_evtq_stop(struct csio_hw *hw) in csio_evtq_stop()
3905 csio_evtq_start(struct csio_hw *hw) in csio_evtq_start()
4146 struct csio_hw *hw = mgmtm->hw; in csio_mgmtm_cleanup() local
4226 csio_hw_start(struct csio_hw *hw) in csio_hw_start()
4241 csio_hw_stop(struct csio_hw *hw) in csio_hw_stop()
4261 csio_hw_reset(struct csio_hw *hw) in csio_hw_reset()
4339 csio_hw_init(struct csio_hw *hw) in csio_hw_init()
[all …]

12345678910>>...57