Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c3358 struct pf_resources *pfres = &adapter->params.pfres; in t4_get_pfres() local
3382 pfres->niqflint = G_FW_PFVF_CMD_NIQFLINT(word); in t4_get_pfres()
3385 pfres->neq = G_FW_PFVF_CMD_NEQ(word); in t4_get_pfres()
3386 pfres->pmask = G_FW_PFVF_CMD_PMASK(word); in t4_get_pfres()
3389 pfres->tc = G_FW_PFVF_CMD_TC(word); in t4_get_pfres()
3390 pfres->nvi = G_FW_PFVF_CMD_NVI(word); in t4_get_pfres()
3391 pfres->nexactf = G_FW_PFVF_CMD_NEXACTF(word); in t4_get_pfres()
3394 pfres->r_caps = G_FW_PFVF_CMD_R_CAPS(word); in t4_get_pfres()
3395 pfres->wx_caps = G_FW_PFVF_CMD_WX_CAPS(word); in t4_get_pfres()
3396 pfres->nethctrl = G_FW_PFVF_CMD_NETHCTRL(word); in t4_get_pfres()
H A Dcommon.h373 struct pf_resources pfres; member
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c2153 min(sc->params.pfres.neq / 2, sc->params.pfres.niqflint)) {
2184 min(sc->params.pfres.neq / 2, sc->params.pfres.nethctrl)) {