Lines Matching defs:rtl_pci
190 struct rtl_pci { struct
191 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];
203 u32 transmit_config;
206 struct rtl8192_rx_ring rx_ring[RTL_PCI_MAX_RX_QUEUE];
207 int rxringcount;
208 u16 rxbuffersize;
209 u32 receive_config;
212 u8 irq_alloc;
213 u32 irq_mask[4]; /* 0-1: normal, 2: unused, 3: h2c */
214 u32 sys_irq_mask;
217 u32 reg_bcn_ctrl_val;
219 /*ASPM*/ u8 const_pci_aspm;
220 u8 const_amdpci_aspm;
221 u8 const_hwsw_rfoff_d3;
222 u8 const_support_pciaspm;
224 u8 const_hostpci_aspm_setting;
226 u8 const_devicepci_aspm_setting;
230 bool support_aspm;
231 bool support_backdoor;
234 enum acm_method acm_method;
236 u16 shortretry_limit;
237 u16 longretry_limit;
240 bool msi_support;
241 bool using_msi;
243 bool int_clear;