Searched refs:ibv_cmd_query_device (Results 1 – 8 of 8) sorted by relevance
/freebsd/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 | 113 int ibv_cmd_query_device(struct ibv_context *context, in ibv_cmd_query_device() function
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | dev.c | 169 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()
|
/freebsd/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()
|
/freebsd/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()
|
/freebsd/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()
|