Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/oce/
Doce_mbox.c2030 oce_get_profile_config(POCE_SOFTC sc, uint32_t max_rss) in oce_get_profile_config() argument
2116 sc->nrssqs = MIN(sc->nrssqs, max_rss); in oce_get_profile_config()
2118 sc->nrssqs = max_rss; in oce_get_profile_config()
2141 uint32_t max_rss = 0; in oce_get_func_config() local
2144 max_rss = OCE_LEGACY_MODE_RSS; in oce_get_func_config()
2146 max_rss = OCE_MAX_RSS; in oce_get_func_config()
2216 sc->nrssqs = MIN(sc->nrssqs, max_rss); in oce_get_func_config()
2218 sc->nrssqs = max_rss; in oce_get_func_config()
Doce_if.c2900 uint32_t max_rss = 0; in oce_get_config() local
2903 max_rss = OCE_LEGACY_MODE_RSS; in oce_get_config()
2905 max_rss = OCE_MAX_RSS; in oce_get_config()
2908 rc = oce_get_profile_config(sc, max_rss); in oce_get_config()
2911 sc->nrssqs = max_rss; in oce_get_config()
2916 sc->nrssqs = max_rss; in oce_get_config()
Doce_if.h1080 int oce_get_profile_config(POCE_SOFTC sc, uint32_t max_rss);