Home
last modified time | relevance | path

Searched refs:pch_gbe_hw (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_phy.h14 s32 pch_gbe_phy_get_id(struct pch_gbe_hw *hw);
15 s32 pch_gbe_phy_read_reg_miic(struct pch_gbe_hw *hw, u32 offset, u16 *data);
16 s32 pch_gbe_phy_write_reg_miic(struct pch_gbe_hw *hw, u32 offset, u16 data);
17 void pch_gbe_phy_hw_reset(struct pch_gbe_hw *hw);
18 void pch_gbe_phy_power_up(struct pch_gbe_hw *hw);
19 void pch_gbe_phy_power_down(struct pch_gbe_hw *hw);
20 void pch_gbe_phy_set_rgmii(struct pch_gbe_hw *hw);
21 void pch_gbe_phy_init_setting(struct pch_gbe_hw *hw);
22 int pch_gbe_phy_disable_hibernate(struct pch_gbe_hw *hw);
Dpch_gbe_phy.c95 s32 pch_gbe_phy_get_id(struct pch_gbe_hw *hw) in pch_gbe_phy_get_id()
131 s32 pch_gbe_phy_read_reg_miic(struct pch_gbe_hw *hw, u32 offset, u16 *data) in pch_gbe_phy_read_reg_miic()
156 s32 pch_gbe_phy_write_reg_miic(struct pch_gbe_hw *hw, u32 offset, u16 data) in pch_gbe_phy_write_reg_miic()
176 static void pch_gbe_phy_sw_reset(struct pch_gbe_hw *hw) in pch_gbe_phy_sw_reset()
190 void pch_gbe_phy_hw_reset(struct pch_gbe_hw *hw) in pch_gbe_phy_hw_reset()
206 void pch_gbe_phy_power_up(struct pch_gbe_hw *hw) in pch_gbe_phy_power_up()
223 void pch_gbe_phy_power_down(struct pch_gbe_hw *hw) in pch_gbe_phy_power_down()
243 void pch_gbe_phy_set_rgmii(struct pch_gbe_hw *hw) in pch_gbe_phy_set_rgmii()
255 static int pch_gbe_phy_tx_clk_delay(struct pch_gbe_hw *hw) in pch_gbe_phy_tx_clk_delay()
297 void pch_gbe_phy_init_setting(struct pch_gbe_hw *hw) in pch_gbe_phy_init_setting()
[all …]
Dpch_gbe_main.c258 static inline void pch_gbe_mac_load_mac_addr(struct pch_gbe_hw *hw) in pch_gbe_mac_load_mac_addr()
269 static s32 pch_gbe_mac_read_mac_addr(struct pch_gbe_hw *hw) in pch_gbe_mac_read_mac_addr()
311 static void pch_gbe_mac_mar_set(struct pch_gbe_hw *hw, u8 * addr, u32 index) in pch_gbe_mac_mar_set()
343 static void pch_gbe_mac_reset_hw(struct pch_gbe_hw *hw) in pch_gbe_mac_reset_hw()
355 static void pch_gbe_disable_mac_rx(struct pch_gbe_hw *hw) in pch_gbe_disable_mac_rx()
363 static void pch_gbe_enable_mac_rx(struct pch_gbe_hw *hw) in pch_gbe_enable_mac_rx()
376 static void pch_gbe_mac_init_rx_addrs(struct pch_gbe_hw *hw, u16 mar_count) in pch_gbe_mac_init_rx_addrs()
400 s32 pch_gbe_mac_force_mac_fc(struct pch_gbe_hw *hw) in pch_gbe_mac_force_mac_fc()
446 static void pch_gbe_mac_set_wol_event(struct pch_gbe_hw *hw, u32 wu_evt) in pch_gbe_mac_set_wol_event()
481 u16 pch_gbe_mac_ctrl_miim(struct pch_gbe_hw *hw, u32 addr, u32 dir, u32 reg, in pch_gbe_mac_ctrl_miim()
[all …]
Dpch_gbe.h363 struct pch_gbe_hw { struct
578 struct pch_gbe_hw hw;
632 s32 pch_gbe_mac_force_mac_fc(struct pch_gbe_hw *hw);
633 u16 pch_gbe_mac_ctrl_miim(struct pch_gbe_hw *hw, u32 addr, u32 dir, u32 reg,
Dpch_gbe_ethtool.c111 struct pch_gbe_hw *hw = &adapter->hw; in pch_gbe_set_link_ksettings()
186 struct pch_gbe_hw *hw = &adapter->hw; in pch_gbe_get_regs()
374 struct pch_gbe_hw *hw = &adapter->hw; in pch_gbe_get_pauseparam()
401 struct pch_gbe_hw *hw = &adapter->hw; in pch_gbe_set_pauseparam()
Dpch_gbe_param.c273 struct pch_gbe_hw *hw = &adapter->hw; in pch_gbe_check_copper_options()
434 struct pch_gbe_hw *hw = &adapter->hw; in pch_gbe_check_options()