ivt 2174 net/core/rtnetlink.c static int handle_infiniband_guid(struct net_device *dev, struct ifla_vf_guid *ivt, ivt 2179 net/core/rtnetlink.c return ops->ndo_set_vf_guid(dev, ivt->vf, ivt->guid, guid_type); ivt 2182 net/core/rtnetlink.c static int handle_vf_guid(struct net_device *dev, struct ifla_vf_guid *ivt, int guid_type) ivt 2187 net/core/rtnetlink.c return handle_infiniband_guid(dev, ivt, guid_type); ivt 2254 net/core/rtnetlink.c struct ifla_vf_tx_rate *ivt = nla_data(tb[IFLA_VF_TX_RATE]); ivt 2257 net/core/rtnetlink.c if (ivt->vf >= INT_MAX) ivt 2261 net/core/rtnetlink.c err = ops->ndo_get_vf_config(dev, ivt->vf, &ivf); ivt 2267 net/core/rtnetlink.c err = ops->ndo_set_vf_rate(dev, ivt->vf, ivt 2269 net/core/rtnetlink.c ivt->rate); ivt 2275 net/core/rtnetlink.c struct ifla_vf_rate *ivt = nla_data(tb[IFLA_VF_RATE]); ivt 2277 net/core/rtnetlink.c if (ivt->vf >= INT_MAX) ivt 2281 net/core/rtnetlink.c err = ops->ndo_set_vf_rate(dev, ivt->vf, ivt 2282 net/core/rtnetlink.c ivt->min_tx_rate, ivt 2283 net/core/rtnetlink.c ivt->max_tx_rate); ivt 2329 net/core/rtnetlink.c struct ifla_vf_trust *ivt = nla_data(tb[IFLA_VF_TRUST]); ivt 2331 net/core/rtnetlink.c if (ivt->vf >= INT_MAX) ivt 2335 net/core/rtnetlink.c err = ops->ndo_set_vf_trust(dev, ivt->vf, ivt->setting); ivt 2341 net/core/rtnetlink.c struct ifla_vf_guid *ivt = nla_data(tb[IFLA_VF_IB_NODE_GUID]); ivt 2343 net/core/rtnetlink.c if (ivt->vf >= INT_MAX) ivt 2347 net/core/rtnetlink.c return handle_vf_guid(dev, ivt, IFLA_VF_IB_NODE_GUID); ivt 2351 net/core/rtnetlink.c struct ifla_vf_guid *ivt = nla_data(tb[IFLA_VF_IB_PORT_GUID]); ivt 2353 net/core/rtnetlink.c if (ivt->vf >= INT_MAX) ivt 2358 net/core/rtnetlink.c return handle_vf_guid(dev, ivt, IFLA_VF_IB_PORT_GUID);