Searched refs:max_msix_vectors (Results 1 – 7 of 7) sorted by relevance
306 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()
362 U16 max_msix_vectors; member565 int max_msix_vectors; member
1619 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()
139 mac->max_msix_vectors = ixgbe_get_pcie_msix_count_generic(hw); in ixgbe_init_ops_X540()
161 mac->max_msix_vectors = ixgbe_get_pcie_msix_count_generic(hw); in ixgbe_init_ops_82598()
384 mac->max_msix_vectors = ixgbe_get_pcie_msix_count_generic(hw); in ixgbe_init_ops_82599()
4231 u16 max_msix_vectors; member