Lines Matching defs:netdev
134 struct net_device *netdev[F81604_MAX_DEV]; member
139 struct net_device *netdev; member
370 static void f81604_process_rx_packet(struct net_device *netdev, in f81604_process_rx_packet()
415 struct net_device *netdev = urb->context; in f81604_read_bulk_callback() local
460 struct net_device *netdev = priv->netdev; in f81604_handle_tx() local
481 struct net_device *netdev = priv->netdev; in f81604_handle_can_bus_errors() local
606 struct net_device *netdev = urb->context; in f81604_read_int_callback() local
660 struct net_device *netdev = priv->netdev; in f81604_register_urbs() local
751 static int f81604_start(struct net_device *netdev) in f81604_start()
848 static int f81604_set_mode(struct net_device *netdev, enum can_mode mode) in f81604_set_mode()
868 struct net_device *netdev = urb->context; in f81604_write_bulk_callback() local
900 struct net_device *netdev) in f81604_start_xmit()
988 static int f81604_get_berr_counter(const struct net_device *netdev, in f81604_get_berr_counter()
1010 static int f81604_open(struct net_device *netdev) in f81604_open()
1032 static int f81604_close(struct net_device *netdev) in f81604_close()
1096 static int f81604_set_termination(struct net_device *netdev, u16 term) in f81604_set_termination()
1110 struct net_device *netdev; in f81604_probe() local