Lines Matching defs:dev
352 struct net_device *dev; in w840_probe1() local
554 static int mdio_read(struct net_device *dev, int phy_id, int location) in mdio_read()
584 static void mdio_write(struct net_device *dev, int phy_id, int location, int value) in mdio_write()
616 static int netdev_open(struct net_device *dev) in netdev_open()
658 static int update_link(struct net_device *dev) in update_link()
724 static inline void update_csr6(struct net_device *dev, int new) in update_csr6()
767 struct net_device *dev = pci_get_drvdata(np->pci_dev); in netdev_timer() local
781 static void init_rxtx_rings(struct net_device *dev) in init_rxtx_rings()
853 static void init_registers(struct net_device *dev) in init_registers()
911 static void tx_timeout(struct net_device *dev, unsigned int txqueue) in tx_timeout()
958 static int alloc_ringdesc(struct net_device *dev) in alloc_ringdesc()
983 static netdev_tx_t start_tx(struct sk_buff *skb, struct net_device *dev) in start_tx()
1045 static void netdev_tx_done(struct net_device *dev) in netdev_tx_done()
1098 struct net_device *dev = (struct net_device *)dev_instance; in intr_handler() local
1161 static int netdev_rx(struct net_device *dev) in netdev_rx()
1273 static void netdev_error(struct net_device *dev, int intr_status) in netdev_error()
1315 static struct net_device_stats *get_stats(struct net_device *dev) in get_stats()
1330 static u32 __set_rx_mode(struct net_device *dev) in __set_rx_mode()
1364 static void set_rx_mode(struct net_device *dev) in set_rx_mode()
1373 static void netdev_get_drvinfo (struct net_device *dev, struct ethtool_drvinfo *info) in netdev_get_drvinfo()
1381 static int netdev_get_link_ksettings(struct net_device *dev, in netdev_get_link_ksettings()
1393 static int netdev_set_link_ksettings(struct net_device *dev, in netdev_set_link_ksettings()
1406 static int netdev_nway_reset(struct net_device *dev) in netdev_nway_reset()
1412 static u32 netdev_get_link(struct net_device *dev) in netdev_get_link()
1418 static u32 netdev_get_msglevel(struct net_device *dev) in netdev_get_msglevel()
1423 static void netdev_set_msglevel(struct net_device *dev, u32 value) in netdev_set_msglevel()
1438 static int netdev_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in netdev_ioctl()
1464 static int netdev_close(struct net_device *dev) in netdev_close()
1522 struct net_device *dev = pci_get_drvdata(pdev); in w840_remove1() local
1557 struct net_device *dev = dev_get_drvdata(dev_d); in w840_suspend() local
1592 struct net_device *dev = dev_get_drvdata(dev_d); in w840_resume() local