Searched defs:rndis_device (Results 1 – 2 of 2) sorted by relevance
173 struct rndis_device { struct176 enum rndis_device_state state; argument177 bool link_state;178 bool link_change;179 atomic_t new_req_id;181 spinlock_t request_lock;182 struct list_head req_list;184 unsigned char hw_mac_adr[ETH_ALEN];
1008 struct rndis_device *rndis_device; in rndis_filter_device_add() local