Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Drtnetlink.c2106 return ops->ndo_set_vf_guid(dev, ivt->vf, ivt->guid, guid_type); in handle_infiniband_guid()
2252 if (!ops->ndo_set_vf_guid) in do_setvfinfo()
2261 if (!ops->ndo_set_vf_guid) in do_setvfinfo()
/Linux-v4.19/drivers/infiniband/ulp/ipoib/
Dipoib_main.c2038 .ndo_set_vf_guid = ipoib_set_vf_guid,
/Linux-v4.19/include/linux/
Dnetdevice.h1299 int (*ndo_set_vf_guid)(struct net_device *dev, member