Lines Matching refs:pfres
2894 struct pf_resources *pfres = &adapter->params.pfres; in t4_get_pfres() local
2916 pfres->niqflint = FW_PFVF_CMD_NIQFLINT_G(word); in t4_get_pfres()
2917 pfres->niq = FW_PFVF_CMD_NIQ_G(word); in t4_get_pfres()
2920 pfres->neq = FW_PFVF_CMD_NEQ_G(word); in t4_get_pfres()
2921 pfres->pmask = FW_PFVF_CMD_PMASK_G(word); in t4_get_pfres()
2924 pfres->tc = FW_PFVF_CMD_TC_G(word); in t4_get_pfres()
2925 pfres->nvi = FW_PFVF_CMD_NVI_G(word); in t4_get_pfres()
2926 pfres->nexactf = FW_PFVF_CMD_NEXACTF_G(word); in t4_get_pfres()
2929 pfres->r_caps = FW_PFVF_CMD_R_CAPS_G(word); in t4_get_pfres()
2930 pfres->wx_caps = FW_PFVF_CMD_WX_CAPS_G(word); in t4_get_pfres()
2931 pfres->nethctrl = FW_PFVF_CMD_NETHCTRL_G(word); in t4_get_pfres()