Lines Matching refs:net_device
427 static int change_mtu(struct net_device *dev, int new_mtu);
429 static int mdio_read(struct net_device *dev, int phy_id, int location);
430 static void mdio_write(struct net_device *dev, int phy_id, int location, int value);
431 static int mdio_wait_link(struct net_device *dev, int wait);
432 static int netdev_open(struct net_device *dev);
433 static void check_duplex(struct net_device *dev);
435 static void tx_timeout(struct net_device *dev);
436 static void init_ring(struct net_device *dev);
437 static netdev_tx_t start_tx(struct sk_buff *skb, struct net_device *dev);
438 static int reset_tx (struct net_device *dev);
442 static void refill_rx (struct net_device *dev);
443 static void netdev_error(struct net_device *dev, int intr_status);
444 static void netdev_error(struct net_device *dev, int intr_status);
445 static void set_rx_mode(struct net_device *dev);
446 static int __set_mac_addr(struct net_device *dev);
447 static int sundance_set_mac_addr(struct net_device *dev, void *data);
448 static struct net_device_stats *get_stats(struct net_device *dev);
449 static int netdev_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
450 static int netdev_close(struct net_device *dev);
453 static void sundance_reset(struct net_device *dev, unsigned long reset_cmd) in sundance_reset()
473 static void sundance_poll_controller(struct net_device *dev) in sundance_poll_controller()
502 struct net_device *dev; in sundance_probe1()
714 static int change_mtu(struct net_device *dev, int new_mtu) in change_mtu()
770 static int mdio_read(struct net_device *dev, int phy_id, int location) in mdio_read()
800 static void mdio_write(struct net_device *dev, int phy_id, int location, int value) in mdio_write()
828 static int mdio_wait_link(struct net_device *dev, int wait) in mdio_wait_link()
846 static int netdev_open(struct net_device *dev) in netdev_open()
926 static void check_duplex(struct net_device *dev) in check_duplex()
956 struct net_device *dev = (struct net_device *)data; in netdev_timer()
972 static void tx_timeout(struct net_device *dev) in tx_timeout()
1025 static void init_ring(struct net_device *dev) in init_ring()
1074 struct net_device *dev = (struct net_device *)data; in tx_poll()
1099 start_tx (struct sk_buff *skb, struct net_device *dev) in start_tx()
1148 reset_tx (struct net_device *dev) in reset_tx()
1187 struct net_device *dev = (struct net_device *)dev_instance; in intr_handler()
1333 struct net_device *dev = (struct net_device *)data; in rx_poll()
1426 static void refill_rx (struct net_device *dev) in refill_rx()
1460 static void netdev_error(struct net_device *dev, int intr_status) in netdev_error()
1525 static struct net_device_stats *get_stats(struct net_device *dev) in get_stats()
1567 static void set_rx_mode(struct net_device *dev) in set_rx_mode()
1608 static int __set_mac_addr(struct net_device *dev) in __set_mac_addr()
1623 static int sundance_set_mac_addr(struct net_device *dev, void *data) in sundance_set_mac_addr()
1650 static int check_if_running(struct net_device *dev) in check_if_running()
1657 static void get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info) in get_drvinfo()
1665 static int get_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in get_settings()
1674 static int set_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in set_settings()
1684 static int nway_reset(struct net_device *dev) in nway_reset()
1690 static u32 get_link(struct net_device *dev) in get_link()
1696 static u32 get_msglevel(struct net_device *dev) in get_msglevel()
1702 static void set_msglevel(struct net_device *dev, u32 val) in set_msglevel()
1708 static void get_strings(struct net_device *dev, u32 stringset, in get_strings()
1715 static int get_sset_count(struct net_device *dev, int sset) in get_sset_count()
1725 static void get_ethtool_stats(struct net_device *dev, in get_ethtool_stats()
1746 static void sundance_get_wol(struct net_device *dev, in sundance_get_wol()
1766 static int sundance_set_wol(struct net_device *dev, in sundance_set_wol()
1814 static int netdev_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in netdev_ioctl()
1829 static int netdev_close(struct net_device *dev) in netdev_close()
1931 struct net_device *dev = pci_get_drvdata(pdev); in sundance_remove1()
1950 struct net_device *dev = pci_get_drvdata(pci_dev); in sundance_suspend()
1974 struct net_device *dev = pci_get_drvdata(pci_dev); in sundance_resume()