vfconf           1172 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 	struct cudbg_rss_vf_conf *vfconf;
vfconf           1182 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 	vfconf = (struct cudbg_rss_vf_conf *)temp_buff.data;
vfconf           1184 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 		t4_read_rss_vf_config(padap, vf, &vfconf[vf].rss_vf_vfl,
vfconf           1185 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 				      &vfconf[vf].rss_vf_vfh, true);
vfconf           2340 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		struct rss_vf_conf *vfconf = v;
vfconf           2344 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   yesno(vfconf->rss_vf_vfh & VFCHNEN_F),
vfconf           2345 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   yesno(vfconf->rss_vf_vfh & VFPRTEN_F),
vfconf           2346 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   VFLKPIDX_G(vfconf->rss_vf_vfh),
vfconf           2347 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   yesno(vfconf->rss_vf_vfh & VFVLNEX_F),
vfconf           2348 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   yesno(vfconf->rss_vf_vfh & VFUPEN_F),
vfconf           2349 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   yesno(vfconf->rss_vf_vfh & VFIP4FOURTUPEN_F),
vfconf           2350 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   yesno(vfconf->rss_vf_vfh & VFIP6TWOTUPEN_F),
vfconf           2351 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   yesno(vfconf->rss_vf_vfh & VFIP4FOURTUPEN_F),
vfconf           2352 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   yesno(vfconf->rss_vf_vfh & VFIP4TWOTUPEN_F),
vfconf           2353 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   yesno(vfconf->rss_vf_vfh & ENABLEUDPHASH_F),
vfconf           2354 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   DEFAULTQUEUE_G(vfconf->rss_vf_vfh),
vfconf           2355 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   KEYINDEX_G(vfconf->rss_vf_vfh),
vfconf           2356 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   vfconf->rss_vf_vfl);
vfconf           2365 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 	struct rss_vf_conf *vfconf;
vfconf           2368 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 	p = seq_open_tab(file, vfcount, sizeof(*vfconf), 1, rss_vf_config_show);
vfconf           2372 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 	vfconf = (struct rss_vf_conf *)p->data;
vfconf           2374 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		t4_read_rss_vf_config(adapter, vf, &vfconf[vf].rss_vf_vfl,
vfconf           2375 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 				      &vfconf[vf].rss_vf_vfh, true);