Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/pds_core/
H A Dcore.c324 int numdescs; in pdsc_core_init() local
329 numdescs = max_t(int, PDSC_ADMINQ_MIN_LENGTH, num_online_cpus()); in pdsc_core_init()
330 numdescs += 2 * pci_sriov_get_totalvfs(pdsc->pdev); in pdsc_core_init()
331 numdescs = roundup_pow_of_two(numdescs); in pdsc_core_init()
334 numdescs, in pdsc_core_init()