/freebsd/contrib/ofed/libibverbs/ |
H A D | init.c | 106 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 D | sysfs.c | 78 int ibv_read_sysfs_file(const char *dir, const char *file, in ibv_read_sysfs_file() function
|
H A D | libibverbs.map | 48 ibv_read_sysfs_file;
|
H A D | verbs.c | 222 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 D | driver.h | 313 int ibv_read_sysfs_file(const char *dir, const char *file,
|
H A D | device.c | 120 if (ibv_read_sysfs_file(device->ibdev_path, "node_guid", in __ibv_get_device_guid()
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | dev.c | 422 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 D | irdma_umain.c | 228 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 D | mlx4.c | 307 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 D | mlx5.c | 302 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 D | cm.c | 118 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 D | devinfo.c | 455 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 D | cma.c | 140 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()
|