Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/nvidia/
Dforcedeth.c125 #define NVREG_IRQ_OTHER (NVREG_IRQ_TIMER|NVREG_IRQ_LINK|NVREG_IRQ_RECOVER_ERROR) macro
3821 events = readl(base + NvRegMSIXIrqStatus) & NVREG_IRQ_OTHER; in nv_nic_irq_other()
3846 writel(NVREG_IRQ_OTHER, base + NvRegIrqMask); in nv_nic_irq_other()
3850 np->nic_poll_irq |= NVREG_IRQ_OTHER; in nv_nic_irq_other()
3860 writel(NVREG_IRQ_OTHER, base + NvRegIrqMask); in nv_nic_irq_other()
3864 np->nic_poll_irq |= NVREG_IRQ_OTHER; in nv_nic_irq_other()
3997 set_msix_vector_map(dev, NV_MSI_X_VECTOR_OTHER, NVREG_IRQ_OTHER); in nv_request_irq()
4101 if (np->nic_poll_irq & NVREG_IRQ_OTHER) { in nv_do_nic_poll()
4103 mask |= NVREG_IRQ_OTHER; in nv_do_nic_poll()
4174 if (np->nic_poll_irq & NVREG_IRQ_OTHER) { in nv_do_nic_poll()
[all …]