Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_mbox.c1990 oce_get_profile_config(POCE_SOFTC sc, uint32_t max_rss) in oce_get_profile_config() argument
2076 sc->nrssqs = MIN(sc->nrssqs, max_rss); in oce_get_profile_config()
2078 sc->nrssqs = max_rss; in oce_get_profile_config()
2100 uint32_t max_rss = 0; in oce_get_func_config() local
2103 max_rss = OCE_LEGACY_MODE_RSS; in oce_get_func_config()
2105 max_rss = OCE_MAX_RSS; in oce_get_func_config()
2175 sc->nrssqs = MIN(sc->nrssqs, max_rss); in oce_get_func_config()
2177 sc->nrssqs = max_rss; in oce_get_func_config()
H A Doce_if.c2813 uint32_t max_rss = 0; in oce_get_config()
2816 max_rss = OCE_LEGACY_MODE_RSS; in oce_get_config()
2818 max_rss = OCE_MAX_RSS; in oce_get_config()
2821 rc = oce_get_profile_config(sc, max_rss); in oce_get_config()
2824 sc->nrssqs = max_rss; in oce_get_config()
2829 sc->nrssqs = max_rss; in oce_get_config()
2815 uint32_t max_rss = 0; oce_get_config() local
H A Doce_if.h1066 int oce_get_profile_config(POCE_SOFTC sc, uint32_t max_rss);