Searched refs:vec_count (Results 1 – 2 of 2) sorted by relevance
140 int vec_count; in efx_allocate_msix_channels() local159 vec_count = pci_msix_vec_count(efx->pci_dev); in efx_allocate_msix_channels()160 if (vec_count < 0) in efx_allocate_msix_channels()161 return vec_count; in efx_allocate_msix_channels()163 max_channels = min_t(unsigned int, vec_count, max_channels); in efx_allocate_msix_channels()211 if (vec_count < n_channels) { in efx_allocate_msix_channels()214 vec_count, n_channels); in efx_allocate_msix_channels()217 n_channels = vec_count; in efx_allocate_msix_channels()
615 int vec_count = pci_msix_vec_count(dev); in msix_setup_entries() local641 entry->msi_attrib.entry_nr >= vec_count; in msix_setup_entries()