Home
last modified time | relevance | path

Searched refs:ibdev_path (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Dinit.c60 char ibdev_path[IBV_SYSFS_PATH_MAX]; member
111 snprintf(sysfs_dev->ibdev_path, sizeof sysfs_dev->ibdev_path, in find_sysfs_devs()
171 if (ibv_read_sysfs_file(sysfs_dev->ibdev_path, "node_type", value, sizeof value) < 0) { in try_driver()
173 sysfs_dev->ibdev_path); in try_driver()
204 strcpy(dev->ibdev_path, sysfs_dev->ibdev_path); in try_driver()
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()
693 context->device->ibdev_path, "ports", port_num, in ibv_query_gid_type()
H A Ddevice.c120 if (ibv_read_sysfs_file(device->ibdev_path, "node_guid", in __ibv_get_device_guid()
H A Dverbs.h1401 char ibdev_path[IBV_SYSFS_PATH_MAX]; member
/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()