Lines Matching refs:vfconf
1611 struct rss_vf_conf *vfconf = v; in rss_vf_config_show() local
1615 yesno(vfconf->rss_vf_vfh & VFCHNEN_F), in rss_vf_config_show()
1616 yesno(vfconf->rss_vf_vfh & VFPRTEN_F), in rss_vf_config_show()
1617 VFLKPIDX_G(vfconf->rss_vf_vfh), in rss_vf_config_show()
1618 yesno(vfconf->rss_vf_vfh & VFVLNEX_F), in rss_vf_config_show()
1619 yesno(vfconf->rss_vf_vfh & VFUPEN_F), in rss_vf_config_show()
1620 yesno(vfconf->rss_vf_vfh & VFIP4FOURTUPEN_F), in rss_vf_config_show()
1621 yesno(vfconf->rss_vf_vfh & VFIP6TWOTUPEN_F), in rss_vf_config_show()
1622 yesno(vfconf->rss_vf_vfh & VFIP4FOURTUPEN_F), in rss_vf_config_show()
1623 yesno(vfconf->rss_vf_vfh & VFIP4TWOTUPEN_F), in rss_vf_config_show()
1624 yesno(vfconf->rss_vf_vfh & ENABLEUDPHASH_F), in rss_vf_config_show()
1625 DEFAULTQUEUE_G(vfconf->rss_vf_vfh), in rss_vf_config_show()
1626 KEYINDEX_G(vfconf->rss_vf_vfh), in rss_vf_config_show()
1627 vfconf->rss_vf_vfl); in rss_vf_config_show()
1636 struct rss_vf_conf *vfconf; in rss_vf_config_open() local
1639 p = seq_open_tab(file, 128, sizeof(*vfconf), 1, rss_vf_config_show); in rss_vf_config_open()
1643 vfconf = (struct rss_vf_conf *)p->data; in rss_vf_config_open()
1645 t4_read_rss_vf_config(adapter, vf, &vfconf[vf].rss_vf_vfl, in rss_vf_config_open()
1646 &vfconf[vf].rss_vf_vfh); in rss_vf_config_open()