Home
last modified time | relevance | path

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

/external/libnl/include/netlink/route/link/
Dsriov.h31 RTNL_LINK_VF_RATE_API_NEW, /*!< New Rate setting API */ enumerator
/external/libnl/lib/route/link/
Dsriov.c202 else if (vf_rate.api == RTNL_LINK_VF_RATE_API_NEW) in dump_vf_details()
1040 vf_rate->api = RTNL_LINK_VF_RATE_API_NEW; in rtnl_link_vf_get_rate()
1047 vf_rate->api = RTNL_LINK_VF_RATE_API_NEW; in rtnl_link_vf_get_rate()
1096 } else if (vf_rate->api == RTNL_LINK_VF_RATE_API_NEW) { in rtnl_link_vf_set_rate()