Lines Matching refs:net_device
58 struct net_device *ethdev; /* link to ethernet device */
59 struct net_device *axdev; /* lapbeth device (lapb#) */
69 static struct lapbethdev *lapbeth_get_x25_dev(struct net_device *dev) in lapbeth_get_x25_dev()
80 static __inline__ int dev_is_ethdev(struct net_device *dev) in dev_is_ethdev()
90 …c int lapbeth_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype, struct n… in lapbeth_rcv()
133 static int lapbeth_data_indication(struct net_device *dev, struct sk_buff *skb) in lapbeth_data_indication()
153 struct net_device *dev) in lapbeth_xmit()
192 static void lapbeth_data_transmit(struct net_device *ndev, struct sk_buff *skb) in lapbeth_data_transmit()
196 struct net_device *dev; in lapbeth_data_transmit()
216 static void lapbeth_connected(struct net_device *dev, int reason) in lapbeth_connected()
233 static void lapbeth_disconnected(struct net_device *dev, int reason) in lapbeth_disconnected()
253 static int lapbeth_set_mac_address(struct net_device *dev, void *addr) in lapbeth_set_mac_address()
273 static int lapbeth_open(struct net_device *dev) in lapbeth_open()
286 static int lapbeth_close(struct net_device *dev) in lapbeth_close()
307 static void lapbeth_setup(struct net_device *dev) in lapbeth_setup()
320 static int lapbeth_new_device(struct net_device *dev) in lapbeth_new_device()
322 struct net_device *ndev; in lapbeth_new_device()
373 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in lapbeth_device_event()