Lines Matching refs: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 int dsa_user_host_uc_install(struct net_device *dev, const u8 *addr);
46 void dsa_user_host_uc_uninstall(struct net_device *dev);
47 void dsa_user_sync_ha(struct net_device *dev);
48 void dsa_user_unsync_ha(struct net_device *dev);
49 void dsa_user_setup_tagger(struct net_device *user);
50 int dsa_user_change_mtu(struct net_device *dev, int new_mtu);
51 int dsa_user_change_conduit(struct net_device *dev, struct net_device *conduit,
53 int dsa_user_manage_vlan_filtering(struct net_device *dev,
56 static inline struct dsa_port *dsa_user_to_port(const struct net_device *dev) in dsa_user_to_port()
63 static inline struct net_device *
64 dsa_user_to_conduit(const struct net_device *dev) in dsa_user_to_conduit()