Searched defs:rtl_pci (Results 1 – 2 of 2) sorted by relevance
190 struct rtl_pci { struct191 struct pci_dev *pdev;192 bool irq_enabled;194 bool driver_is_goingto_unload;195 bool up_first_time;196 bool first_init;197 bool being_init_adapter;198 bool init_ready;201 struct rtl8192_tx_ring tx_ring[RTL_PCI_MAX_TX_QUEUE_COUNT];202 int txringcount[RTL_PCI_MAX_TX_QUEUE_COUNT];[all …]
179 struct rtl_pci { struct180 struct pci_dev *pdev;181 bool irq_enabled;183 bool driver_is_goingto_unload;184 bool up_first_time;185 bool first_init;186 bool being_init_adapter;187 bool init_ready;190 struct rtl8192_tx_ring tx_ring[RTL_PCI_MAX_TX_QUEUE_COUNT];191 int txringcount[RTL_PCI_MAX_TX_QUEUE_COUNT];[all …]