Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c2859 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()
[all …]
Dcxgb4_debugfs.c2573 struct pf_resources *pfres = &adapter->params.pfres; in resources_show() local
2577 desc " (" #var "):", pfres->var) in resources_show()
Dcxgb4.h440 struct pf_resources pfres; member
Dcxgb4_main.c5682 niqflint = adap->params.pfres.niqflint - 1; in cfg_queues()
5685 neq = adap->params.pfres.neq / 2; in cfg_queues()