Lines Matching defs:dev
97 #define DBG(n, dev, args...) \ argument
103 #define PRINTK(dev, args...) netdev_info(dev, args) argument
105 #define DBG(n, dev, args...) do { } while (0) argument
106 #define PRINTK(dev, args...) netdev_dbg(dev, args) argument
163 static void smc911x_reset(struct net_device *dev) in smc911x_reset()
257 static void smc911x_enable(struct net_device *dev) in smc911x_enable()
314 static void smc911x_shutdown(struct net_device *dev) in smc911x_shutdown()
334 static inline void smc911x_drop_pkt(struct net_device *dev) in smc911x_drop_pkt()
366 static inline void smc911x_rcv(struct net_device *dev) in smc911x_rcv()
442 static void smc911x_hardware_send_pkt(struct net_device *dev) in smc911x_hardware_send_pkt()
505 smc911x_hard_start_xmit(struct sk_buff *skb, struct net_device *dev) in smc911x_hard_start_xmit()
578 static void smc911x_tx(struct net_device *dev) in smc911x_tx()
626 static int smc911x_phy_read(struct net_device *dev, int phyaddr, int phyreg) in smc911x_phy_read()
642 static void smc911x_phy_write(struct net_device *dev, int phyaddr, int phyreg, in smc911x_phy_write()
657 static void smc911x_phy_detect(struct net_device *dev) in smc911x_phy_detect()
733 static int smc911x_phy_fixed(struct net_device *dev) in smc911x_phy_fixed()
779 static int smc911x_phy_reset(struct net_device *dev, int phy) in smc911x_phy_reset()
820 static void smc911x_phy_powerdown(struct net_device *dev, int phy) in smc911x_phy_powerdown()
839 static void smc911x_phy_check_media(struct net_device *dev, int init) in smc911x_phy_check_media()
878 struct net_device *dev = lp->netdev; in smc911x_phy_configure() local
972 static void smc911x_phy_interrupt(struct net_device *dev) in smc911x_phy_interrupt()
1000 struct net_device *dev = dev_id; in smc911x_interrupt() local
1172 struct net_device *dev = lp->netdev; in smc911x_tx_dma_irq() local
1204 struct net_device *dev = lp->netdev; in smc911x_rx_dma_irq() local
1239 static void smc911x_poll_controller(struct net_device *dev) in smc911x_poll_controller()
1248 static void smc911x_timeout(struct net_device *dev, unsigned int txqueue) in smc911x_timeout()
1285 static void smc911x_set_multicast_list(struct net_device *dev) in smc911x_set_multicast_list()
1379 smc911x_open(struct net_device *dev) in smc911x_open()
1406 static int smc911x_close(struct net_device *dev) in smc911x_close()
1438 smc911x_ethtool_get_link_ksettings(struct net_device *dev, in smc911x_ethtool_get_link_ksettings()
1478 smc911x_ethtool_set_link_ksettings(struct net_device *dev, in smc911x_ethtool_set_link_ksettings()
1507 smc911x_ethtool_getdrvinfo(struct net_device *dev, struct ethtool_drvinfo *info) in smc911x_ethtool_getdrvinfo()
1515 static int smc911x_ethtool_nwayreset(struct net_device *dev) in smc911x_ethtool_nwayreset()
1530 static u32 smc911x_ethtool_getmsglevel(struct net_device *dev) in smc911x_ethtool_getmsglevel()
1536 static void smc911x_ethtool_setmsglevel(struct net_device *dev, u32 level) in smc911x_ethtool_setmsglevel()
1542 static int smc911x_ethtool_getregslen(struct net_device *dev) in smc911x_ethtool_getregslen()
1549 static void smc911x_ethtool_getregs(struct net_device *dev, in smc911x_ethtool_getregs()
1575 static int smc911x_ethtool_wait_eeprom_ready(struct net_device *dev) in smc911x_ethtool_wait_eeprom_ready()
1599 static inline int smc911x_ethtool_write_eeprom_cmd(struct net_device *dev, in smc911x_ethtool_write_eeprom_cmd()
1613 static inline int smc911x_ethtool_read_eeprom_byte(struct net_device *dev, in smc911x_ethtool_read_eeprom_byte()
1625 static inline int smc911x_ethtool_write_eeprom_byte(struct net_device *dev, in smc911x_ethtool_write_eeprom_byte()
1637 static int smc911x_ethtool_geteeprom(struct net_device *dev, in smc911x_ethtool_geteeprom()
1653 static int smc911x_ethtool_seteeprom(struct net_device *dev, in smc911x_ethtool_seteeprom()
1674 static int smc911x_ethtool_geteeprom_len(struct net_device *dev) in smc911x_ethtool_geteeprom_len()
1700 static int smc911x_findirq(struct net_device *dev) in smc911x_findirq()
1777 static int smc911x_probe(struct net_device *dev) in smc911x_probe()
2147 static int smc911x_drv_suspend(struct platform_device *dev, pm_message_t state) in smc911x_drv_suspend()
2166 static int smc911x_drv_resume(struct platform_device *dev) in smc911x_drv_resume()