Searched refs:max_reqframes (Results 1 – 2 of 2) sorted by relevance
378 reqcr = MAX(2, sc->max_reqframes); in mpr_resize_queues()1679 sc->max_reqframes = MPR_REQ_FRAMES; in mpr_get_tunables()1694 TUNABLE_INT_FETCH("hw.mpr.max_reqframes", &sc->max_reqframes); in mpr_get_tunables()1735 TUNABLE_INT_FETCH(tmpstr, &sc->max_reqframes); in mpr_get_tunables()1785 OID_AUTO, "max_reqframes", CTLFLAG_RD, &sc->max_reqframes, 0, in mpr_setup_sysctl()
468 u_int max_reqframes; member