Searched refs:ifla_vf_guid (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/infiniband/hw/mlx5/ |
H A D | ib_virt.c | 211 struct ifla_vf_guid *node_guid, in mlx5_ib_get_vf_guid() 212 struct ifla_vf_guid *port_guid) in mlx5_ib_get_vf_guid()
|
H A D | mlx5_ib.h | 1504 struct ifla_vf_guid *node_guid, 1505 struct ifla_vf_guid *port_guid);
|
/linux/tools/include/uapi/linux/ |
H A D | if_link.h | 1090 struct ifla_vf_guid { struct
|
/linux/include/uapi/linux/ |
H A D | if_link.h | 1623 struct ifla_vf_guid { struct
|
/linux/net/core/ |
H A D | rtnetlink.c | 1327 struct ifla_vf_guid node_guid; in rtnl_fill_vfinfo() 1328 struct ifla_vf_guid port_guid; in rtnl_fill_vfinfo() 2083 [IFLA_VF_IB_NODE_GUID] = { .len = sizeof(struct ifla_vf_guid) }, 2084 [IFLA_VF_IB_PORT_GUID] = { .len = sizeof(struct ifla_vf_guid) }, 2519 static int handle_infiniband_guid(struct net_device *dev, struct ifla_vf_guid *ivt, in handle_infiniband_guid() 2527 static int handle_vf_guid(struct net_device *dev, struct ifla_vf_guid *ivt, int guid_type) in handle_vf_guid() 2681 struct ifla_vf_guid *ivt = nla_data(tb[IFLA_VF_IB_NODE_GUID]); in do_setvfinfo() 2691 struct ifla_vf_guid *ivt = nla_data(tb[IFLA_VF_IB_PORT_GUID]); in do_setvfinfo()
|
/linux/include/rdma/ |
H A D | ib_verbs.h | 2524 struct ifla_vf_guid *node_guid, 2525 struct ifla_vf_guid *port_guid); 3468 struct ifla_vf_guid *node_guid, 3469 struct ifla_vf_guid *port_guid);
|
/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_main.c | 2071 struct ifla_vf_guid *node_guid, in ipoib_get_vf_guid() 2072 struct ifla_vf_guid *port_guid) in ipoib_get_vf_guid()
|
/linux/drivers/infiniband/core/ |
H A D | verbs.c | 2639 struct ifla_vf_guid *node_guid, in ib_get_vf_guid() 2640 struct ifla_vf_guid *port_guid) in ib_get_vf_guid()
|
/linux/include/linux/ |
H A D | netdevice.h | 1447 struct ifla_vf_guid *node_guid, 1448 struct ifla_vf_guid *port_guid);
|