Searched defs:rndis_device (Results 1 – 2 of 2) sorted by relevance
175 struct rndis_device { struct178 enum rndis_device_state state; argument179 bool link_state;180 bool link_change;181 atomic_t new_req_id;183 spinlock_t request_lock;184 struct list_head req_list;186 unsigned char hw_mac_adr[ETH_ALEN];
1016 struct rndis_device *rndis_device; in rndis_filter_device_add() local