Lines Matching refs:net_device
122 struct net_device *gether_setup_name_default(const char *netname);
131 int gether_register_netdev(struct net_device *net);
142 static inline struct net_device *gether_setup_default(void) in gether_setup_default()
154 void gether_set_gadget(struct net_device *net, struct usb_gadget *g);
165 int gether_set_dev_addr(struct net_device *net, const char *dev_addr);
176 int gether_get_dev_addr(struct net_device *net, char *dev_addr, int len);
187 int gether_set_host_addr(struct net_device *net, const char *host_addr);
198 int gether_get_host_addr(struct net_device *net, char *host_addr, int len);
210 int gether_get_host_addr_cdc(struct net_device *net, char *host_addr, int len);
220 void gether_get_host_addr_u8(struct net_device *net, u8 host_mac[ETH_ALEN]);
230 void gether_set_qmult(struct net_device *net, unsigned qmult);
238 unsigned gether_get_qmult(struct net_device *net);
249 int gether_get_ifname(struct net_device *net, char *name, int len);
254 struct net_device *gether_connect(struct gether *);