Lines Matching refs:vfconf
2341 struct rss_vf_conf *vfconf = v; in rss_vf_config_show() local
2345 yesno(vfconf->rss_vf_vfh & VFCHNEN_F), in rss_vf_config_show()
2346 yesno(vfconf->rss_vf_vfh & VFPRTEN_F), in rss_vf_config_show()
2347 VFLKPIDX_G(vfconf->rss_vf_vfh), in rss_vf_config_show()
2348 yesno(vfconf->rss_vf_vfh & VFVLNEX_F), in rss_vf_config_show()
2349 yesno(vfconf->rss_vf_vfh & VFUPEN_F), in rss_vf_config_show()
2350 yesno(vfconf->rss_vf_vfh & VFIP4FOURTUPEN_F), in rss_vf_config_show()
2351 yesno(vfconf->rss_vf_vfh & VFIP6TWOTUPEN_F), in rss_vf_config_show()
2352 yesno(vfconf->rss_vf_vfh & VFIP4FOURTUPEN_F), in rss_vf_config_show()
2353 yesno(vfconf->rss_vf_vfh & VFIP4TWOTUPEN_F), in rss_vf_config_show()
2354 yesno(vfconf->rss_vf_vfh & ENABLEUDPHASH_F), in rss_vf_config_show()
2355 DEFAULTQUEUE_G(vfconf->rss_vf_vfh), in rss_vf_config_show()
2356 KEYINDEX_G(vfconf->rss_vf_vfh), in rss_vf_config_show()
2357 vfconf->rss_vf_vfl); in rss_vf_config_show()
2366 struct rss_vf_conf *vfconf; in rss_vf_config_open() local
2369 p = seq_open_tab(file, vfcount, sizeof(*vfconf), 1, rss_vf_config_show); in rss_vf_config_open()
2373 vfconf = (struct rss_vf_conf *)p->data; in rss_vf_config_open()
2375 t4_read_rss_vf_config(adapter, vf, &vfconf[vf].rss_vf_vfl, in rss_vf_config_open()
2376 &vfconf[vf].rss_vf_vfh, true); in rss_vf_config_open()