Lines Matching full:net_device
14 struct net_device;
23 struct net_device *dev);
40 void dsa_user_destroy(struct net_device *user_dev);
41 int dsa_user_suspend(struct net_device *user_dev);
42 int dsa_user_resume(struct net_device *user_dev);
45 void dsa_user_sync_ha(struct net_device *dev);
46 void dsa_user_unsync_ha(struct net_device *dev);
47 void dsa_user_setup_tagger(struct net_device *user);
48 int dsa_user_change_mtu(struct net_device *dev, int new_mtu);
49 int dsa_user_change_conduit(struct net_device *dev, struct net_device *conduit,
51 int dsa_user_manage_vlan_filtering(struct net_device *dev,
54 static inline struct dsa_port *dsa_user_to_port(const struct net_device *dev) in dsa_user_to_port()
61 static inline struct net_device *
62 dsa_user_to_conduit(const struct net_device *dev) in dsa_user_to_conduit()