Home
last modified time | relevance | path

Searched defs:vnt_private (Results 1 – 2 of 2) sorted by relevance

/linux-5.10/drivers/staging/vt6655/
Ddevice.h102 struct vnt_private { struct
103 struct pci_dev *pcid;
105 struct ieee80211_hw *hw;
106 struct ieee80211_vif *vif;
107 unsigned long key_entry_inuse;
108 u32 basic_rates;
109 u16 current_aid;
110 int mc_list_count;
111 u8 mac_hw;
114 dma_addr_t pool_dma;
[all …]
/linux-5.10/drivers/staging/vt6656/
Ddevice.h261 struct vnt_private { struct
263 struct ieee80211_hw *hw;
264 struct ieee80211_vif *vif;
265 u8 mac_hw;
267 struct usb_device *usb;
268 struct usb_interface *intf;
270 u64 tsf_time;
272 u32 rx_buf_sz;
273 int mc_list_count;
275 spinlock_t lock;
[all …]