Searched refs:IFLA_VF_IB_PORT_GUID (Results 1 – 5 of 5) sorted by relevance
199 else if (type == IFLA_VF_IB_PORT_GUID) in mlx5_ib_set_vf_guid()
696 IFLA_VF_IB_PORT_GUID, /* VF Infiniband port GUID */ enumerator
1775 [IFLA_VF_IB_PORT_GUID] = { .len = sizeof(struct ifla_vf_guid) },2350 if (tb[IFLA_VF_IB_PORT_GUID]) { in do_setvfinfo()2351 struct ifla_vf_guid *ivt = nla_data(tb[IFLA_VF_IB_PORT_GUID]); in do_setvfinfo()2358 return handle_vf_guid(dev, ivt, IFLA_VF_IB_PORT_GUID); in do_setvfinfo()
2016 if (type != IFLA_VF_IB_NODE_GUID && type != IFLA_VF_IB_PORT_GUID) in ipoib_set_vf_guid()