Lines Matching refs:pfres
2859 struct pf_resources *pfres = &adapter->params.pfres; in t4_get_pfres() local
2881 pfres->niqflint = FW_PFVF_CMD_NIQFLINT_G(word); in t4_get_pfres()
2882 pfres->niq = FW_PFVF_CMD_NIQ_G(word); in t4_get_pfres()
2885 pfres->neq = FW_PFVF_CMD_NEQ_G(word); in t4_get_pfres()
2886 pfres->pmask = FW_PFVF_CMD_PMASK_G(word); in t4_get_pfres()
2889 pfres->tc = FW_PFVF_CMD_TC_G(word); in t4_get_pfres()
2890 pfres->nvi = FW_PFVF_CMD_NVI_G(word); in t4_get_pfres()
2891 pfres->nexactf = FW_PFVF_CMD_NEXACTF_G(word); in t4_get_pfres()
2894 pfres->r_caps = FW_PFVF_CMD_R_CAPS_G(word); in t4_get_pfres()
2895 pfres->wx_caps = FW_PFVF_CMD_WX_CAPS_G(word); in t4_get_pfres()
2896 pfres->nethctrl = FW_PFVF_CMD_NETHCTRL_G(word); in t4_get_pfres()