Lines Matching defs:dev
67 static void fs_set_multicast_list(struct net_device *dev) in fs_set_multicast_list()
86 struct net_device *dev = fep->ndev; in fs_enet_rx_napi() local
222 struct net_device *dev = fep->ndev; in fs_enet_tx_napi() local
340 struct net_device *dev = dev_id; in fs_enet_interrupt() local
392 void fs_init_bds(struct net_device *dev) in fs_init_bds()
442 void fs_cleanup_bds(struct net_device *dev) in fs_cleanup_bds()
488 static struct sk_buff *tx_skb_align_workaround(struct net_device *dev, in tx_skb_align_workaround()
512 static int fs_enet_start_xmit(struct sk_buff *skb, struct net_device *dev) in fs_enet_start_xmit()
626 static void fs_timeout(struct net_device *dev) in fs_timeout()
654 static void generic_adjust_link(struct net_device *dev) in generic_adjust_link()
691 static void fs_adjust_link(struct net_device *dev) in fs_adjust_link()
706 static int fs_init_phy(struct net_device *dev) in fs_init_phy()
731 static int fs_enet_open(struct net_device *dev) in fs_enet_open()
768 static int fs_enet_close(struct net_device *dev) in fs_enet_close()
793 static struct net_device_stats *fs_enet_get_stats(struct net_device *dev) in fs_enet_get_stats()
801 static void fs_get_drvinfo(struct net_device *dev, in fs_get_drvinfo()
808 static int fs_get_regs_len(struct net_device *dev) in fs_get_regs_len()
815 static void fs_get_regs(struct net_device *dev, struct ethtool_regs *regs, in fs_get_regs()
832 static int fs_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in fs_get_settings()
842 static int fs_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in fs_set_settings()
852 static int fs_nway_reset(struct net_device *dev) in fs_nway_reset()
857 static u32 fs_get_msglevel(struct net_device *dev) in fs_get_msglevel()
863 static void fs_set_msglevel(struct net_device *dev, u32 value) in fs_set_msglevel()
882 static int fs_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in fs_ioctl()
1133 static void fs_enet_netpoll(struct net_device *dev) in fs_enet_netpoll()