Lines Matching defs:rtl_pci
168 struct rtl_pci { struct
169 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];
181 u32 transmit_config;
184 struct rtl8192_rx_ring rx_ring[RTL_PCI_MAX_RX_QUEUE];
185 int rxringcount;
186 u16 rxbuffersize;
187 u32 receive_config;
190 u8 irq_alloc;
191 u32 irq_mask[4]; /* 0-1: normal, 2: unused, 3: h2c */
192 u32 sys_irq_mask;
195 u32 reg_bcn_ctrl_val;
197 /*ASPM*/ u8 const_pci_aspm;
198 u8 const_amdpci_aspm;
199 u8 const_hwsw_rfoff_d3;
200 u8 const_support_pciaspm;
202 u8 const_hostpci_aspm_setting;
204 u8 const_devicepci_aspm_setting;
208 bool support_aspm;
209 bool support_backdoor;
212 enum acm_method acm_method;
214 u16 shortretry_limit;
215 u16 longretry_limit;
218 bool msi_support;
219 bool using_msi;
221 bool int_clear;