Searched defs:r8192_priv (Results 1 – 2 of 2) sorted by relevance
306 struct r8192_priv { struct307 struct pci_dev *pdev;308 struct pci_dev *bridge_pdev;310 bool bfirst_init;311 bool bfirst_after_down;312 bool initialized_at_probe;313 bool being_init_adapter;314 bool bDriverIsGoingToUnload;316 int irq;317 short irq_enabled;[all …]
814 typedef struct r8192_priv { struct815 struct usb_device *udev;817 short epromtype;818 u16 eeprom_vid;819 u16 eeprom_pid;820 u8 eeprom_CustomerID;821 u8 eeprom_ChannelPlan;822 RT_CUSTOMER_ID CustomerID;823 LED_STRATEGY_8190 LedStrategy;824 u8 txqueue_to_outpipemap[9];[all …]