Home
last modified time | relevance | path

Searched refs:alx_hw (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/atheros/alx/
H A Dhw.h464 struct alx_hw { struct
547 void alx_reset_phy(struct alx_hw *hw);
548 void alx_reset_pcie(struct alx_hw *hw);
551 void alx_post_phy_link(struct alx_hw *hw);
556 int alx_read_phy_link(struct alx_hw *hw);
557 int alx_clear_phy_intr(struct alx_hw *hw);
559 void alx_start_mac(struct alx_hw *hw);
560 int alx_reset_mac(struct alx_hw *hw);
562 bool alx_phy_configured(struct alx_hw *hw);
565 void alx_disable_rss(struct alx_hw *hw);
[all …]
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 …]
H A Dethtool.c109 static u32 alx_get_supported_speeds(struct alx_hw *hw) in alx_get_supported_speeds()
132 struct alx_hw *hw = &alx->hw; in alx_get_link_ksettings()
183 struct alx_hw *hw = &alx->hw; in alx_set_link_ksettings()
216 struct alx_hw *hw = &alx->hw; in alx_get_pauseparam()
231 struct alx_hw *hw = &alx->hw; in alx_set_pauseparam()
290 struct alx_hw *hw = &alx->hw; in alx_get_ethtool_stats()
H A Dmain.c300 struct alx_hw *hw = &alx->hw; in alx_poll()
332 struct alx_hw *hw = &alx->hw; in alx_intr_handle_misc()
359 struct alx_hw *hw = &alx->hw; in alx_intr_handle()
402 struct alx_hw *hw = &alx->hw; in alx_intr_msix_misc()
434 struct alx_hw *hw = &alx->hw; in alx_intr_legacy()
452 struct alx_hw *hw = &alx->hw; in alx_init_ring_ptrs()
571 struct alx_hw *hw = &alx->hw; in __alx_set_rx_mode()
600 struct alx_hw *hw = &alx->hw; in alx_set_mac_address()
808 struct alx_hw *hw = &alx->hw; in alx_config_vector_mapping()
917 struct alx_hw *hw = &alx->hw; in alx_irq_enable()
[all …]
H A Dalx.h108 struct alx_hw hw;