Home
last modified time | relevance | path

Searched refs:max_msix_vectors (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr_pci.c306 sc->max_msix_vectors = pci_msix_count(dev); in mpi3mr_setup_resources()
619 msgs = min(sc->max_msix_vectors, sc->cpu_count); in mpi3mr_alloc_interrupts()
625 sc->max_msix_vectors, in mpi3mr_alloc_interrupts()
H A Dmpi3mr.h362 U16 max_msix_vectors; member
565 int max_msix_vectors; member
H A Dmpi3mr.c1619 sc->facts.max_msix_vectors = facts_data->MaxMSIxVectors; in mpi3mr_process_factsdata()
1661 sc->max_msix_vectors = min(sc->max_msix_vectors, in mpi3mr_process_factsdata()
1662 sc->facts.max_msix_vectors); in mpi3mr_process_factsdata()
1702 sc->facts.max_pds, sc->facts.max_msix_vectors, in mpi3mr_process_factsdata()
/freebsd/sys/dev/ixgbe/
H A Dixgbe_x540.c139 mac->max_msix_vectors = ixgbe_get_pcie_msix_count_generic(hw); in ixgbe_init_ops_X540()
H A Dixgbe_82598.c161 mac->max_msix_vectors = ixgbe_get_pcie_msix_count_generic(hw); in ixgbe_init_ops_82598()
H A Dixgbe_82599.c384 mac->max_msix_vectors = ixgbe_get_pcie_msix_count_generic(hw); in ixgbe_init_ops_82599()
H A Dixgbe_type.h4231 u16 max_msix_vectors; member