Searched refs:ibv_cmd_query_port (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/ofed/libibverbs/ |
| H A D | libibverbs.map | 129 ibv_cmd_query_port;
|
| H A D | driver.h | 157 int ibv_cmd_query_port(struct ibv_context *context, uint8_t port_num,
|
| H A D | cmd.c | 243 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 D | verbs.c | 76 return ibv_cmd_query_port(context, port, attr, &cmd, sizeof cmd); in c4iw_query_port()
|
| /freebsd/contrib/ofed/libmlx4/ |
| H A D | verbs.c | 156 err = ibv_cmd_query_port(context, port, attr, &cmd, sizeof(cmd)); in mlx4_query_port()
|
| /freebsd/contrib/ofed/libirdma/ |
| H A D | irdma_uverbs.c | 125 return ibv_cmd_query_port(context, port, attr, &cmd, sizeof(cmd)); in irdma_uquery_port()
|
| /freebsd/contrib/ofed/libmlx5/ |
| H A D | verbs.c | 130 return ibv_cmd_query_port(context, port, attr, &cmd, sizeof cmd); in mlx5_query_port()
|
| /freebsd/contrib/ofed/libbnxtre/ |
| H A D | verbs.c | 139 return ibv_cmd_query_port(ibvctx, port, port_attr, &cmd, sizeof(cmd)); in bnxt_re_query_port()
|