Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c2889 struct pf_resources *pfres = &adapter->params.pfres; in t4_get_pfres() local
2911 pfres->niqflint = FW_PFVF_CMD_NIQFLINT_G(word); in t4_get_pfres()
2912 pfres->niq = FW_PFVF_CMD_NIQ_G(word); in t4_get_pfres()
2915 pfres->neq = FW_PFVF_CMD_NEQ_G(word); in t4_get_pfres()
2916 pfres->pmask = FW_PFVF_CMD_PMASK_G(word); in t4_get_pfres()
2919 pfres->tc = FW_PFVF_CMD_TC_G(word); in t4_get_pfres()
2920 pfres->nvi = FW_PFVF_CMD_NVI_G(word); in t4_get_pfres()
2921 pfres->nexactf = FW_PFVF_CMD_NEXACTF_G(word); in t4_get_pfres()
2924 pfres->r_caps = FW_PFVF_CMD_R_CAPS_G(word); in t4_get_pfres()
2925 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.h442 struct pf_resources pfres; member
Dcxgb4_main.c5690 niqflint = adap->params.pfres.niqflint - 1; in cfg_queues()
5693 neq = adap->params.pfres.neq / 2; in cfg_queues()