Searched refs:ibv_query_port (Results 1 – 20 of 20) sorted by relevance
| /freebsd-9-stable/contrib/ofed/libibverbs/fixes/ |
| D | rocee_kernel_accept_link_layer.patch | 4 Update ibv_query_port.3 man page with the change. 9 man/ibv_query_port.3 | 1 + 27 Index: libibverbs/man/ibv_query_port.3 29 --- libibverbs.orig/man/ibv_query_port.3 2010-06-08 11:08:57.951172000 +0300 30 +++ libibverbs/man/ibv_query_port.3 2010-06-08 11:09:10.177543000 +0300
|
| D | rocee_link_layer.patch | 67 +#define ibv_query_port(context, port_num, port_attr) \
|
| D | verbs_man_page.patch | 18 man/ibv_query_pkey.3 man/ibv_query_port.3 man/ibv_query_qp.3 \ 92 +int ibv_query_port(struct ibv_context *context, uint8_t port_num,
|
| D | XRC_man_pages.patch | 647 man/ibv_query_pkey.3 man/ibv_query_port.3 man/ibv_query_qp.3 \
|
| D | rocee_examples.patch | 73 + return ibv_query_port(context, port, attr);
|
| /freebsd-9-stable/contrib/ofed/libibverbs/examples/ |
| D | pingpong.c | 55 if (ibv_query_port(context, port, &attr)) in pp_get_local_lid() 64 return ibv_query_port(context, port, attr); in pp_get_port_info()
|
| D | devinfo.c | 283 rc = ibv_query_port(ctx, port, &port_attr); in print_hca_cap()
|
| /freebsd-9-stable/contrib/ofed/usr.lib/libibverbs/ |
| D | Makefile | 28 ibv_query_pkey.3 ibv_query_port.3 ibv_query_qp.3 ibv_query_srq.3 \
|
| /freebsd-9-stable/contrib/ofed/libibverbs/src/ |
| D | libibverbs.map | 12 ibv_query_port;
|
| D | compat-1_0.c | 545 return ibv_query_port(context->real_context, port_num, port_attr); in __ibv_query_port_1_0() 547 symver(__ibv_query_port_1_0, ibv_query_port, IBVERBS_1.0);
|
| D | verbs.c | 91 default_symver(__ibv_query_port, ibv_query_port);
|
| D | cmd.c | 167 struct ibv_query_port *cmd, size_t cmd_size) in ibv_cmd_query_port()
|
| /freebsd-9-stable/contrib/ofed/libibverbs/include/infiniband/ |
| D | driver.h | 69 struct ibv_query_port *cmd, size_t cmd_size);
|
| D | verbs.h | 837 int ibv_query_port(struct ibv_context *context, uint8_t port_num, 1327 #define ibv_query_port(context, port_num, port_attr) \ macro
|
| D | kern-abi.h | 204 struct ibv_query_port { struct
|
| /freebsd-9-stable/contrib/ofed/libmlx4/fixes/ |
| D | rocee_add_support.patch | 93 + if (ibv_query_port(pd->context, attr->port_num, &port_attr))
|
| /freebsd-9-stable/contrib/ofed/libmlx4/src/ |
| D | verbs.c | 72 struct ibv_query_port cmd; in mlx4_query_port() 711 if (ibv_query_port(pd->context, attr->port_num, &port_attr)) in mlx4_create_ah()
|
| /freebsd-9-stable/contrib/ofed/librdmacm/examples/ |
| D | mckey.c | 117 ret = ibv_query_port(node->cma_id->verbs, node->cma_id->port_num, in verify_test_params()
|
| D | udaddy.c | 115 ret = ibv_query_port(node->cma_id->verbs, node->cma_id->port_num, in verify_test_params()
|
| /freebsd-9-stable/contrib/ofed/libmthca/src/ |
| D | verbs.c | 72 struct ibv_query_port cmd; in mthca_query_port()
|