Home
last modified time | relevance | path

Searched refs:vfcount (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_entity.h62 u32 vfcount; /* Actual number of max vfs in current configuration */ member
Dcudbg_lib.c286 len = adap->params.arch.vfcount * in cudbg_get_entity_length()
1576 vf_count = padap->params.arch.vfcount; in cudbg_collect_rss_vf_config()
1852 for (i = 0; i < padap->params.arch.vfcount; i++) in cudbg_collect_sge_indirect()
1856 sge_qbase->vfcount = padap->params.arch.vfcount; in cudbg_collect_sge_indirect()
Dcxgb4_debugfs.c2359 int vf, vfcount = adapter->params.arch.vfcount; in rss_vf_config_open() local
2361 p = seq_open_tab(file, vfcount, sizeof(*vfconf), 1, rss_vf_config_show); in rss_vf_config_open()
2366 for (vf = 0; vf < vfcount; vf++) { in rss_vf_config_open()
Dcxgb4.h433 u16 vfcount; member
Dt4_hw.c9171 adapter->params.arch.vfcount = 128; in t4_prep_adapter()
9185 adapter->params.arch.vfcount = 128; in t4_prep_adapter()
9196 adapter->params.arch.vfcount = 256; in t4_prep_adapter()