Lines Matching defs:dev

107 #define DBG(n, dev, args...)			 \  argument
113 #define PRINTK(dev, args...) netdev_info(dev, args) argument
115 #define DBG(n, dev, args...) do { } while (0) argument
116 #define PRINTK(dev, args...) netdev_dbg(dev, args) argument
173 static void smc911x_reset(struct net_device *dev) in smc911x_reset()
267 static void smc911x_enable(struct net_device *dev) in smc911x_enable()
324 static void smc911x_shutdown(struct net_device *dev) in smc911x_shutdown()
344 static inline void smc911x_drop_pkt(struct net_device *dev) in smc911x_drop_pkt()
376 static inline void smc911x_rcv(struct net_device *dev) in smc911x_rcv()
452 static void smc911x_hardware_send_pkt(struct net_device *dev) in smc911x_hardware_send_pkt()
514 static int smc911x_hard_start_xmit(struct sk_buff *skb, struct net_device *dev) in smc911x_hard_start_xmit()
587 static void smc911x_tx(struct net_device *dev) in smc911x_tx()
635 static int smc911x_phy_read(struct net_device *dev, int phyaddr, int phyreg) in smc911x_phy_read()
651 static void smc911x_phy_write(struct net_device *dev, int phyaddr, int phyreg, in smc911x_phy_write()
666 static void smc911x_phy_detect(struct net_device *dev) in smc911x_phy_detect()
741 static int smc911x_phy_fixed(struct net_device *dev) in smc911x_phy_fixed()
787 static int smc911x_phy_reset(struct net_device *dev, int phy) in smc911x_phy_reset()
828 static void smc911x_phy_powerdown(struct net_device *dev, int phy) in smc911x_phy_powerdown()
847 static void smc911x_phy_check_media(struct net_device *dev, int init) in smc911x_phy_check_media()
886 struct net_device *dev = lp->netdev; in smc911x_phy_configure() local
980 static void smc911x_phy_interrupt(struct net_device *dev) in smc911x_phy_interrupt()
1008 struct net_device *dev = dev_id; in smc911x_interrupt() local
1179 struct net_device *dev = (struct net_device *)data; in smc911x_tx_dma_irq() local
1213 struct net_device *dev = (struct net_device *)data; in smc911x_rx_dma_irq() local
1251 static void smc911x_poll_controller(struct net_device *dev) in smc911x_poll_controller()
1260 static void smc911x_timeout(struct net_device *dev) in smc911x_timeout()
1297 static void smc911x_set_multicast_list(struct net_device *dev) in smc911x_set_multicast_list()
1391 smc911x_open(struct net_device *dev) in smc911x_open()
1418 static int smc911x_close(struct net_device *dev) in smc911x_close()
1450 smc911x_ethtool_getsettings(struct net_device *dev, struct ethtool_cmd *cmd) in smc911x_ethtool_getsettings()
1491 smc911x_ethtool_setsettings(struct net_device *dev, struct ethtool_cmd *cmd) in smc911x_ethtool_setsettings()
1517 smc911x_ethtool_getdrvinfo(struct net_device *dev, struct ethtool_drvinfo *info) in smc911x_ethtool_getdrvinfo()
1525 static int smc911x_ethtool_nwayreset(struct net_device *dev) in smc911x_ethtool_nwayreset()
1540 static u32 smc911x_ethtool_getmsglevel(struct net_device *dev) in smc911x_ethtool_getmsglevel()
1546 static void smc911x_ethtool_setmsglevel(struct net_device *dev, u32 level) in smc911x_ethtool_setmsglevel()
1552 static int smc911x_ethtool_getregslen(struct net_device *dev) in smc911x_ethtool_getregslen()
1559 static void smc911x_ethtool_getregs(struct net_device *dev, in smc911x_ethtool_getregs()
1585 static int smc911x_ethtool_wait_eeprom_ready(struct net_device *dev) in smc911x_ethtool_wait_eeprom_ready()
1609 static inline int smc911x_ethtool_write_eeprom_cmd(struct net_device *dev, in smc911x_ethtool_write_eeprom_cmd()
1623 static inline int smc911x_ethtool_read_eeprom_byte(struct net_device *dev, in smc911x_ethtool_read_eeprom_byte()
1635 static inline int smc911x_ethtool_write_eeprom_byte(struct net_device *dev, in smc911x_ethtool_write_eeprom_byte()
1647 static int smc911x_ethtool_geteeprom(struct net_device *dev, in smc911x_ethtool_geteeprom()
1663 static int smc911x_ethtool_seteeprom(struct net_device *dev, in smc911x_ethtool_seteeprom()
1684 static int smc911x_ethtool_geteeprom_len(struct net_device *dev) in smc911x_ethtool_geteeprom_len()
1710 static int smc911x_findirq(struct net_device *dev) in smc911x_findirq()
1788 static int smc911x_probe(struct net_device *dev) in smc911x_probe()
2131 static int smc911x_drv_suspend(struct platform_device *dev, pm_message_t state) in smc911x_drv_suspend()
2150 static int smc911x_drv_resume(struct platform_device *dev) in smc911x_drv_resume()