Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c2894 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()
[all …]
Dcxgb4_debugfs.c2582 struct pf_resources *pfres = &adapter->params.pfres; in resources_show() local
2586 desc " (" #var "):", pfres->var) in resources_show()
Dcxgb4.h367 struct pf_resources pfres; member
Dcxgb4_main.c5107 niqflint = adap->params.pfres.niqflint - 1; in cfg_queues()
5110 neq = adap->params.pfres.neq / 2; in cfg_queues()