Lines Matching defs:rtl_pci
153 struct rtl_pci { struct
154 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;
168 struct rtl8192_rx_ring rx_ring[RTL_PCI_MAX_RX_QUEUE];
169 int rxringcount;
170 u16 rxbuffersize;
171 u32 receive_config;
174 u8 irq_alloc;
175 u32 irq_mask[2];
178 u32 reg_bcn_ctrl_val;
180 /*ASPM*/ u8 const_pci_aspm;
181 u8 const_amdpci_aspm;
182 u8 const_hwsw_rfoff_d3;
183 u8 const_support_pciaspm;
185 u8 const_hostpci_aspm_setting;
187 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;