Lines Matching defs:rtl_pci
199 struct rtl_pci { struct
200 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];
212 u32 transmit_config;
215 struct rtl8192_rx_ring rx_ring[RTL_PCI_MAX_RX_QUEUE];
216 int rxringcount;
217 u16 rxbuffersize;
218 u32 receive_config;
221 u8 irq_alloc;
222 u32 irq_mask[2];
223 u32 sys_irq_mask;
226 u32 reg_bcn_ctrl_val;
228 /*ASPM*/ u8 const_pci_aspm;
229 u8 const_amdpci_aspm;
230 u8 const_hwsw_rfoff_d3;
231 u8 const_support_pciaspm;
233 u8 const_hostpci_aspm_setting;
235 u8 const_devicepci_aspm_setting;
238 bool support_aspm;
239 bool support_backdoor;
242 enum acm_method acm_method;
244 u16 shortretry_limit;
245 u16 longretry_limit;
248 bool msi_support;
249 bool using_msi;
251 bool int_clear;