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()
673 IFLA_VF_IB_PORT_GUID, /* VF Infiniband port GUID */ enumerator
1766 [IFLA_VF_IB_PORT_GUID] = { .len = sizeof(struct ifla_vf_guid) },2258 if (tb[IFLA_VF_IB_PORT_GUID]) { in do_setvfinfo()2259 struct ifla_vf_guid *ivt = nla_data(tb[IFLA_VF_IB_PORT_GUID]); in do_setvfinfo()2264 return handle_vf_guid(dev, ivt, IFLA_VF_IB_PORT_GUID); in do_setvfinfo()
2006 if (type != IFLA_VF_IB_NODE_GUID && type != IFLA_VF_IB_PORT_GUID) in ipoib_set_vf_guid()