Searched defs:f_rndis_opts (Results 1 – 1 of 1) sorted by relevance
18 struct f_rndis_opts { struct19 struct usb_function_instance func_inst;20 u32 vendor_id;21 const char *manufacturer;22 struct net_device *net;23 bool bound;24 bool borrowed_net;26 struct config_group *rndis_interf_group;27 struct usb_os_desc rndis_os_desc;28 char rndis_ext_compat_id[16];[all …]