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