Lines Matching defs:dev
46 static int hdlc_rcv(struct sk_buff *skb, struct net_device *dev, in hdlc_rcv()
68 netdev_tx_t hdlc_start_xmit(struct sk_buff *skb, struct net_device *dev) in hdlc_start_xmit()
78 static inline void hdlc_proto_start(struct net_device *dev) in hdlc_proto_start()
87 static inline void hdlc_proto_stop(struct net_device *dev) in hdlc_proto_stop()
99 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in hdlc_device_event() local
147 int hdlc_open(struct net_device *dev) in hdlc_open()
181 void hdlc_close(struct net_device *dev) in hdlc_close()
203 int hdlc_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in hdlc_ioctl()
229 static void hdlc_setup_dev(struct net_device *dev) in hdlc_setup_dev()
246 static void hdlc_setup(struct net_device *dev) in hdlc_setup()
258 struct net_device *dev; in alloc_hdlcdev() local
266 void unregister_hdlc_device(struct net_device *dev) in unregister_hdlc_device()
276 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto, in attach_hdlc_protocol()
301 int detach_hdlc_protocol(struct net_device *dev) in detach_hdlc_protocol()