Lines Matching refs:net_device
118 struct net_device *gether_setup_name_default(const char *netname);
127 int gether_register_netdev(struct net_device *net);
138 static inline struct net_device *gether_setup_default(void) in gether_setup_default()
150 void gether_set_gadget(struct net_device *net, struct usb_gadget *g);
161 int gether_set_dev_addr(struct net_device *net, const char *dev_addr);
172 int gether_get_dev_addr(struct net_device *net, char *dev_addr, int len);
183 int gether_set_host_addr(struct net_device *net, const char *host_addr);
194 int gether_get_host_addr(struct net_device *net, char *host_addr, int len);
206 int gether_get_host_addr_cdc(struct net_device *net, char *host_addr, int len);
216 void gether_get_host_addr_u8(struct net_device *net, u8 host_mac[ETH_ALEN]);
226 void gether_set_qmult(struct net_device *net, unsigned qmult);
234 unsigned gether_get_qmult(struct net_device *net);
245 int gether_get_ifname(struct net_device *net, char *name, int len);
257 int gether_set_ifname(struct net_device *net, const char *name, int len);
262 struct net_device *gether_connect(struct gether *);