Searched refs:IFLA_VF_IB_PORT_GUID (Results 1 – 3 of 3) sorted by relevance
204 else if (type == IFLA_VF_IB_PORT_GUID) in mlx5_ib_set_vf_guid()
1596 IFLA_VF_IB_PORT_GUID, /* VF Infiniband port GUID */ enumerator
1584 nla_put(skb, IFLA_VF_IB_PORT_GUID, sizeof(port_guid), in rtnl_fill_vfinfo()2268 [IFLA_VF_IB_PORT_GUID] = { .len = sizeof(struct ifla_vf_guid) },2900 if (tb[IFLA_VF_IB_PORT_GUID]) { in do_setvfinfo()2901 struct ifla_vf_guid *ivt = nla_data(tb[IFLA_VF_IB_PORT_GUID]); in do_setvfinfo()2908 return handle_vf_guid(dev, ivt, IFLA_VF_IB_PORT_GUID); in do_setvfinfo()