Searched refs:ENA_ADMIN_MSIX_VEC (Results 1 – 3 of 3) sorted by relevance
59 #define ENA_ADMIN_MSIX_VEC 1 macro60 #define ENA_MAX_MSIX_VEC(io_queues) (ENA_ADMIN_MSIX_VEC + (io_queues))
848 if (tmp > (adapter->msix_vecs - ENA_ADMIN_MSIX_VEC)) { in ena_sysctl_io_queues_nb()851 adapter->msix_vecs - ENA_ADMIN_MSIX_VEC); in ena_sysctl_io_queues_nb()
1769 if (msix_vecs == ENA_ADMIN_MSIX_VEC) { in ena_enable_msix()3649 if ((adapter->msix_vecs - ENA_ADMIN_MSIX_VEC) < adapter->num_io_queues) in ena_restore_device()3650 adapter->num_io_queues = adapter->msix_vecs - ENA_ADMIN_MSIX_VEC; in ena_restore_device()3923 adapter->num_io_queues = adapter->msix_vecs - ENA_ADMIN_MSIX_VEC; in ena_attach()