Searched refs:vfcount (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cudbg_entity.h | 62 u32 vfcount; /* Actual number of max vfs in current configuration */ member
|
H A D | cudbg_lib.c | 287 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()
|
H A D | cxgb4_debugfs.c | 2359 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()
|
H A D | cxgb4.h | 433 u16 vfcount; member
|
H A D | t4_hw.c | 9173 adapter->params.arch.vfcount = 128; in t4_prep_adapter() 9187 adapter->params.arch.vfcount = 128; in t4_prep_adapter() 9198 adapter->params.arch.vfcount = 256; in t4_prep_adapter()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cudbg_entity.h | 62 u32 vfcount; /* Actual number of max vfs in current configuration */ member
|
H A D | cudbg_lib.c | 287 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()
|
H A D | cxgb4_debugfs.c | 2359 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()
|
H A D | cxgb4.h | 431 u16 vfcount; member
|
H A D | t4_hw.c | 9142 adapter->params.arch.vfcount = 128; in t4_prep_adapter() 9156 adapter->params.arch.vfcount = 128; in t4_prep_adapter() 9167 adapter->params.arch.vfcount = 256; in t4_prep_adapter()
|
Completed in 52 milliseconds