Searched refs:pfres (Results 1 – 3 of 3) sorted by relevance
3358 struct pf_resources *pfres = &adapter->params.pfres; in t4_get_pfres() local3382 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()
373 struct pf_resources pfres; member
2011 MIN(sc->params.pfres.neq / 2, sc->params.pfres.niqflint); in cfg_itype_and_nqueues()2031 MIN(sc->params.pfres.neq / 2, sc->params.pfres.nethctrl); in cfg_itype_and_nqueues()