Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic.h1139 #define NETXEN_NIC_MSI_ENABLED 0x02 macro
1148 ((adapter)->flags & (NETXEN_NIC_MSI_ENABLED | NETXEN_NIC_MSIX_ENABLED))
Dnetxen_nic_main.c634 adapter->flags |= NETXEN_NIC_MSI_ENABLED; in netxen_setup_msi_interrupts()
657 adapter->flags &= ~(NETXEN_NIC_MSI_ENABLED | NETXEN_NIC_MSIX_ENABLED); in netxen_setup_intr()
687 if (adapter->flags & NETXEN_NIC_MSI_ENABLED) in netxen_teardown_intr()
1044 else if (adapter->flags & NETXEN_NIC_MSI_ENABLED) in netxen_nic_request_irq()