Home
last modified time | relevance | path

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

/drivers/net/ethernet/nvidia/
Dforcedeth.c113 #define NVREG_IRQ_OTHER (NVREG_IRQ_TIMER|NVREG_IRQ_LINK|NVREG_IRQ_RECOVER_ERROR) macro
3903 events = readl(base + NvRegMSIXIrqStatus) & NVREG_IRQ_OTHER; in nv_nic_irq_other()
3928 writel(NVREG_IRQ_OTHER, base + NvRegIrqMask); in nv_nic_irq_other()
3932 np->nic_poll_irq |= NVREG_IRQ_OTHER; in nv_nic_irq_other()
3942 writel(NVREG_IRQ_OTHER, base + NvRegIrqMask); in nv_nic_irq_other()
3946 np->nic_poll_irq |= NVREG_IRQ_OTHER; in nv_nic_irq_other()
4079 set_msix_vector_map(dev, NV_MSI_X_VECTOR_OTHER, NVREG_IRQ_OTHER); in nv_request_irq()
4185 if (np->nic_poll_irq & NVREG_IRQ_OTHER) { in nv_do_nic_poll()
4187 mask |= NVREG_IRQ_OTHER; in nv_do_nic_poll()
4254 if (np->nic_poll_irq & NVREG_IRQ_OTHER) { in nv_do_nic_poll()
[all …]