Searched refs:ibv_cmd_query_device (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/ofed/libibverbs/ |
| H A D | libibverbs.map | 127 ibv_cmd_query_device;
|
| H A D | driver.h | 143 int ibv_cmd_query_device(struct ibv_context *context,
|
| H A D | cmd.c | 112 int ibv_cmd_query_device(struct ibv_context *context, in ibv_cmd_query_device() function
|
| /src/contrib/ofed/libcxgb4/ |
| H A D | dev.c | 171 ret = ibv_cmd_query_device(&context->ibv_ctx, &attr, &raw_fw_ver, &qcmd, in c4iw_alloc_context()
|
| H A D | verbs.c | 55 ret = ibv_cmd_query_device(context, attr, &raw_fw_ver, &cmd, in c4iw_query_device()
|
| /src/contrib/ofed/libmlx4/ |
| H A D | verbs.c | 53 ret = ibv_cmd_query_device(context, attr, &raw_fw_ver, &cmd, sizeof cmd); in mlx4_query_device()
|
| /src/contrib/ofed/libirdma/ |
| H A D | irdma_uverbs.c | 104 ret = ibv_cmd_query_device(context, attr, &fw_ver, &cmd, sizeof(cmd)); in irdma_uquery_device()
|
| /src/contrib/ofed/libmlx5/ |
| H A D | verbs.c | 65 ret = ibv_cmd_query_device(context, attr, &raw_fw_ver, &cmd, sizeof cmd); in mlx5_query_device()
|
| /src/contrib/ofed/libbnxtre/ |
| H A D | verbs.c | 115 status = ibv_cmd_query_device(ibvctx, dev_attr, (uint64_t *)&fw_ver, in bnxt_re_query_device()
|