Searched defs:rtl_pci (Results 1 – 1 of 1) sorted by relevance
199 struct rtl_pci { struct200 struct pci_dev *pdev;201 bool irq_enabled;203 bool driver_is_goingto_unload;204 bool up_first_time;205 bool first_init;206 bool being_init_adapter;207 bool init_ready;210 struct rtl8192_tx_ring tx_ring[RTL_PCI_MAX_TX_QUEUE_COUNT];211 int txringcount[RTL_PCI_MAX_TX_QUEUE_COUNT];[all …]