Searched refs:query_device (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/sys/ofed/drivers/infiniband/core/ |
| H A D | uverbs.h | 250 IB_UVERBS_DECLARE_CMD(query_device); 293 IB_UVERBS_DECLARE_EX_CMD(query_device);
|
| H A D | ib_device.c | 96 IB_MANDATORY_FUNC(query_device), in ib_device_check_mandatory() 363 ret = device->query_device(device, &device->attrs, &uhw); in ib_register_device()
|
| H A D | ib_uverbs_cmd.c | 4249 err = ib_dev->query_device(ib_dev, &attr, uhw); in ib_uverbs_ex_query_device()
|
| /freebsd-12.1/contrib/ofed/libmlx4/ |
| H A D | mlx4.c | 88 .query_device = mlx4_query_device,
|
| /freebsd-12.1/contrib/ofed/libcxgb4/ |
| H A D | dev.c | 82 .query_device = c4iw_query_device,
|
| /freebsd-12.1/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | provider.c | 469 ibdev->query_device = c4iw_query_device; in c4iw_register_device()
|
| /freebsd-12.1/contrib/ofed/libmlx5/ |
| H A D | mlx5.c | 92 .query_device = mlx5_query_device,
|
| /freebsd-12.1/contrib/ofed/libibverbs/ |
| H A D | verbs.c | 201 return context->ops.query_device(context, device_attr); in __ibv_query_device()
|
| H A D | compat-1_0.c | 166 int (*query_device)(struct ibv_context *context, member
|
| H A D | verbs.h | 1405 int (*query_device)(struct ibv_context *context, member
|
| /freebsd-12.1/sys/dev/mthca/ |
| H A D | mthca_provider.c | 1225 dev->ib_dev.query_device = mthca_query_device; in mthca_register_device()
|
| /freebsd-12.1/sys/ofed/include/rdma/ |
| H A D | ib_verbs.h | 1880 int (*query_device)(struct ib_device *device, member
|
| /freebsd-12.1/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib_main.c | 3164 dev->ib_dev.query_device = mlx5_ib_query_device; in mlx5_ib_add()
|
| /freebsd-12.1/sys/dev/mlx4/mlx4_ib/ |
| H A D | mlx4_ib_main.c | 2594 ibdev->ib_dev.query_device = mlx4_ib_query_device; in mlx4_ib_add()
|