Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c1997 if (!device->set_vf_guid) in ib_set_vf_guid()
2000 return device->set_vf_guid(device, vf, port, guid, type); in ib_set_vf_guid()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2372 int (*set_vf_guid)(struct ib_device *device, int vf, u8 port, u64 guid, member
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3480 dev->ib_dev.set_vf_guid = mlx5_ib_set_vf_guid; in mlx5_ib_add()