Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Drtnetlink.c2497 return ops->ndo_set_vf_guid(dev, ivt->vf, ivt->guid, guid_type); in handle_infiniband_guid()
2658 if (!ops->ndo_set_vf_guid) in do_setvfinfo()
2668 if (!ops->ndo_set_vf_guid) in do_setvfinfo()
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c2081 .ndo_set_vf_guid = ipoib_set_vf_guid,
/openbmc/linux/include/linux/
H A Dnetdevice.h1497 int (*ndo_set_vf_guid)(struct net_device *dev, member