Searched refs:IFLA_VF_TX_RATE (Results 1 – 3 of 3) sorted by relevance
914 IFLA_VF_TX_RATE, /* Max TX Bandwidth Allocation */ enumerator
996 IFLA_VF_TX_RATE, /* Max TX Bandwidth Allocation */ enumerator
1345 nla_put(skb, IFLA_VF_TX_RATE, sizeof(vf_tx_rate), in rtnl_fill_vfinfo()1991 [IFLA_VF_TX_RATE] = { .len = sizeof(struct ifla_vf_tx_rate) },2491 if (tb[IFLA_VF_TX_RATE]) { in do_setvfinfo()2492 struct ifla_vf_tx_rate *ivt = nla_data(tb[IFLA_VF_TX_RATE]); in do_setvfinfo()
Completed in 22 milliseconds