Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/nvidia/
Dforcedeth.c113 #define NVREG_IRQ_OTHER (NVREG_IRQ_TIMER|NVREG_IRQ_LINK|NVREG_IRQ_RECOVER_ERROR) macro
3869 events = readl(base + NvRegMSIXIrqStatus) & NVREG_IRQ_OTHER; in nv_nic_irq_other()
3894 writel(NVREG_IRQ_OTHER, base + NvRegIrqMask); in nv_nic_irq_other()
3898 np->nic_poll_irq |= NVREG_IRQ_OTHER; in nv_nic_irq_other()
3908 writel(NVREG_IRQ_OTHER, base + NvRegIrqMask); in nv_nic_irq_other()
3912 np->nic_poll_irq |= NVREG_IRQ_OTHER; in nv_nic_irq_other()
4045 set_msix_vector_map(dev, NV_MSI_X_VECTOR_OTHER, NVREG_IRQ_OTHER); in nv_request_irq()
4151 if (np->nic_poll_irq & NVREG_IRQ_OTHER) { in nv_do_nic_poll()
4153 mask |= NVREG_IRQ_OTHER; in nv_do_nic_poll()
4220 if (np->nic_poll_irq & NVREG_IRQ_OTHER) { in nv_do_nic_poll()
[all …]