Lines Matching refs:net_device
119 struct net_device *gether_setup_name_default(const char *netname);
128 int gether_register_netdev(struct net_device *net);
139 static inline struct net_device *gether_setup_default(void) in gether_setup_default()
151 void gether_set_gadget(struct net_device *net, struct usb_gadget *g);
162 int gether_set_dev_addr(struct net_device *net, const char *dev_addr);
173 int gether_get_dev_addr(struct net_device *net, char *dev_addr, int len);
184 int gether_set_host_addr(struct net_device *net, const char *host_addr);
195 int gether_get_host_addr(struct net_device *net, char *host_addr, int len);
207 int gether_get_host_addr_cdc(struct net_device *net, char *host_addr, int len);
217 void gether_get_host_addr_u8(struct net_device *net, u8 host_mac[ETH_ALEN]);
227 void gether_set_qmult(struct net_device *net, unsigned qmult);
235 unsigned gether_get_qmult(struct net_device *net);
246 int gether_get_ifname(struct net_device *net, char *name, int len);
258 int gether_set_ifname(struct net_device *net, const char *name, int len);
266 struct net_device *gether_connect(struct gether *);