Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dif_link.h915 IFLA_VF_TX_RATE, /* Max TX Bandwidth Allocation */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dif_link.h1000 IFLA_VF_TX_RATE, /* Max TX Bandwidth Allocation */ enumerator
/openbmc/linux/net/core/
H A Drtnetlink.c1380 nla_put(skb, IFLA_VF_TX_RATE, sizeof(vf_tx_rate), in rtnl_fill_vfinfo()
2028 [IFLA_VF_TX_RATE] = { .len = sizeof(struct ifla_vf_tx_rate) },
2571 if (tb[IFLA_VF_TX_RATE]) { in do_setvfinfo()
2572 struct ifla_vf_tx_rate *ivt = nla_data(tb[IFLA_VF_TX_RATE]); in do_setvfinfo()