Lines Matching defs:netdev
90 static void c2_print_macaddr(struct net_device *netdev) in c2_print_macaddr()
97 struct net_device *netdev = c2_port->netdev; in c2_set_rxbufsize() local
379 static void c2_tx_interrupt(struct net_device *netdev) in c2_tx_interrupt()
461 static void c2_rx_interrupt(struct net_device *netdev) in c2_rx_interrupt()
585 static int c2_up(struct net_device *netdev) in c2_up()
689 static int c2_down(struct net_device *netdev) in c2_down()
756 static int c2_xmit_frame(struct sk_buff *skb, struct net_device *netdev) in c2_xmit_frame()
840 static void c2_tx_timeout(struct net_device *netdev) in c2_tx_timeout()
850 static int c2_change_mtu(struct net_device *netdev, int new_mtu) in c2_change_mtu()
883 struct net_device *netdev = alloc_etherdev(sizeof(*c2_port)); in c2_devinit() local
928 struct net_device *netdev = NULL; in c2_probe() local
1196 struct net_device *netdev = c2dev->netdev; in c2_remove() local