Searched defs:rtl_pci (Results 1 – 1 of 1) sorted by relevance
168 struct rtl_pci { struct169 struct pci_dev *pdev;170 bool irq_enabled;172 bool driver_is_goingto_unload;173 bool up_first_time;174 bool first_init;175 bool being_init_adapter;176 bool init_ready;179 struct rtl8192_tx_ring tx_ring[RTL_PCI_MAX_TX_QUEUE_COUNT];180 int txringcount[RTL_PCI_MAX_TX_QUEUE_COUNT];[all …]