Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
Dpci.h101 enum ath10k_pci_irq_mode { enum
115 enum ath10k_pci_irq_mode oper_irq_mode;
Dpci.c31 static unsigned int ath10k_pci_irq_mode = ATH10K_PCI_IRQ_AUTO; variable
34 module_param_named(irq_mode, ath10k_pci_irq_mode, uint, 0644);
3228 if (ath10k_pci_irq_mode != ATH10K_PCI_IRQ_AUTO) in ath10k_pci_init_irq()
3230 ath10k_pci_irq_mode); in ath10k_pci_init_irq()
3233 if (ath10k_pci_irq_mode != ATH10K_PCI_IRQ_LEGACY) { in ath10k_pci_init_irq()
3668 ath10k_pci_irq_mode, ath10k_pci_reset_mode); in ath10k_pci_probe()