Lines Matching defs:rtl_pci
151 struct rtl_pci { struct
152 struct pci_dev *pdev;
153 bool irq_enabled;
155 bool driver_is_goingto_unload;
156 bool up_first_time;
157 bool first_init;
158 bool being_init_adapter;
159 bool init_ready;
162 struct rtl8192_tx_ring tx_ring[RTL_PCI_MAX_TX_QUEUE_COUNT];
163 int txringcount[RTL_PCI_MAX_TX_QUEUE_COUNT];
164 u32 transmit_config;
167 struct rtl8192_rx_ring rx_ring[RTL_PCI_MAX_RX_QUEUE];
168 int rxringcount;
169 u16 rxbuffersize;
170 u32 receive_config;
173 u8 irq_alloc;
174 u32 irq_mask[4]; /* 0-1: normal, 2: unused, 3: h2c */
175 u32 sys_irq_mask;
178 u32 reg_bcn_ctrl_val;
180 /*ASPM*/ u8 const_pci_aspm;
181 u8 const_hwsw_rfoff_d3;
182 u8 const_support_pciaspm;
184 u8 const_hostpci_aspm_setting;
186 u8 const_devicepci_aspm_setting;
190 bool support_aspm;
191 bool support_backdoor;
194 enum acm_method acm_method;
196 u16 shortretry_limit;
197 u16 longretry_limit;
222 struct rtl_pci_priv { argument
225 struct rtl_pci dev; argument