Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/oce/
HDoce_mbox.c1992 oce_get_profile_config(POCE_SOFTC sc, uint32_t max_rss) in oce_get_profile_config() argument
2078 sc->nrssqs = MIN(sc->nrssqs, max_rss); in oce_get_profile_config()
2080 sc->nrssqs = max_rss; in oce_get_profile_config()
2102 uint32_t max_rss = 0; in oce_get_func_config() local
2105 max_rss = OCE_LEGACY_MODE_RSS; in oce_get_func_config()
2107 max_rss = OCE_MAX_RSS; in oce_get_func_config()
2177 sc->nrssqs = MIN(sc->nrssqs, max_rss); in oce_get_func_config()
2179 sc->nrssqs = max_rss; in oce_get_func_config()
HDoce_if.c2820 uint32_t max_rss = 0; in oce_get_config() local
2823 max_rss = OCE_LEGACY_MODE_RSS; in oce_get_config()
2825 max_rss = OCE_MAX_RSS; in oce_get_config()
2828 rc = oce_get_profile_config(sc, max_rss); in oce_get_config()
2831 sc->nrssqs = max_rss; in oce_get_config()
2836 sc->nrssqs = max_rss; in oce_get_config()
HDoce_if.h1066 int oce_get_profile_config(POCE_SOFTC sc, uint32_t max_rss);