Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ena/
HDena.h59 #define ENA_ADMIN_MSIX_VEC 1 macro
60 #define ENA_MAX_MSIX_VEC(io_queues) (ENA_ADMIN_MSIX_VEC + (io_queues))
HDena_sysctl.c848 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()
HDena.c1769 if (msix_vecs == ENA_ADMIN_MSIX_VEC) { in ena_enable_msix()
3669 if ((adapter->msix_vecs - ENA_ADMIN_MSIX_VEC) < adapter->num_io_queues) in ena_restore_device()
3670 adapter->num_io_queues = adapter->msix_vecs - ENA_ADMIN_MSIX_VEC; in ena_restore_device()
3943 adapter->num_io_queues = adapter->msix_vecs - ENA_ADMIN_MSIX_VEC; in ena_attach()