Searched refs:pch_gbe_hw (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_phy.h | 14 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);
|
D | pch_gbe_phy.c | 95 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 …]
|
D | pch_gbe_main.c | 253 static inline void pch_gbe_mac_load_mac_addr(struct pch_gbe_hw *hw) in pch_gbe_mac_load_mac_addr() 264 static s32 pch_gbe_mac_read_mac_addr(struct pch_gbe_hw *hw) in pch_gbe_mac_read_mac_addr() 303 static void pch_gbe_mac_mar_set(struct pch_gbe_hw *hw, u8 * addr, u32 index) in pch_gbe_mac_mar_set() 335 static void pch_gbe_mac_reset_hw(struct pch_gbe_hw *hw) in pch_gbe_mac_reset_hw() 347 static void pch_gbe_disable_mac_rx(struct pch_gbe_hw *hw) in pch_gbe_disable_mac_rx() 355 static void pch_gbe_enable_mac_rx(struct pch_gbe_hw *hw) in pch_gbe_enable_mac_rx() 368 static void pch_gbe_mac_init_rx_addrs(struct pch_gbe_hw *hw, u16 mar_count) in pch_gbe_mac_init_rx_addrs() 392 s32 pch_gbe_mac_force_mac_fc(struct pch_gbe_hw *hw) in pch_gbe_mac_force_mac_fc() 438 static void pch_gbe_mac_set_wol_event(struct pch_gbe_hw *hw, u32 wu_evt) in pch_gbe_mac_set_wol_event() 473 u16 pch_gbe_mac_ctrl_miim(struct pch_gbe_hw *hw, u32 addr, u32 dir, u32 reg, in pch_gbe_mac_ctrl_miim() [all …]
|
D | pch_gbe.h | 363 struct pch_gbe_hw { struct 578 struct pch_gbe_hw hw; 621 s32 pch_gbe_mac_force_mac_fc(struct pch_gbe_hw *hw); 622 u16 pch_gbe_mac_ctrl_miim(struct pch_gbe_hw *hw, u32 addr, u32 dir, u32 reg,
|
D | pch_gbe_ethtool.c | 113 struct pch_gbe_hw *hw = &adapter->hw; in pch_gbe_set_link_ksettings() 188 struct pch_gbe_hw *hw = &adapter->hw; in pch_gbe_get_regs() 384 struct pch_gbe_hw *hw = &adapter->hw; in pch_gbe_get_pauseparam() 411 struct pch_gbe_hw *hw = &adapter->hw; in pch_gbe_set_pauseparam()
|
D | pch_gbe_param.c | 273 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()
|