Searched defs:rtl8xxxu_priv (Results 1 – 1 of 1) sorted by relevance
567 struct rtl8xxxu_priv { struct568 struct ieee80211_hw *hw;569 struct usb_device *udev;570 struct rtl8xxxu_fileops *fops;572 spinlock_t tx_urb_lock;573 struct list_head tx_urb_free_list;574 int tx_urb_free_count;575 bool tx_stopped;577 spinlock_t rx_urb_lock;578 struct list_head rx_urb_pending_list;[all …]