Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h1139 #define NETXEN_NIC_MSI_ENABLED 0x02 macro
1148 ((adapter)->flags & (NETXEN_NIC_MSI_ENABLED | NETXEN_NIC_MSIX_ENABLED))
H A Dnetxen_nic_main.c632 adapter->flags |= NETXEN_NIC_MSI_ENABLED; in netxen_setup_msi_interrupts()
655 adapter->flags &= ~(NETXEN_NIC_MSI_ENABLED | NETXEN_NIC_MSIX_ENABLED); in netxen_setup_intr()
685 if (adapter->flags & NETXEN_NIC_MSI_ENABLED) in netxen_teardown_intr()
1042 else if (adapter->flags & NETXEN_NIC_MSI_ENABLED) in netxen_nic_request_irq()