Lines Matching defs:dev

89 static void mpc52xx_fec_tx_timeout(struct net_device *dev, unsigned int txqueue)  in mpc52xx_fec_tx_timeout()
104 static void mpc52xx_fec_set_paddr(struct net_device *dev, const u8 *mac) in mpc52xx_fec_set_paddr()
113 static int mpc52xx_fec_set_mac_address(struct net_device *dev, void *addr) in mpc52xx_fec_set_mac_address()
123 static void mpc52xx_fec_free_rx_buffers(struct net_device *dev, struct bcom_task *s) in mpc52xx_fec_free_rx_buffers()
137 mpc52xx_fec_rx_submit(struct net_device *dev, struct sk_buff *rskb) in mpc52xx_fec_rx_submit()
149 static int mpc52xx_fec_alloc_rx_buffers(struct net_device *dev, struct bcom_task *rxtsk) in mpc52xx_fec_alloc_rx_buffers()
166 static void mpc52xx_fec_adjust_link(struct net_device *dev) in mpc52xx_fec_adjust_link()
216 static int mpc52xx_fec_open(struct net_device *dev) in mpc52xx_fec_open()
281 static int mpc52xx_fec_close(struct net_device *dev) in mpc52xx_fec_close()
311 mpc52xx_fec_start_xmit(struct sk_buff *skb, struct net_device *dev) in mpc52xx_fec_start_xmit()
344 static void mpc52xx_fec_poll_controller(struct net_device *dev) in mpc52xx_fec_poll_controller()
362 struct net_device *dev = dev_id; in mpc52xx_fec_tx_interrupt() local
385 struct net_device *dev = dev_id; in mpc52xx_fec_rx_interrupt() local
445 struct net_device *dev = dev_id; in mpc52xx_fec_interrupt() local
483 static struct net_device_stats *mpc52xx_fec_get_stats(struct net_device *dev) in mpc52xx_fec_get_stats()
533 static void mpc52xx_fec_reset_stats(struct net_device *dev) in mpc52xx_fec_reset_stats()
550 static void mpc52xx_fec_set_multicast_list(struct net_device *dev) in mpc52xx_fec_set_multicast_list()
593 static void mpc52xx_fec_hw_init(struct net_device *dev) in mpc52xx_fec_hw_init()
644 static void mpc52xx_fec_start(struct net_device *dev) in mpc52xx_fec_start()
698 static void mpc52xx_fec_stop(struct net_device *dev, bool may_sleep) in mpc52xx_fec_stop()
738 static void mpc52xx_fec_reset(struct net_device *dev) in mpc52xx_fec_reset()
768 static u32 mpc52xx_fec_get_msglevel(struct net_device *dev) in mpc52xx_fec_get_msglevel()
774 static void mpc52xx_fec_set_msglevel(struct net_device *dev, u32 level) in mpc52xx_fec_set_msglevel()
1006 struct net_device *dev = platform_get_drvdata(op); in mpc52xx_fec_of_suspend() local
1016 struct net_device *dev = platform_get_drvdata(op); in mpc52xx_fec_of_resume() local