Searched refs:vfconf (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 2369 struct rss_vf_conf *vfconf = v; in rss_vf_config_show() local 2373 yesno(vfconf->rss_vf_vfh & VFCHNEN_F), in rss_vf_config_show() 2374 yesno(vfconf->rss_vf_vfh & VFPRTEN_F), in rss_vf_config_show() 2375 VFLKPIDX_G(vfconf->rss_vf_vfh), in rss_vf_config_show() 2376 yesno(vfconf->rss_vf_vfh & VFVLNEX_F), in rss_vf_config_show() 2377 yesno(vfconf->rss_vf_vfh & VFUPEN_F), in rss_vf_config_show() 2378 yesno(vfconf->rss_vf_vfh & VFIP4FOURTUPEN_F), in rss_vf_config_show() 2379 yesno(vfconf->rss_vf_vfh & VFIP6TWOTUPEN_F), in rss_vf_config_show() 2380 yesno(vfconf->rss_vf_vfh & VFIP4FOURTUPEN_F), in rss_vf_config_show() 2381 yesno(vfconf->rss_vf_vfh & VFIP4TWOTUPEN_F), in rss_vf_config_show() [all …]
|
D | cudbg_lib.c | 1163 struct cudbg_rss_vf_conf *vfconf; in cudbg_collect_rss_vf_config() local 1173 vfconf = (struct cudbg_rss_vf_conf *)temp_buff.data; in cudbg_collect_rss_vf_config() 1175 t4_read_rss_vf_config(padap, vf, &vfconf[vf].rss_vf_vfl, in cudbg_collect_rss_vf_config() 1176 &vfconf[vf].rss_vf_vfh, true); in cudbg_collect_rss_vf_config()
|