Searched refs:IFLA_VF_IB_PORT_GUID (Results 1 – 5 of 5) sorted by relevance
204 else if (type == IFLA_VF_IB_PORT_GUID) in mlx5_ib_set_vf_guid()
1035 IFLA_VF_IB_PORT_GUID, /* VF Infiniband port GUID */ enumerator
1568 IFLA_VF_IB_PORT_GUID, /* VF Infiniband port GUID */ enumerator
1405 nla_put(skb, IFLA_VF_IB_PORT_GUID, sizeof(port_guid), in rtnl_fill_vfinfo()2084 [IFLA_VF_IB_PORT_GUID] = { .len = sizeof(struct ifla_vf_guid) },2690 if (tb[IFLA_VF_IB_PORT_GUID]) { in do_setvfinfo()2691 struct ifla_vf_guid *ivt = nla_data(tb[IFLA_VF_IB_PORT_GUID]); in do_setvfinfo()2698 return handle_vf_guid(dev, ivt, IFLA_VF_IB_PORT_GUID); in do_setvfinfo()
2064 if (type != IFLA_VF_IB_NODE_GUID && type != IFLA_VF_IB_PORT_GUID) in ipoib_set_vf_guid()