Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgbe/cudbg/
HDcudbg_lib.c1655 struct rss_vf_conf *vfconf; in collect_rss_vf_config() local
1660 size = vf_count * sizeof(*vfconf); in collect_rss_vf_config()
1666 vfconf = (struct rss_vf_conf *)scratch_buff.data; in collect_rss_vf_config()
1669 t4_read_rss_vf_config(padap, vf, &vfconf[vf].rss_vf_vfl, in collect_rss_vf_config()
1670 &vfconf[vf].rss_vf_vfh, 1); in collect_rss_vf_config()