Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/staging/vt6656/
Ddevice.h255 struct vnt_private { struct
257 struct ieee80211_hw *hw;
258 struct ieee80211_vif *vif;
259 u8 mac_hw;
261 struct usb_device *usb;
263 u64 tsf_time;
264 u8 rx_rate;
266 u32 rx_buf_sz;
267 int mc_list_count;
269 spinlock_t lock;
[all …]