Home
last modified time | relevance | path

Searched refs:ibv_read_sysfs_file (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Dinit.c106 if (ibv_read_sysfs_file(sysfs_dev->sysfs_path, "ibdev", in find_sysfs_devs()
117 if (ibv_read_sysfs_file(sysfs_dev->sysfs_path, "abi_version", in find_sysfs_devs()
171 if (ibv_read_sysfs_file(sysfs_dev->ibdev_path, "node_type", value, sizeof value) < 0) { in try_driver()
227 if (ibv_read_sysfs_file(path, "class/infiniband_verbs/abi_version", in check_abi_version()
H A Dsysfs.c78 int ibv_read_sysfs_file(const char *dir, const char *file, in ibv_read_sysfs_file() function
H A Dlibibverbs.map48 ibv_read_sysfs_file;
H A Dverbs.c222 if (ibv_read_sysfs_file(context->device->ibdev_path, name, in __ibv_query_gid()
246 if (ibv_read_sysfs_file(context->device->ibdev_path, name, in __ibv_query_pkey()
680 if (ibv_read_sysfs_file(context->device->ibdev_path, name, buff, in ibv_query_gid_type()
H A Ddriver.h313 int ibv_read_sysfs_file(const char *dir, const char *file,
H A Ddevice.c120 if (ibv_read_sysfs_file(device->ibdev_path, "node_guid", in __ibv_get_device_guid()
/freebsd/contrib/ofed/libcxgb4/
H A Ddev.c422 if (ibv_read_sysfs_file(uverbs_sys_path, "ibdev", in cxgb4_driver_init()
435 if (ibv_read_sysfs_file(dev_str, "\%pnpinfo", value, sizeof value) < 0) in cxgb4_driver_init()
451 if (ibv_read_sysfs_file(uverbs_sys_path, "device/vendor", in cxgb4_driver_init()
456 if (ibv_read_sysfs_file(uverbs_sys_path, "device/device", in cxgb4_driver_init()
473 if (ibv_read_sysfs_file(dev_str, "firmware_version", in cxgb4_driver_init()
481 if (ibv_read_sysfs_file(uverbs_sys_path, "ibdev", in cxgb4_driver_init()
488 if (ibv_read_sysfs_file(devstr, "fw_ver", value, sizeof value) < 0) in cxgb4_driver_init()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.c228 if (ibv_read_sysfs_file(uverbs_sys_path, "device/vendor", in irdma_driver_init()
235 if (ibv_read_sysfs_file(uverbs_sys_path, "device/device", in irdma_driver_init()
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.c307 if (ibv_read_sysfs_file(uverbs_sys_path, "device/vendor", in mlx4_driver_init()
312 if (ibv_read_sysfs_file(uverbs_sys_path, "device/device", in mlx4_driver_init()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c302 if (ibv_read_sysfs_file(fname, "device/local_cpus", buf, sizeof(buf))) { in mlx5_local_cpu_set()
1042 if (ibv_read_sysfs_file(uverbs_sys_path, "device/vendor", in mlx5_driver_init()
1047 if (ibv_read_sysfs_file(uverbs_sys_path, "device/device", in mlx5_driver_init()
/freebsd/contrib/ofed/libibcm/
H A Dcm.c118 if (ibv_read_sysfs_file(ibv_get_sysfs_path(), in check_abi_version()
159 ret = ibv_read_sysfs_file(dev_path, "ibdev", ibdev, sizeof ibdev); in ucm_get_dev_index()
/freebsd/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c455 if (ibv_read_sysfs_file(ib_dev->ibdev_path, "board_id", buf, sizeof buf) > 0) in print_hca_cap()
/freebsd/contrib/ofed/librdmacm/
H A Dcma.c140 if ((ibv_read_sysfs_file(ibv_get_sysfs_path(), in check_abi_version()
143 (ibv_read_sysfs_file(ibv_get_sysfs_path(), in check_abi_version()