Home
last modified time | relevance | path

Searched refs:query_port (Results 1 – 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/unbound/dnstap/
HDdnstap.proto184 optional uint32 query_port = 6; field
226 // query_address, query_port
232 // query_address, query_port
HDdnstap.c381 &dm.m.query_port, &dm.m.has_query_port); in dt_msg_send_client_query()
413 &dm.m.query_port, &dm.m.has_query_port); in dt_msg_send_client_response()
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
HDuverbs.h249 IB_UVERBS_DECLARE_CMD(query_port);
HDib_device.c97 IB_MANDATORY_FUNC(query_port), in ib_device_check_mandatory()
671 err = device->query_port(device, port_num, port_attr); in ib_query_port()
/freebsd-11-stable/contrib/ofed/libmlx4/
HDmlx4.c89 .query_port = mlx4_query_port,
/freebsd-11-stable/contrib/ofed/libcxgb4/
HDdev.c83 .query_port = c4iw_query_port,
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
HDprovider.c468 ibdev->query_port = c4iw_query_port; in c4iw_register_device()
/freebsd-11-stable/contrib/ofed/libibverbs/
HDverbs.c208 return context->ops.query_port(context, port_num, port_attr); in __ibv_query_port()
HDcompat-1_0.c168 int (*query_port)(struct ibv_context *context, uint8_t port_num, member
HDverbs.h1407 int (*query_port)(struct ibv_context *context, uint8_t port_num, member
/freebsd-11-stable/contrib/ofed/libmlx5/
HDmlx5.c93 .query_port = mlx5_query_port,
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_provider.c1099 dev->ibdev.query_port = iwch_query_port; in iwch_register_device()
/freebsd-11-stable/sys/dev/mthca/
HDmthca_provider.c1226 dev->ib_dev.query_port = mthca_query_port; in mthca_register_device()
/freebsd-11-stable/sys/ofed/include/rdma/
HDib_verbs.h1886 int (*query_port)(struct ib_device *device, member
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
HDmlx4_ib_main.c2600 ibdev->ib_dev.query_port = mlx4_ib_query_port; in mlx4_ib_add()
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib_main.c3165 dev->ib_dev.query_port = mlx5_ib_query_port; in mlx5_ib_add()