Lines Matching defs:dev
118 static void bpq_set_lockdep_class_one(struct net_device *dev, in bpq_set_lockdep_class_one()
125 static void bpq_set_lockdep_class(struct net_device *dev) in bpq_set_lockdep_class()
137 static inline struct net_device *bpq_get_ether_dev(struct net_device *dev) in bpq_get_ether_dev()
147 static inline struct net_device *bpq_get_ax25_dev(struct net_device *dev) in bpq_get_ax25_dev()
159 static inline int dev_is_ethdev(struct net_device *dev) in dev_is_ethdev()
170 static int bpq_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype, struct n… in bpq_rcv()
238 static netdev_tx_t bpq_xmit(struct sk_buff *skb, struct net_device *dev) in bpq_xmit()
301 static int bpq_set_mac_address(struct net_device *dev, void *addr) in bpq_set_mac_address()
317 static int bpq_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in bpq_ioctl()
356 static int bpq_open(struct net_device *dev) in bpq_open()
362 static int bpq_close(struct net_device *dev) in bpq_close()
454 static void bpq_setup(struct net_device *dev) in bpq_setup()
531 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in bpq_device_event() local