Home
last modified time | relevance | path

Searched refs:query_device (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/sys/ofed/drivers/infiniband/core/
H A Duverbs.h250 IB_UVERBS_DECLARE_CMD(query_device);
293 IB_UVERBS_DECLARE_EX_CMD(query_device);
H A Dib_device.c96 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 Dib_uverbs_cmd.c4249 err = ib_dev->query_device(ib_dev, &attr, uhw); in ib_uverbs_ex_query_device()
/freebsd-12.1/contrib/ofed/libmlx4/
H A Dmlx4.c88 .query_device = mlx4_query_device,
/freebsd-12.1/contrib/ofed/libcxgb4/
H A Ddev.c82 .query_device = c4iw_query_device,
/freebsd-12.1/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c469 ibdev->query_device = c4iw_query_device; in c4iw_register_device()
/freebsd-12.1/contrib/ofed/libmlx5/
H A Dmlx5.c92 .query_device = mlx5_query_device,
/freebsd-12.1/contrib/ofed/libibverbs/
H A Dverbs.c201 return context->ops.query_device(context, device_attr); in __ibv_query_device()
H A Dcompat-1_0.c166 int (*query_device)(struct ibv_context *context, member
H A Dverbs.h1405 int (*query_device)(struct ibv_context *context, member
/freebsd-12.1/sys/dev/mthca/
H A Dmthca_provider.c1225 dev->ib_dev.query_device = mthca_query_device; in mthca_register_device()
/freebsd-12.1/sys/ofed/include/rdma/
H A Dib_verbs.h1880 int (*query_device)(struct ib_device *device, member
/freebsd-12.1/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3164 dev->ib_dev.query_device = mlx5_ib_query_device; in mlx5_ib_add()
/freebsd-12.1/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2594 ibdev->ib_dev.query_device = mlx4_ib_query_device; in mlx4_ib_add()