Searched refs:ubn (Results 1 – 1 of 1) sorted by relevance
86 static inline bool usbnet_going_away(struct usbnet *ubn) in usbnet_going_away() argument88 return test_bit(EVENT_UNPLUG, &ubn->flags); in usbnet_going_away()91 static inline void usbnet_mark_going_away(struct usbnet *ubn) in usbnet_mark_going_away() argument93 set_bit(EVENT_UNPLUG, &ubn->flags); in usbnet_mark_going_away()