Home
last modified time | relevance | path

Searched refs:vec_count (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/sfc/
Defx_channels.c140 int vec_count; in efx_allocate_msix_channels() local
159 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()
/drivers/pci/
Dmsi.c615 int vec_count = pci_msix_vec_count(dev); in msix_setup_entries() local
641 entry->msi_attrib.entry_nr >= vec_count; in msix_setup_entries()