Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/oce/
H A Doce_mbox.c1993 oce_get_profile_config(POCE_SOFTC sc, uint32_t max_rss) in oce_get_profile_config() argument
2079 sc->nrssqs = MIN(sc->nrssqs, max_rss); in oce_get_profile_config()
2081 sc->nrssqs = max_rss; in oce_get_profile_config()
2103 uint32_t max_rss = 0; in oce_get_func_config() local
2106 max_rss = OCE_LEGACY_MODE_RSS; in oce_get_func_config()
2108 max_rss = OCE_MAX_RSS; in oce_get_func_config()
2178 sc->nrssqs = MIN(sc->nrssqs, max_rss); in oce_get_func_config()
2180 sc->nrssqs = max_rss; in oce_get_func_config()
H A Doce_if.c2819 uint32_t max_rss = 0; in oce_get_config() local
2822 max_rss = OCE_LEGACY_MODE_RSS; in oce_get_config()
2824 max_rss = OCE_MAX_RSS; in oce_get_config()
2827 rc = oce_get_profile_config(sc, max_rss); in oce_get_config()
2830 sc->nrssqs = max_rss; in oce_get_config()
2835 sc->nrssqs = max_rss; in oce_get_config()
H A Doce_if.h1067 int oce_get_profile_config(POCE_SOFTC sc, uint32_t max_rss);