Searched refs:ibv_read_sysfs_file (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/ofed/libibverbs/
H A Dinit.c106 if (ibv_read_sysfs_file(sysfs_dev->sysfs_path, "ibdev",
117 if (ibv_read_sysfs_file(sysfs_dev->sysfs_path, "abi_version",
171 if (ibv_read_sysfs_file(sysfs_dev->ibdev_path, "node_type", value, sizeof value) < 0) {
227 if (ibv_read_sysfs_file(path, "class/infiniband_verbs/abi_version",
H A Dsysfs.c78 int ibv_read_sysfs_file(const char *dir, const char *file, function
H A Ddevice.c120 if (ibv_read_sysfs_file(device->ibdev_path, "node_guid",
H A Ddriver.h310 int ibv_read_sysfs_file(const char *dir, const char *file,
H A Dverbs.c222 if (ibv_read_sysfs_file(context->device->ibdev_path, name,
246 if (ibv_read_sysfs_file(context->device->ibdev_path, name,
655 * ibv_read_sysfs_file.
658 if (ibv_read_sysfs_file(context->device->ibdev_path, name, buff,
/freebsd-12-stable/contrib/ofed/libcxgb4/
H A Ddev.c422 if (ibv_read_sysfs_file(uverbs_sys_path, "ibdev",
435 if (ibv_read_sysfs_file(dev_str, "\%pnpinfo", value, sizeof value) < 0)
451 if (ibv_read_sysfs_file(uverbs_sys_path, "device/vendor",
456 if (ibv_read_sysfs_file(uverbs_sys_path, "device/device",
473 if (ibv_read_sysfs_file(dev_str, "firmware_version",
481 if (ibv_read_sysfs_file(uverbs_sys_path, "ibdev",
488 if (ibv_read_sysfs_file(devstr, "fw_ver", value, sizeof value) < 0)
/freebsd-12-stable/contrib/ofed/libmlx4/
H A Dmlx4.c278 if (ibv_read_sysfs_file(uverbs_sys_path, "device/vendor",
283 if (ibv_read_sysfs_file(uverbs_sys_path, "device/device",
/freebsd-12-stable/contrib/ofed/libmlx5/
H A Dmlx5.c296 if (ibv_read_sysfs_file(fname, "device/local_cpus", buf, sizeof(buf))) {
980 if (ibv_read_sysfs_file(uverbs_sys_path, "device/vendor",
985 if (ibv_read_sysfs_file(uverbs_sys_path, "device/device",
/freebsd-12-stable/contrib/ofed/libibcm/
H A Dcm.c118 if (ibv_read_sysfs_file(ibv_get_sysfs_path(),
159 ret = ibv_read_sysfs_file(dev_path, "ibdev", ibdev, sizeof ibdev);
/freebsd-12-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c455 if (ibv_read_sysfs_file(ib_dev->ibdev_path, "board_id", buf, sizeof buf) > 0)
/freebsd-12-stable/contrib/ofed/librdmacm/
H A Dcma.c140 if ((ibv_read_sysfs_file(ibv_get_sysfs_path(),
143 (ibv_read_sysfs_file(ibv_get_sysfs_path(),

Completed in 171 milliseconds