Searched refs:ibv_read_sysfs_file (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14-stable/contrib/ofed/libibverbs/ |
| HD | 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()
|
| HD | sysfs.c | 78 int ibv_read_sysfs_file(const char *dir, const char *file, in ibv_read_sysfs_file() function
|
| HD | libibverbs.map | 48 ibv_read_sysfs_file;
|
| HD | verbs.c | 230 if (ibv_read_sysfs_file(context->device->ibdev_path, name, in __ibv_query_gid() 254 if (ibv_read_sysfs_file(context->device->ibdev_path, name, in __ibv_query_pkey() 666 if (ibv_read_sysfs_file(context->device->ibdev_path, name, buff, in ibv_query_gid_type()
|
| HD | device.c | 120 if (ibv_read_sysfs_file(device->ibdev_path, "node_guid", in __ibv_get_device_guid()
|
| HD | driver.h | 310 int ibv_read_sysfs_file(const char *dir, const char *file,
|
| /freebsd-14-stable/contrib/ofed/libcxgb4/ |
| HD | 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-14-stable/contrib/ofed/libirdma/ |
| HD | 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-14-stable/contrib/ofed/libmlx4/ |
| HD | mlx4.c | 278 if (ibv_read_sysfs_file(uverbs_sys_path, "device/vendor", in mlx4_driver_init() 283 if (ibv_read_sysfs_file(uverbs_sys_path, "device/device", in mlx4_driver_init()
|
| /freebsd-14-stable/contrib/ofed/libmlx5/ |
| HD | mlx5.c | 302 if (ibv_read_sysfs_file(fname, "device/local_cpus", buf, sizeof(buf))) { in mlx5_local_cpu_set() 990 if (ibv_read_sysfs_file(uverbs_sys_path, "device/vendor", in mlx5_driver_init() 995 if (ibv_read_sysfs_file(uverbs_sys_path, "device/device", in mlx5_driver_init()
|
| /freebsd-14-stable/contrib/ofed/libibcm/ |
| HD | 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-14-stable/contrib/ofed/libibverbs/examples/ |
| HD | devinfo.c | 456 if (ibv_read_sysfs_file(ib_dev->ibdev_path, "board_id", buf, sizeof buf) > 0) in print_hca_cap()
|
| /freebsd-14-stable/contrib/ofed/librdmacm/ |
| HD | 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()
|