Lines Matching defs:dev
87 static void mpc52xx_fec_tx_timeout(struct net_device *dev, unsigned int txqueue) in mpc52xx_fec_tx_timeout()
102 static void mpc52xx_fec_set_paddr(struct net_device *dev, u8 *mac) in mpc52xx_fec_set_paddr()
111 static int mpc52xx_fec_set_mac_address(struct net_device *dev, void *addr) in mpc52xx_fec_set_mac_address()
121 static void mpc52xx_fec_free_rx_buffers(struct net_device *dev, struct bcom_task *s) in mpc52xx_fec_free_rx_buffers()
135 mpc52xx_fec_rx_submit(struct net_device *dev, struct sk_buff *rskb) in mpc52xx_fec_rx_submit()
147 static int mpc52xx_fec_alloc_rx_buffers(struct net_device *dev, struct bcom_task *rxtsk) in mpc52xx_fec_alloc_rx_buffers()
164 static void mpc52xx_fec_adjust_link(struct net_device *dev) in mpc52xx_fec_adjust_link()
214 static int mpc52xx_fec_open(struct net_device *dev) in mpc52xx_fec_open()
279 static int mpc52xx_fec_close(struct net_device *dev) in mpc52xx_fec_close()
309 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() local
383 struct net_device *dev = dev_id; in mpc52xx_fec_rx_interrupt() local
443 struct net_device *dev = dev_id; in mpc52xx_fec_interrupt() local
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, bool may_sleep) in mpc52xx_fec_stop()
736 static void mpc52xx_fec_reset(struct net_device *dev) in mpc52xx_fec_reset()
766 static u32 mpc52xx_fec_get_msglevel(struct net_device *dev) in mpc52xx_fec_get_msglevel()
772 static void mpc52xx_fec_set_msglevel(struct net_device *dev, u32 level) in mpc52xx_fec_set_msglevel()
1007 struct net_device *dev = platform_get_drvdata(op); in mpc52xx_fec_of_suspend() local
1017 struct net_device *dev = platform_get_drvdata(op); in mpc52xx_fec_of_resume() local