Lines Matching defs:dev
66 static void fs_set_multicast_list(struct net_device *dev) in fs_set_multicast_list()
73 static int fs_eth_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in fs_eth_ioctl()
93 struct net_device *dev = fep->ndev; in fs_enet_napi() local
302 struct net_device *dev = dev_id; in fs_enet_interrupt() local
339 void fs_init_bds(struct net_device *dev) in fs_init_bds()
384 void fs_cleanup_bds(struct net_device *dev) in fs_cleanup_bds()
424 static struct sk_buff *tx_skb_align_workaround(struct net_device *dev, in tx_skb_align_workaround()
452 fs_enet_start_xmit(struct sk_buff *skb, struct net_device *dev) in fs_enet_start_xmit()
587 struct net_device *dev = fep->ndev; in fs_timeout_work() local
616 static void fs_timeout(struct net_device *dev, unsigned int txqueue) in fs_timeout()
656 static int fs_enet_open(struct net_device *dev) in fs_enet_open()
691 static int fs_enet_close(struct net_device *dev) in fs_enet_close()
714 static void fs_get_drvinfo(struct net_device *dev, in fs_get_drvinfo()
720 static int fs_get_regs_len(struct net_device *dev) in fs_get_regs_len()
727 static void fs_get_regs(struct net_device *dev, struct ethtool_regs *regs, in fs_get_regs()
744 static u32 fs_get_msglevel(struct net_device *dev) in fs_get_msglevel()
751 static void fs_set_msglevel(struct net_device *dev, u32 value) in fs_set_msglevel()
758 static int fs_get_tunable(struct net_device *dev, in fs_get_tunable()
777 static int fs_set_tunable(struct net_device *dev, in fs_set_tunable()
796 static int fs_ethtool_set_link_ksettings(struct net_device *dev, in fs_ethtool_set_link_ksettings()
804 static int fs_ethtool_get_link_ksettings(struct net_device *dev, in fs_ethtool_get_link_ksettings()
1059 static void fs_enet_netpoll(struct net_device *dev) in fs_enet_netpoll()