Lines Matching refs:net_device
33 __be16 eth_type_trans(struct sk_buff *skb, struct net_device *dev);
36 int eth_header(struct sk_buff *skb, struct net_device *dev, unsigned short type,
41 void eth_header_cache_update(struct hh_cache *hh, const struct net_device *dev,
43 int eth_prepare_mac_addr_change(struct net_device *dev, void *p);
44 void eth_commit_mac_addr_change(struct net_device *dev, void *p);
45 int eth_mac_addr(struct net_device *dev, void *p);
46 int eth_change_mtu(struct net_device *dev, int new_mtu);
47 int eth_validate_addr(struct net_device *dev);
49 struct net_device *alloc_etherdev_mqs(int sizeof_priv, unsigned int txqs,
218 static inline void eth_hw_addr_random(struct net_device *dev) in eth_hw_addr_random()
254 static inline void eth_hw_addr_inherit(struct net_device *dst, in eth_hw_addr_inherit()
255 struct net_device *src) in eth_hw_addr_inherit()
344 static inline bool is_etherdev_addr(const struct net_device *dev, in is_etherdev_addr()