Lines Matching refs:net_device

97 static int bpq_rcv(struct sk_buff *, struct net_device *, struct packet_type *, struct net_device *…
112 struct net_device *ethdev; /* link to ethernet device */
113 struct net_device *axdev; /* bpq device (bpq#) */
128 static void bpq_set_lockdep_class_one(struct net_device *dev, in bpq_set_lockdep_class_one()
135 static void bpq_set_lockdep_class(struct net_device *dev) in bpq_set_lockdep_class()
147 static inline struct net_device *bpq_get_ether_dev(struct net_device *dev) in bpq_get_ether_dev()
157 static inline struct net_device *bpq_get_ax25_dev(struct net_device *dev) in bpq_get_ax25_dev()
168 static inline int dev_is_ethdev(struct net_device *dev) in dev_is_ethdev()
179 …tatic int bpq_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype, struct n… in bpq_rcv()
247 static netdev_tx_t bpq_xmit(struct sk_buff *skb, struct net_device *dev) in bpq_xmit()
251 struct net_device *orig_dev; in bpq_xmit()
310 static int bpq_set_mac_address(struct net_device *dev, void *addr) in bpq_set_mac_address()
326 static int bpq_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in bpq_ioctl()
365 static int bpq_open(struct net_device *dev) in bpq_open()
371 static int bpq_close(struct net_device *dev) in bpq_close()
477 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()