Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/sfc/
Defx_channels.c139 int vec_count; in efx_allocate_msix_channels() local
156 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()
/Linux-v5.10/drivers/pci/
Dmsi.c702 int vec_count = pci_msix_vec_count(dev); in msix_setup_entries() local
727 entry->msi_attrib.entry_nr >= vec_count; in msix_setup_entries()