Searched refs:EFX_MAXRSS (Results 1 – 5 of 5) sorted by relevance
46 #define SFXGE_RX_SCALE_MAX EFX_MAXRSS
140 evq_max = MIN(MAX(rss_getnumbuckets(), 1), EFX_MAXRSS); in sfxge_estimate_rsrc_limits()142 evq_max = MIN(mp_ncpus, EFX_MAXRSS); in sfxge_estimate_rsrc_limits()
218 if (num_queues > EFX_MAXRSS) { in efx_mcdi_rss_context_alloc()544 if (efx_mcdi_rss_context_alloc(enp, EFX_RX_SCALE_EXCLUSIVE, EFX_MAXRSS, in ef10_rx_init()
1339 EFX_STATIC_ASSERT(EFX_MAXRSS == (1 << FRF_BZ_IT_QUEUE_WIDTH)); in siena_rx_scale_tbl_set()
2331 #define EFX_MAXRSS 64 /* RX indirection entry range */ macro