Lines Matching refs:net_device
124 struct net_device *gether_setup_name_default(const char *netname);
133 int gether_register_netdev(struct net_device *net);
144 static inline struct net_device *gether_setup_default(void) in gether_setup_default()
156 void gether_set_gadget(struct net_device *net, struct usb_gadget *g);
167 int gether_set_dev_addr(struct net_device *net, const char *dev_addr);
178 int gether_get_dev_addr(struct net_device *net, char *dev_addr, int len);
189 int gether_set_host_addr(struct net_device *net, const char *host_addr);
200 int gether_get_host_addr(struct net_device *net, char *host_addr, int len);
212 int gether_get_host_addr_cdc(struct net_device *net, char *host_addr, int len);
222 void gether_get_host_addr_u8(struct net_device *net, u8 host_mac[ETH_ALEN]);
232 void gether_set_qmult(struct net_device *net, unsigned qmult);
240 unsigned gether_get_qmult(struct net_device *net);
251 int gether_get_ifname(struct net_device *net, char *name, int len);
256 struct net_device *gether_connect(struct gether *);