Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/vt6655/
Ddevice.h100 struct vnt_private { struct
101 struct pci_dev *pcid;
103 struct ieee80211_hw *hw;
104 struct ieee80211_vif *vif;
105 unsigned long key_entry_inuse;
106 u32 basic_rates;
107 u16 current_aid;
108 int mc_list_count;
109 u8 mac_hw;
112 dma_addr_t pool_dma;
[all …]
/Linux-v6.6/drivers/staging/vt6656/
Ddevice.h257 struct vnt_private { struct
259 struct ieee80211_hw *hw;
260 struct ieee80211_vif *vif;
261 u8 mac_hw;
263 struct usb_device *usb;
264 struct usb_interface *intf;
266 u64 tsf_time;
268 u32 rx_buf_sz;
269 int mc_list_count;
271 spinlock_t lock; /* prepare tx USB URB */
[all …]