Searched refs:vec_count (Results 1 – 2 of 2) sorted by relevance
139 int vec_count; in efx_allocate_msix_channels() local156 vec_count = pci_msix_vec_count(efx->pci_dev); in efx_allocate_msix_channels()157 if (vec_count < 0) in efx_allocate_msix_channels()158 return vec_count; in efx_allocate_msix_channels()160 max_channels = min_t(unsigned int, vec_count, max_channels); in efx_allocate_msix_channels()190 if (vec_count < n_channels) { in efx_allocate_msix_channels()193 vec_count, n_channels); in efx_allocate_msix_channels()196 n_channels = vec_count; in efx_allocate_msix_channels()
702 int vec_count = pci_msix_vec_count(dev); in msix_setup_entries() local727 entry->msi_attrib.entry_nr >= vec_count; in msix_setup_entries()