Lines Matching refs:net_device
55 struct net_device *ndev;
78 static void mpc52xx_fec_stop(struct net_device *dev);
79 static void mpc52xx_fec_start(struct net_device *dev);
80 static void mpc52xx_fec_reset(struct net_device *dev);
88 static void mpc52xx_fec_tx_timeout(struct net_device *dev) in mpc52xx_fec_tx_timeout()
103 static void mpc52xx_fec_set_paddr(struct net_device *dev, u8 *mac) in mpc52xx_fec_set_paddr()
112 static int mpc52xx_fec_set_mac_address(struct net_device *dev, void *addr) in mpc52xx_fec_set_mac_address()
122 static void mpc52xx_fec_free_rx_buffers(struct net_device *dev, struct bcom_task *s) in mpc52xx_fec_free_rx_buffers()
136 mpc52xx_fec_rx_submit(struct net_device *dev, struct sk_buff *rskb) in mpc52xx_fec_rx_submit()
148 static int mpc52xx_fec_alloc_rx_buffers(struct net_device *dev, struct bcom_task *rxtsk) in mpc52xx_fec_alloc_rx_buffers()
165 static void mpc52xx_fec_adjust_link(struct net_device *dev) in mpc52xx_fec_adjust_link()
215 static int mpc52xx_fec_open(struct net_device *dev) in mpc52xx_fec_open()
280 static int mpc52xx_fec_close(struct net_device *dev) in mpc52xx_fec_close()
309 static int mpc52xx_fec_start_xmit(struct sk_buff *skb, struct net_device *dev) in mpc52xx_fec_start_xmit()
342 static void mpc52xx_fec_poll_controller(struct net_device *dev) in mpc52xx_fec_poll_controller()
360 struct net_device *dev = dev_id; in mpc52xx_fec_tx_interrupt()
383 struct net_device *dev = dev_id; in mpc52xx_fec_rx_interrupt()
443 struct net_device *dev = dev_id; in mpc52xx_fec_interrupt()
481 static struct net_device_stats *mpc52xx_fec_get_stats(struct net_device *dev) in mpc52xx_fec_get_stats()
531 static void mpc52xx_fec_reset_stats(struct net_device *dev) in mpc52xx_fec_reset_stats()
548 static void mpc52xx_fec_set_multicast_list(struct net_device *dev) in mpc52xx_fec_set_multicast_list()
591 static void mpc52xx_fec_hw_init(struct net_device *dev) in mpc52xx_fec_hw_init()
642 static void mpc52xx_fec_start(struct net_device *dev) in mpc52xx_fec_start()
696 static void mpc52xx_fec_stop(struct net_device *dev) in mpc52xx_fec_stop()
736 static void mpc52xx_fec_reset(struct net_device *dev) in mpc52xx_fec_reset()
766 static int mpc52xx_fec_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in mpc52xx_fec_get_settings()
776 static int mpc52xx_fec_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in mpc52xx_fec_set_settings()
786 static u32 mpc52xx_fec_get_msglevel(struct net_device *dev) in mpc52xx_fec_get_msglevel()
792 static void mpc52xx_fec_set_msglevel(struct net_device *dev, u32 level) in mpc52xx_fec_set_msglevel()
808 static int mpc52xx_fec_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in mpc52xx_fec_ioctl()
841 struct net_device *ndev; in mpc52xx_fec_probe()
1010 struct net_device *ndev; in mpc52xx_fec_remove()
1038 struct net_device *dev = platform_get_drvdata(op); in mpc52xx_fec_of_suspend()
1048 struct net_device *dev = platform_get_drvdata(op); in mpc52xx_fec_of_resume()