Lines Matching refs:sky2_hw

151 static int gm_phy_write(struct sky2_hw *hw, unsigned port, u16 reg, u16 val)  in gm_phy_write()
178 static int __gm_phy_read(struct sky2_hw *hw, unsigned port, u16 reg, u16 *val) in __gm_phy_read()
205 static inline u16 gm_phy_read(struct sky2_hw *hw, unsigned port, u16 reg) in gm_phy_read()
213 static void sky2_power_on(struct sky2_hw *hw) in sky2_power_on()
262 static void sky2_power_aux(struct sky2_hw *hw) in sky2_power_aux()
284 static void sky2_gmac_reset(struct sky2_hw *hw, unsigned port) in sky2_gmac_reset()
326 static void sky2_phy_init(struct sky2_hw *hw, unsigned port) in sky2_phy_init()
696 static void sky2_phy_power_up(struct sky2_hw *hw, unsigned port) in sky2_phy_power_up()
717 static void sky2_phy_power_down(struct sky2_hw *hw, unsigned port) in sky2_phy_power_down()
789 struct sky2_hw *hw = sky2->hw; in sky2_enable_rx_tx()
810 struct sky2_hw *hw = sky2->hw; in sky2_wol_init()
879 static void sky2_set_tx_stfwd(struct sky2_hw *hw, unsigned port) in sky2_set_tx_stfwd()
898 static void sky2_mac_init(struct sky2_hw *hw, unsigned port) in sky2_mac_init()
1037 static void sky2_ramset(struct sky2_hw *hw, u16 q, u32 start, u32 space) in sky2_ramset()
1077 static void sky2_qset(struct sky2_hw *hw, u16 q) in sky2_qset()
1088 static void sky2_prefetch_init(struct sky2_hw *hw, u32 qaddr, in sky2_prefetch_init()
1126 static inline void sky2_put_idx(struct sky2_hw *hw, unsigned q, u16 idx) in sky2_put_idx()
1285 struct sky2_hw *hw = sky2->hw; in rx_set_rss()
1326 struct sky2_hw *hw = sky2->hw; in sky2_rx_stop()
1370 struct sky2_hw *hw = sky2->hw; in sky2_ioctl()
1407 struct sky2_hw *hw = sky2->hw; in sky2_vlan_mode()
1432 static inline unsigned sky2_rx_pad(const struct sky2_hw *hw) in sky2_rx_pad()
1487 struct sky2_hw *hw = sky2->hw; in sky2_alloc_rx_skbs()
1520 struct sky2_hw *hw = sky2->hw; in sky2_rx_start()
1595 struct sky2_hw *hw = sky2->hw; in sky2_alloc_buffers()
1626 struct sky2_hw *hw = sky2->hw; in sky2_free_buffers()
1650 struct sky2_hw *hw = sky2->hw; in sky2_hw_up()
1713 static int sky2_setup_irq(struct sky2_hw *hw, const char *name) in sky2_setup_irq()
1739 struct sky2_hw *hw = sky2->hw; in sky2_open()
1829 struct sky2_hw *hw = sky2->hw; in sky2_xmit_frame()
2041 static void sky2_tx_reset(struct sky2_hw *hw, unsigned port) in sky2_tx_reset()
2067 struct sky2_hw *hw = sky2->hw; in sky2_hw_down()
2116 struct sky2_hw *hw = sky2->hw; in sky2_close()
2151 static u16 sky2_phy_speed(const struct sky2_hw *hw, u16 aux) in sky2_phy_speed()
2175 struct sky2_hw *hw = sky2->hw; in sky2_link_up()
2207 struct sky2_hw *hw = sky2->hw; in sky2_link_down()
2237 struct sky2_hw *hw = sky2->hw; in sky2_autoneg_done()
2298 static void sky2_phy_intr(struct sky2_hw *hw, unsigned port) in sky2_phy_intr()
2339 static void sky2_qlink_intr(struct sky2_hw *hw) in sky2_qlink_intr()
2365 struct sky2_hw *hw = sky2->hw; in sky2_tx_timeout()
2381 struct sky2_hw *hw = sky2->hw; in sky2_change_mtu()
2640 static inline void sky2_rx_done(struct sky2_hw *hw, unsigned port, in sky2_rx_done()
2704 static int sky2_status_intr(struct sky2_hw *hw, int to_do, u16 idx) in sky2_status_intr()
2804 static void sky2_hw_error(struct sky2_hw *hw, unsigned port, u32 status) in sky2_hw_error()
2844 static void sky2_hw_intr(struct sky2_hw *hw) in sky2_hw_intr()
2891 static void sky2_mac_intr(struct sky2_hw *hw, unsigned port) in sky2_mac_intr()
2917 static void sky2_le_error(struct sky2_hw *hw, unsigned port, u16 q) in sky2_le_error()
2932 struct sky2_hw *hw = sky2->hw; in sky2_rx_hung()
2964 struct sky2_hw *hw = from_timer(hw, t, watchdog_timer); in sky2_watchdog()
2995 static void sky2_err_intr(struct sky2_hw *hw, u32 status) in sky2_err_intr()
3024 struct sky2_hw *hw = container_of(napi, struct sky2_hw, napi); in sky2_poll()
3057 struct sky2_hw *hw = dev_id; in sky2_intr()
3084 static u32 sky2_mhz(const struct sky2_hw *hw) in sky2_mhz()
3111 static inline u32 sky2_us2clk(const struct sky2_hw *hw, u32 us) in sky2_us2clk()
3116 static inline u32 sky2_clk2us(const struct sky2_hw *hw, u32 clk) in sky2_clk2us()
3122 static int sky2_init(struct sky2_hw *hw) in sky2_init()
3230 static void sky2_reset(struct sky2_hw *hw) in sky2_reset()
3458 static void sky2_all_down(struct sky2_hw *hw) in sky2_all_down()
3483 static void sky2_all_up(struct sky2_hw *hw) in sky2_all_up()
3511 struct sky2_hw *hw = container_of(work, struct sky2_hw, restart_work); in sky2_restart()
3522 static inline u8 sky2_wol_supported(const struct sky2_hw *hw) in sky2_wol_supported()
3538 struct sky2_hw *hw = sky2->hw; in sky2_set_wol()
3560 static u32 sky2_supported_modes(const struct sky2_hw *hw) in sky2_supported_modes()
3581 struct sky2_hw *hw = sky2->hw; in sky2_get_link_ksettings()
3613 const struct sky2_hw *hw = sky2->hw; in sky2_set_link_ksettings()
3762 struct sky2_hw *hw = sky2->hw; in sky2_phy_stats()
3812 struct sky2_hw *hw = sky2->hw; in sky2_set_mac_address()
3845 struct sky2_hw *hw = sky2->hw; in sky2_set_multicast()
3891 struct sky2_hw *hw = sky2->hw; in sky2_get_stats()
3935 struct sky2_hw *hw = sky2->hw; in sky2_led()
4059 struct sky2_hw *hw = sky2->hw; in sky2_get_coalesce()
4096 struct sky2_hw *hw = sky2->hw; in sky2_set_coalesce()
4191 static int sky2_reg_access_ok(struct sky2_hw *hw, unsigned int b) in sky2_reg_access_ok()
4265 struct sky2_hw *hw = sky2->hw; in sky2_get_eeprom_len()
4308 const struct sky2_hw *hw = sky2->hw; in sky2_fix_features()
4390 struct sky2_hw *hw = sky2->hw; in sky2_debug_show()
4588 static struct net_device *sky2_init_netdev(struct sky2_hw *hw, unsigned port, in sky2_init_netdev()
4695 struct sky2_hw *hw = dev_id; in sky2_test_intr()
4712 static int sky2_test_msi(struct sky2_hw *hw) in sky2_test_msi()
4816 struct sky2_hw *hw; in sky2_probe()
5007 struct sky2_hw *hw = pci_get_drvdata(pdev); in sky2_remove()
5049 struct sky2_hw *hw = dev_get_drvdata(dev); in sky2_suspend()
5079 struct sky2_hw *hw = pci_get_drvdata(pdev); in sky2_resume()
5115 struct sky2_hw *hw = pci_get_drvdata(pdev); in sky2_shutdown()