Lines Matching defs:dev
89 static void mpc52xx_fec_tx_timeout(struct net_device *dev) in mpc52xx_fec_tx_timeout()
104 static void mpc52xx_fec_set_paddr(struct net_device *dev, u8 *mac) in mpc52xx_fec_set_paddr()
113 static void mpc52xx_fec_get_paddr(struct net_device *dev, u8 *mac) in mpc52xx_fec_get_paddr()
122 static int mpc52xx_fec_set_mac_address(struct net_device *dev, void *addr) in mpc52xx_fec_set_mac_address()
132 static void mpc52xx_fec_free_rx_buffers(struct net_device *dev, struct bcom_task *s) in mpc52xx_fec_free_rx_buffers()
146 mpc52xx_fec_rx_submit(struct net_device *dev, struct sk_buff *rskb) in mpc52xx_fec_rx_submit()
158 static int mpc52xx_fec_alloc_rx_buffers(struct net_device *dev, struct bcom_task *rxtsk) in mpc52xx_fec_alloc_rx_buffers()
175 static void mpc52xx_fec_adjust_link(struct net_device *dev) in mpc52xx_fec_adjust_link()
225 static int mpc52xx_fec_open(struct net_device *dev) in mpc52xx_fec_open()
290 static int mpc52xx_fec_close(struct net_device *dev) in mpc52xx_fec_close()
319 static int mpc52xx_fec_start_xmit(struct sk_buff *skb, struct net_device *dev) in mpc52xx_fec_start_xmit()
352 static void mpc52xx_fec_poll_controller(struct net_device *dev) in mpc52xx_fec_poll_controller()
370 struct net_device *dev = dev_id; in mpc52xx_fec_tx_interrupt() local
393 struct net_device *dev = dev_id; in mpc52xx_fec_rx_interrupt() local
453 struct net_device *dev = dev_id; in mpc52xx_fec_interrupt() local
491 static struct net_device_stats *mpc52xx_fec_get_stats(struct net_device *dev) in mpc52xx_fec_get_stats()
541 static void mpc52xx_fec_reset_stats(struct net_device *dev) in mpc52xx_fec_reset_stats()
558 static void mpc52xx_fec_set_multicast_list(struct net_device *dev) in mpc52xx_fec_set_multicast_list()
601 static void mpc52xx_fec_hw_init(struct net_device *dev) in mpc52xx_fec_hw_init()
652 static void mpc52xx_fec_start(struct net_device *dev) in mpc52xx_fec_start()
706 static void mpc52xx_fec_stop(struct net_device *dev) in mpc52xx_fec_stop()
746 static void mpc52xx_fec_reset(struct net_device *dev) in mpc52xx_fec_reset()
776 static int mpc52xx_fec_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in mpc52xx_fec_get_settings()
786 static int mpc52xx_fec_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in mpc52xx_fec_set_settings()
796 static u32 mpc52xx_fec_get_msglevel(struct net_device *dev) in mpc52xx_fec_get_msglevel()
802 static void mpc52xx_fec_set_msglevel(struct net_device *dev, u32 level) in mpc52xx_fec_set_msglevel()
817 static int mpc52xx_fec_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in mpc52xx_fec_ioctl()
1025 struct net_device *dev = dev_get_drvdata(&op->dev); in mpc52xx_fec_of_suspend() local
1035 struct net_device *dev = dev_get_drvdata(&op->dev); in mpc52xx_fec_of_resume() local