• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:skge_hw

62 static int xm_phy_write(struct skge_hw *hw, int port, u16 reg, u16 val);
63 static int gm_phy_write(struct skge_hw *hw, int port, u16 reg, u16 val);
64 static void yukon_init(struct skge_hw *hw, int port);
65 static void genesis_mac_init(struct skge_hw *hw, int port);
68 static void skge_phyirq(struct skge_hw *hw);
94 static u32 skge_supported_modes(const struct skge_hw *hw) in skge_supported_modes()
123 static inline u32 hwkhz(const struct skge_hw *hw) in hwkhz()
129 static inline u32 skge_usecs2clk(const struct skge_hw *hw, u32 usec) in skge_usecs2clk()
137 struct skge_hw *hw = skge->hw; in skge_led()
417 static void xm_link_down(struct skge_hw *hw, int port) in xm_link_down()
428 static int __xm_phy_read(struct skge_hw *hw, int port, u16 reg, u16 *val) in __xm_phy_read()
451 static u16 xm_phy_read(struct skge_hw *hw, int port, u16 reg) in xm_phy_read()
460 static int xm_phy_write(struct skge_hw *hw, int port, u16 reg, u16 val) in xm_phy_write()
482 static void genesis_init(struct skge_hw *hw) in genesis_init()
510 static void genesis_reset(struct skge_hw *hw, int port) in genesis_reset()
555 static void bcom_check_link(struct skge_hw *hw, int port) in bcom_check_link()
625 struct skge_hw *hw = skge->hw; in bcom_phy_init()
722 struct skge_hw *hw = skge->hw; in xm_phy_init()
757 struct skge_hw *hw = skge->hw; in xm_check_link()
832 struct skge_hw *hw = skge->hw; in xm_link_timer()
854 static void genesis_mac_init(struct skge_hw *hw, int port) in genesis_mac_init()
1002 struct skge_hw *hw = skge->hw; in genesis_stop()
1049 struct skge_hw *hw = skge->hw; in genesis_link_up()
1133 struct skge_hw *hw = skge->hw; in bcom_phy_intr()
1161 static int gm_phy_write(struct skge_hw *hw, int port, u16 reg, u16 val) in gm_phy_write()
1181 static int __gm_phy_read(struct skge_hw *hw, int port, u16 reg, u16 *val) in __gm_phy_read()
1201 static u16 gm_phy_read(struct skge_hw *hw, int port, u16 reg) in gm_phy_read()
1212 static void yukon_init(struct skge_hw *hw, int port) in yukon_init()
1299 static void yukon_reset(struct skge_hw *hw, int port) in yukon_reset()
1313 static int is_yukon_lite_a0(struct skge_hw *hw) in is_yukon_lite_a0()
1328 static void yukon_mac_init(struct skge_hw *hw, int port) in yukon_mac_init()
1476 static void yukon_suspend(struct skge_hw *hw, int port) in yukon_suspend()
1496 struct skge_hw *hw = skge->hw; in yukon_stop()
1514 static u16 yukon_speed(const struct skge_hw *hw __unused, u16 aux) in yukon_speed()
1528 struct skge_hw *hw = skge->hw; in yukon_link_up()
1549 struct skge_hw *hw = skge->hw; in yukon_link_down()
1571 struct skge_hw *hw = skge->hw; in yukon_phy_intr()
1646 static void skge_ramset(struct skge_hw *hw, u16 q, u32 start, size_t len) in skge_ramset()
1680 struct skge_hw *hw = skge->hw; in skge_qset()
1712 struct skge_hw *hw = skge->hw; in skge_up()
1784 static void skge_rx_stop(struct skge_hw *hw, int port) in skge_rx_stop()
1795 struct skge_hw *hw = skge->hw; in skge_down()
1868 struct skge_hw *hw = skge->hw; in skge_xmit_frame()
1926 static inline u16 phy_length(const struct skge_hw *hw, u32 status) in phy_length()
1934 static inline int bad_phy_status(const struct skge_hw *hw, u32 status) in bad_phy_status()
2058 struct skge_hw *hw = skge->hw; in skge_poll()
2086 static void skge_phyirq(struct skge_hw *hw) in skge_phyirq()
2115 static const char *skge_board_name(const struct skge_hw *hw) in skge_board_name()
2133 static int skge_reset(struct skge_hw *hw) in skge_reset()
2296 static struct net_device *skge_devinit(struct skge_hw *hw, int port, in skge_devinit()
2343 struct skge_hw *hw; in skge_probe()
2417 struct skge_hw *hw = pci_get_drvdata(pdev); in skge_remove()
2457 struct skge_hw *hw = skge->hw; in skge_net_irq()