Searched defs:r8192_priv (Results 1 – 2 of 2) sorted by relevance
523 struct r8192_priv { struct524 struct pci_dev *pdev;525 struct pci_dev *bridge_pdev;527 bool bfirst_init;528 bool bfirst_after_down;529 bool initialized_at_probe;530 bool being_init_adapter;531 bool bDriverIsGoingToUnload;533 int irq;534 short irq_enabled;[all …]
876 typedef struct r8192_priv { struct877 struct usb_device *udev;879 short epromtype;880 u16 eeprom_vid;881 u16 eeprom_pid;882 u8 eeprom_CustomerID;883 u8 eeprom_ChannelPlan;884 RT_CUSTOMER_ID CustomerID;885 LED_STRATEGY_8190 LedStrategy;886 u8 txqueue_to_outpipemap[9];[all …]