Home
last modified time | relevance | path

Searched refs:max_evtframes (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/raid/mpr/
H A Dmpr.c383 sc->num_replies = MIN(sc->max_replyframes + sc->max_evtframes, in mpr_resize_queues()
1682 sc->max_evtframes = MPR_EVT_REPLY_FRAMES; in mpr_get_tunables()
1697 TUNABLE_INT_FETCH("hw.mpr.max_evtframes", &sc->max_evtframes); in mpr_get_tunables()
1747 TUNABLE_INT_FETCH(tmpstr, &sc->max_evtframes); in mpr_get_tunables()
1797 OID_AUTO, "max_evtframes", CTLFLAG_RD, &sc->max_evtframes, 0, in mpr_setup_sysctl()
H A Dmprvar.h471 u_int max_evtframes; member