Searched refs:max_rss_channels (Results 1 – 2 of 2) sorted by relevance
144 if (sc->max_rss_channels > 0) in sfxge_estimate_rsrc_limits()145 evq_max = MIN(evq_max, sc->max_rss_channels); in sfxge_estimate_rsrc_limits()675 char rss_param_name[sizeof(SFXGE_PARAM(%d.max_rss_channels))]; in sfxge_create()684 sc->max_rss_channels = 0; in sfxge_create()686 SFXGE_PARAM(%d.max_rss_channels), in sfxge_create()688 TUNABLE_INT_FETCH(rss_param_name, &sc->max_rss_channels); in sfxge_create()
309 unsigned int max_rss_channels; member