ath10k_pci_irq_mode
static unsigned int ath10k_pci_irq_mode = ATH10K_PCI_IRQ_AUTO;
if (ath10k_pci_irq_mode != ATH10K_PCI_IRQ_AUTO)
ath10k_pci_irq_mode);
if (ath10k_pci_irq_mode != ATH10K_PCI_IRQ_INTX) {
module_param_named(irq_mode, ath10k_pci_irq_mode, uint, 0644);
ath10k_pci_irq_mode, ath10k_pci_reset_mode);
enum ath10k_pci_irq_mode oper_irq_mode;