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()
761 static void smc_mii_out(struct net_device *dev, unsigned int val, int bits) in smc_mii_out()
783 static unsigned int smc_mii_in(struct net_device *dev, int bits) in smc_mii_in()
808 static int smc_phy_read(struct net_device *dev, int phyaddr, int phyreg) in smc_phy_read()
838 static void smc_phy_write(struct net_device *dev, int phyaddr, int phyreg, in smc_phy_write()
864 static void smc_phy_detect(struct net_device *dev) in smc_phy_detect()
901 static int smc_phy_fixed(struct net_device *dev) in smc_phy_fixed()
951 static int smc_phy_reset(struct net_device *dev, int phy) in smc_phy_reset()
978 static void smc_phy_powerdown(struct net_device *dev) in smc_phy_powerdown()
1004 static void smc_phy_check_media(struct net_device *dev, int init) in smc_phy_check_media()
1035 struct net_device *dev = lp->dev; in smc_phy_configure() local
1134 static void smc_phy_interrupt(struct net_device *dev) in smc_phy_interrupt()
1157 static void smc_10bt_check_media(struct net_device *dev, int init) in smc_10bt_check_media()
1181 static void smc_eph_interrupt(struct net_device *dev) in smc_eph_interrupt()
1202 struct net_device *dev = dev_id; in smc_interrupt() local
1315 static void smc_poll_controller(struct net_device *dev) in smc_poll_controller()
1324 static void smc_timeout(struct net_device *dev, unsigned int txqueue) in smc_timeout()
1366 static void smc_set_multicast_list(struct net_device *dev) in smc_set_multicast_list()
1462 smc_open(struct net_device *dev) in smc_open()
1506 static int smc_close(struct net_device *dev) in smc_close()
1526 smc_ethtool_get_link_ksettings(struct net_device *dev, in smc_ethtool_get_link_ksettings()
1558 smc_ethtool_set_link_ksettings(struct net_device *dev, in smc_ethtool_set_link_ksettings()
1589 smc_ethtool_getdrvinfo(struct net_device *dev, struct ethtool_drvinfo *info) in smc_ethtool_getdrvinfo()
1597 static int smc_ethtool_nwayreset(struct net_device *dev) in smc_ethtool_nwayreset()
1611 static u32 smc_ethtool_getmsglevel(struct net_device *dev) in smc_ethtool_getmsglevel()
1617 static void smc_ethtool_setmsglevel(struct net_device *dev, u32 level) in smc_ethtool_setmsglevel()
1623 static int smc_write_eeprom_word(struct net_device *dev, u16 addr, u16 word) in smc_write_eeprom_word()
1651 static int smc_read_eeprom_word(struct net_device *dev, u16 addr, u16 *word) in smc_read_eeprom_word()
1679 static int smc_ethtool_geteeprom_len(struct net_device *dev) in smc_ethtool_geteeprom_len()
1684 static int smc_ethtool_geteeprom(struct net_device *dev, in smc_ethtool_geteeprom()
1709 static int smc_ethtool_seteeprom(struct net_device *dev, in smc_ethtool_seteeprom()
1847 static int smc_probe(struct net_device *dev, void __iomem *ioaddr, in smc_probe()
2204 static int try_toggle_control_gpio(struct device *dev, in try_toggle_control_gpio()
2443 static int smc_drv_suspend(struct device *dev) in smc_drv_suspend()
2457 static int smc_drv_resume(struct device *dev) in smc_drv_resume()