Home
last modified time | relevance | path

Searched refs:ibv_cmd_query_port (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Dlibibverbs.map129 ibv_cmd_query_port;
H A Ddriver.h157 int ibv_cmd_query_port(struct ibv_context *context, uint8_t port_num,
H A Dcmd.c243 int ibv_cmd_query_port(struct ibv_context *context, uint8_t port_num, in ibv_cmd_query_port() function
/freebsd/contrib/ofed/libcxgb4/
H A Dverbs.c76 return ibv_cmd_query_port(context, port, attr, &cmd, sizeof cmd); in c4iw_query_port()
/freebsd/contrib/ofed/libmlx4/
H A Dverbs.c156 err = ibv_cmd_query_port(context, port, attr, &cmd, sizeof(cmd)); in mlx4_query_port()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_uverbs.c125 return ibv_cmd_query_port(context, port, attr, &cmd, sizeof(cmd)); in irdma_uquery_port()
/freebsd/contrib/ofed/libmlx5/
H A Dverbs.c130 return ibv_cmd_query_port(context, port, attr, &cmd, sizeof cmd); in mlx5_query_port()
/freebsd/contrib/ofed/libbnxtre/
H A Dverbs.c139 return ibv_cmd_query_port(ibvctx, port, port_attr, &cmd, sizeof(cmd)); in bnxt_re_query_port()