Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic.h1140 #define NETXEN_NIC_MSIX_ENABLED 0x04 macro
1148 ((adapter)->flags & (NETXEN_NIC_MSI_ENABLED | NETXEN_NIC_MSIX_ENABLED))
Dnetxen_nic_main.c621 adapter->flags |= NETXEN_NIC_MSIX_ENABLED; in netxen_setup_msi_interrupts()
658 adapter->flags &= ~(NETXEN_NIC_MSI_ENABLED | NETXEN_NIC_MSIX_ENABLED); in netxen_setup_intr()
686 if (adapter->flags & NETXEN_NIC_MSIX_ENABLED) in netxen_teardown_intr()
1043 if (adapter->flags & NETXEN_NIC_MSIX_ENABLED) in netxen_nic_request_irq()