Home
last modified time | relevance | path

Searched refs:vfconf (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c2333 struct rss_vf_conf *vfconf = v; in rss_vf_config_show() local
2337 yesno(vfconf->rss_vf_vfh & VFCHNEN_F), in rss_vf_config_show()
2338 yesno(vfconf->rss_vf_vfh & VFPRTEN_F), in rss_vf_config_show()
2339 VFLKPIDX_G(vfconf->rss_vf_vfh), in rss_vf_config_show()
2341 yesno(vfconf->rss_vf_vfh & VFUPEN_F), in rss_vf_config_show()
2347 DEFAULTQUEUE_G(vfconf->rss_vf_vfh), in rss_vf_config_show()
2348 KEYINDEX_G(vfconf->rss_vf_vfh), in rss_vf_config_show()
2349 vfconf->rss_vf_vfl); in rss_vf_config_show()
2358 struct rss_vf_conf *vfconf; in rss_vf_config_open() local
2365 vfconf = (struct rss_vf_conf *)p->data; in rss_vf_config_open()
[all …]
H A Dcudbg_lib.c1574 struct cudbg_rss_vf_conf *vfconf; in cudbg_collect_rss_vf_config() local
1584 vfconf = (struct cudbg_rss_vf_conf *)temp_buff.data; in cudbg_collect_rss_vf_config()
1586 t4_read_rss_vf_config(padap, vf, &vfconf[vf].rss_vf_vfl, in cudbg_collect_rss_vf_config()
1587 &vfconf[vf].rss_vf_vfh, true); in cudbg_collect_rss_vf_config()