Lines Matching refs:net_device
57 struct net_device *ethdev; /* link to ethernet device */
58 struct net_device *axdev; /* lapbeth device (lapb#) */
68 static struct lapbethdev *lapbeth_get_x25_dev(struct net_device *dev) in lapbeth_get_x25_dev()
79 static __inline__ int dev_is_ethdev(struct net_device *dev) in dev_is_ethdev()
89 …c int lapbeth_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype, struct n… in lapbeth_rcv()
132 static int lapbeth_data_indication(struct net_device *dev, struct sk_buff *skb) in lapbeth_data_indication()
152 struct net_device *dev) in lapbeth_xmit()
191 static void lapbeth_data_transmit(struct net_device *ndev, struct sk_buff *skb) in lapbeth_data_transmit()
195 struct net_device *dev; in lapbeth_data_transmit()
215 static void lapbeth_connected(struct net_device *dev, int reason) in lapbeth_connected()
232 static void lapbeth_disconnected(struct net_device *dev, int reason) in lapbeth_disconnected()
252 static int lapbeth_set_mac_address(struct net_device *dev, void *addr) in lapbeth_set_mac_address()
272 static int lapbeth_open(struct net_device *dev) in lapbeth_open()
285 static int lapbeth_close(struct net_device *dev) in lapbeth_close()
306 static void lapbeth_setup(struct net_device *dev) in lapbeth_setup()
319 static int lapbeth_new_device(struct net_device *dev) in lapbeth_new_device()
321 struct net_device *ndev; in lapbeth_new_device()
372 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in lapbeth_device_event()