Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_entity.h62 u32 vfcount; /* Actual number of max vfs in current configuration */ member
Dcudbg_lib.c287 len = adap->params.arch.vfcount * in cudbg_get_entity_length()
1577 vf_count = padap->params.arch.vfcount; in cudbg_collect_rss_vf_config()
1853 for (i = 0; i < padap->params.arch.vfcount; i++) in cudbg_collect_sge_indirect()
1857 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.h431 u16 vfcount; member
Dt4_hw.c9140 adapter->params.arch.vfcount = 128; in t4_prep_adapter()
9154 adapter->params.arch.vfcount = 128; in t4_prep_adapter()
9165 adapter->params.arch.vfcount = 256; in t4_prep_adapter()