Lines Matching refs:net_device
96 static int bpq_rcv(struct sk_buff *, struct net_device *, struct packet_type *, struct net_device *…
111 struct net_device *ethdev; /* link to ethernet device */
112 struct net_device *axdev; /* bpq device (bpq#) */
127 static void bpq_set_lockdep_class_one(struct net_device *dev, in bpq_set_lockdep_class_one()
134 static void bpq_set_lockdep_class(struct net_device *dev) in bpq_set_lockdep_class()
146 static inline struct net_device *bpq_get_ether_dev(struct net_device *dev) in bpq_get_ether_dev()
156 static inline struct net_device *bpq_get_ax25_dev(struct net_device *dev) in bpq_get_ax25_dev()
167 static inline int dev_is_ethdev(struct net_device *dev) in dev_is_ethdev()
178 …tatic int bpq_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype, struct n… in bpq_rcv()
246 static netdev_tx_t bpq_xmit(struct sk_buff *skb, struct net_device *dev) in bpq_xmit()
250 struct net_device *orig_dev; in bpq_xmit()
309 static int bpq_set_mac_address(struct net_device *dev, void *addr) in bpq_set_mac_address()
325 static int bpq_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in bpq_ioctl()
364 static int bpq_open(struct net_device *dev) in bpq_open()
370 static int bpq_close(struct net_device *dev) in bpq_close()
476 static void bpq_setup(struct net_device *dev) in bpq_setup()
501 static int bpq_new_device(struct net_device *edev) in bpq_new_device()
504 struct net_device *ndev; in bpq_new_device()
537 static void bpq_free_device(struct net_device *ndev) in bpq_free_device()
553 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in bpq_device_event()