Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A 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()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dmsi.c726 int vec_count = pci_msix_vec_count(dev); in msix_setup_entries() local
752 entry->msi_attrib.entry_nr >= vec_count; in msix_setup_entries()