Lines Matching refs:vfconf
2174 struct rss_vf_conf *vfconf = v; in rss_vf_config_show() local
2178 yesno(vfconf->rss_vf_vfh & VFCHNEN_F), in rss_vf_config_show()
2179 yesno(vfconf->rss_vf_vfh & VFPRTEN_F), in rss_vf_config_show()
2180 VFLKPIDX_G(vfconf->rss_vf_vfh), in rss_vf_config_show()
2181 yesno(vfconf->rss_vf_vfh & VFVLNEX_F), in rss_vf_config_show()
2182 yesno(vfconf->rss_vf_vfh & VFUPEN_F), in rss_vf_config_show()
2183 yesno(vfconf->rss_vf_vfh & VFIP4FOURTUPEN_F), in rss_vf_config_show()
2184 yesno(vfconf->rss_vf_vfh & VFIP6TWOTUPEN_F), in rss_vf_config_show()
2185 yesno(vfconf->rss_vf_vfh & VFIP4FOURTUPEN_F), in rss_vf_config_show()
2186 yesno(vfconf->rss_vf_vfh & VFIP4TWOTUPEN_F), in rss_vf_config_show()
2187 yesno(vfconf->rss_vf_vfh & ENABLEUDPHASH_F), in rss_vf_config_show()
2188 DEFAULTQUEUE_G(vfconf->rss_vf_vfh), in rss_vf_config_show()
2189 KEYINDEX_G(vfconf->rss_vf_vfh), in rss_vf_config_show()
2190 vfconf->rss_vf_vfl); in rss_vf_config_show()
2199 struct rss_vf_conf *vfconf; in rss_vf_config_open() local
2202 p = seq_open_tab(file, vfcount, sizeof(*vfconf), 1, rss_vf_config_show); in rss_vf_config_open()
2206 vfconf = (struct rss_vf_conf *)p->data; in rss_vf_config_open()
2208 t4_read_rss_vf_config(adapter, vf, &vfconf[vf].rss_vf_vfl, in rss_vf_config_open()
2209 &vfconf[vf].rss_vf_vfh); in rss_vf_config_open()