Home
last modified time | relevance | path

Searched refs:ifla_vf_guid (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/tools/include/uapi/linux/
Dif_link.h751 struct ifla_vf_guid { struct
/Linux-v5.4/include/uapi/linux/
Dif_link.h751 struct ifla_vf_guid { struct
/Linux-v5.4/net/core/
Drtnetlink.c1774 [IFLA_VF_IB_NODE_GUID] = { .len = sizeof(struct ifla_vf_guid) },
1775 [IFLA_VF_IB_PORT_GUID] = { .len = sizeof(struct ifla_vf_guid) },
2174 static int handle_infiniband_guid(struct net_device *dev, struct ifla_vf_guid *ivt, in handle_infiniband_guid()
2182 static int handle_vf_guid(struct net_device *dev, struct ifla_vf_guid *ivt, int guid_type) in handle_vf_guid()
2341 struct ifla_vf_guid *ivt = nla_data(tb[IFLA_VF_IB_NODE_GUID]); in do_setvfinfo()
2351 struct ifla_vf_guid *ivt = nla_data(tb[IFLA_VF_IB_PORT_GUID]); in do_setvfinfo()