Searched refs:ibv_query_port (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/ofed/libibverbs/examples/
H A Dpingpong.c55 if (ibv_query_port(context, port, &attr))
64 return ibv_query_port(context, port, attr);
H A Ddevinfo.c285 rc = ibv_query_port(ctx, port, &port_attr);
/freebsd-9.3-release/contrib/ofed/usr.lib/libibverbs/
H A DMakefile28 ibv_query_pkey.3 ibv_query_port.3 ibv_query_qp.3 ibv_query_srq.3 \
/freebsd-9.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Ddriver.h69 struct ibv_query_port *cmd, size_t cmd_size);
H A Dverbs.h835 * ibv_query_port - Get port properties
837 int ibv_query_port(struct ibv_context *context, uint8_t port_num,
1327 #define ibv_query_port(context, port_num, port_attr) \ macro
H A Dkern-abi.h204 struct ibv_query_port { struct
/freebsd-9.3-release/contrib/ofed/librdmacm/examples/
H A Dmckey.c117 ret = ibv_query_port(node->cma_id->verbs, node->cma_id->port_num,
H A Dudaddy.c115 ret = ibv_query_port(node->cma_id->verbs, node->cma_id->port_num,
/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dcompat-1_0.c545 return ibv_query_port(context->real_context, port_num, port_attr);
547 symver(__ibv_query_port_1_0, ibv_query_port, IBVERBS_1.0);
H A Dverbs.c91 default_symver(__ibv_query_port, ibv_query_port);
H A Dcmd.c167 struct ibv_query_port *cmd, size_t cmd_size)
/freebsd-9.3-release/contrib/ofed/libmlx4/src/
H A Dverbs.c72 struct ibv_query_port cmd;
707 if (ibv_query_port(pd->context, attr->port_num, &port_attr))
/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Dverbs.c72 struct ibv_query_port cmd;

Completed in 184 milliseconds