Home
last modified time | relevance | path

Searched refs:ath10k_pci_irq_mode (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dpci.h101 enum ath10k_pci_irq_mode { enum
115 enum ath10k_pci_irq_mode oper_irq_mode;
H A Dpci.c39 static unsigned int ath10k_pci_irq_mode = ATH10K_PCI_IRQ_AUTO; variable
42 module_param_named(irq_mode, ath10k_pci_irq_mode, uint, 0644);
3325 if (ath10k_pci_irq_mode != ATH10K_PCI_IRQ_AUTO) in ath10k_pci_init_irq()
3327 ath10k_pci_irq_mode); in ath10k_pci_init_irq()
3330 if (ath10k_pci_irq_mode != ATH10K_PCI_IRQ_LEGACY) { in ath10k_pci_init_irq()
3758 ath10k_pci_irq_mode, ath10k_pci_reset_mode); in ath10k_pci_probe()