Lines Matching defs:dev
49 int hdlc_change_mtu(struct net_device *dev, int new_mtu) in hdlc_change_mtu()
57 static int hdlc_rcv(struct sk_buff *skb, struct net_device *dev, in hdlc_rcv()
71 netdev_tx_t hdlc_start_xmit(struct sk_buff *skb, struct net_device *dev) in hdlc_start_xmit()
81 static inline void hdlc_proto_start(struct net_device *dev) in hdlc_proto_start()
90 static inline void hdlc_proto_stop(struct net_device *dev) in hdlc_proto_stop()
102 struct net_device *dev = ptr; in hdlc_device_event() local
150 int hdlc_open(struct net_device *dev) in hdlc_open()
184 void hdlc_close(struct net_device *dev) in hdlc_close()
206 int hdlc_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in hdlc_ioctl()
232 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
265 void unregister_hdlc_device(struct net_device *dev) in unregister_hdlc_device()
275 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto, in attach_hdlc_protocol()
296 void detach_hdlc_protocol(struct net_device *dev) in detach_hdlc_protocol()