Searched defs:rtl_pci (Results 1 – 1 of 1) sorted by relevance
153 struct rtl_pci { struct154 struct pci_dev *pdev;156 bool driver_is_goingto_unload;157 bool up_first_time;158 bool first_init;159 bool being_init_adapter;160 bool init_ready;163 struct rtl8192_tx_ring tx_ring[RTL_PCI_MAX_TX_QUEUE_COUNT];164 int txringcount[RTL_PCI_MAX_TX_QUEUE_COUNT];165 u32 transmit_config;[all …]