Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/link/
Dsriov.c178 nl_dump(p, "\tvf %u: ", vf_data->vf_index); in dump_vf_details()
238 nl_dump(p, " VF %" PRIu64 " Stats:\n", vf_data->vf_index); in dump_vf_stats()
393 vf_mac.vf = vf_data->vf_index; in sriov_fill_vfinfo()
409 sriov_fill_vf_vlan(msg, vlan_info, vf_data->vf_index); in sriov_fill_vfinfo()
412 vf_data->vf_index); in sriov_fill_vfinfo()
417 vf_rate.vf = vf_data->vf_index; in sriov_fill_vfinfo()
426 new_vf_rate.vf = vf_data->vf_index; in sriov_fill_vfinfo()
440 vf_spoofchk.vf = vf_data->vf_index; in sriov_fill_vfinfo()
449 vf_link_state.vf = vf_data->vf_index; in sriov_fill_vfinfo()
458 vf_rss_query_en.vf = vf_data->vf_index; in sriov_fill_vfinfo()
[all …]
/third_party/libnl/include/netlink-private/
Dtypes.h174 uint32_t vf_index; member