Lines Matching defs:dev
144 #define DBG(n, dev, fmt, ...) \ argument
150 #define PRINTK(dev, fmt, ...) \ argument
238 static void smc_reset(struct net_device *dev) in smc_reset()
332 static void smc_enable(struct net_device *dev) in smc_enable()
366 static void smc_shutdown(struct net_device *dev) in smc_shutdown()
398 static inline void smc_rcv(struct net_device *dev) in smc_rcv()
541 struct net_device *dev = lp->dev; in smc_hardware_send_pkt() local
629 smc_hard_start_xmit(struct sk_buff *skb, struct net_device *dev) in smc_hard_start_xmit()
702 static void smc_tx(struct net_device *dev) in smc_tx()
760 static void smc_mii_out(struct net_device *dev, unsigned int val, int bits) in smc_mii_out()
782 static unsigned int smc_mii_in(struct net_device *dev, int bits) in smc_mii_in()
807 static int smc_phy_read(struct net_device *dev, int phyaddr, int phyreg) in smc_phy_read()
837 static void smc_phy_write(struct net_device *dev, int phyaddr, int phyreg, in smc_phy_write()
863 static void smc_phy_detect(struct net_device *dev) in smc_phy_detect()
900 static int smc_phy_fixed(struct net_device *dev) in smc_phy_fixed()
950 static int smc_phy_reset(struct net_device *dev, int phy) in smc_phy_reset()
977 static void smc_phy_powerdown(struct net_device *dev) in smc_phy_powerdown()
1003 static void smc_phy_check_media(struct net_device *dev, int init) in smc_phy_check_media()
1034 struct net_device *dev = lp->dev; in smc_phy_configure() local
1133 static void smc_phy_interrupt(struct net_device *dev) in smc_phy_interrupt()
1156 static void smc_10bt_check_media(struct net_device *dev, int init) in smc_10bt_check_media()
1180 static void smc_eph_interrupt(struct net_device *dev) in smc_eph_interrupt()
1201 struct net_device *dev = dev_id; in smc_interrupt() local
1314 static void smc_poll_controller(struct net_device *dev) in smc_poll_controller()
1323 static void smc_timeout(struct net_device *dev, unsigned int txqueue) in smc_timeout()
1365 static void smc_set_multicast_list(struct net_device *dev) in smc_set_multicast_list()
1461 smc_open(struct net_device *dev) in smc_open()
1505 static int smc_close(struct net_device *dev) in smc_close()
1525 smc_ethtool_get_link_ksettings(struct net_device *dev, in smc_ethtool_get_link_ksettings()
1557 smc_ethtool_set_link_ksettings(struct net_device *dev, in smc_ethtool_set_link_ksettings()
1588 smc_ethtool_getdrvinfo(struct net_device *dev, struct ethtool_drvinfo *info) in smc_ethtool_getdrvinfo()
1596 static int smc_ethtool_nwayreset(struct net_device *dev) in smc_ethtool_nwayreset()
1610 static u32 smc_ethtool_getmsglevel(struct net_device *dev) in smc_ethtool_getmsglevel()
1616 static void smc_ethtool_setmsglevel(struct net_device *dev, u32 level) in smc_ethtool_setmsglevel()
1622 static int smc_write_eeprom_word(struct net_device *dev, u16 addr, u16 word) in smc_write_eeprom_word()
1650 static int smc_read_eeprom_word(struct net_device *dev, u16 addr, u16 *word) in smc_read_eeprom_word()
1678 static int smc_ethtool_geteeprom_len(struct net_device *dev) in smc_ethtool_geteeprom_len()
1683 static int smc_ethtool_geteeprom(struct net_device *dev, in smc_ethtool_geteeprom()
1708 static int smc_ethtool_seteeprom(struct net_device *dev, in smc_ethtool_seteeprom()
1846 static int smc_probe(struct net_device *dev, void __iomem *ioaddr, in smc_probe()
2195 static int try_toggle_control_gpio(struct device *dev, in try_toggle_control_gpio()
2434 static int smc_drv_suspend(struct device *dev) in smc_drv_suspend()
2448 static int smc_drv_resume(struct device *dev) in smc_drv_resume()