Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibverbs/
H A Dlibibverbs.map127 ibv_cmd_query_device;
H A Ddriver.h143 int ibv_cmd_query_device(struct ibv_context *context,
H A Dcmd.c113 int ibv_cmd_query_device(struct ibv_context *context, in ibv_cmd_query_device() function
/freebsd/contrib/ofed/libcxgb4/
H A Ddev.c169 ret = ibv_cmd_query_device(&context->ibv_ctx, &attr, &raw_fw_ver, &qcmd, in c4iw_alloc_context()
H A Dverbs.c55 ret = ibv_cmd_query_device(context, attr, &raw_fw_ver, &cmd, in c4iw_query_device()
/freebsd/contrib/ofed/libmlx4/
H A Dverbs.c53 ret = ibv_cmd_query_device(context, attr, &raw_fw_ver, &cmd, sizeof cmd); in mlx4_query_device()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_uverbs.c104 ret = ibv_cmd_query_device(context, attr, &fw_ver, &cmd, sizeof(cmd)); in irdma_uquery_device()
/freebsd/contrib/ofed/libmlx5/
H A Dverbs.c65 ret = ibv_cmd_query_device(context, attr, &raw_fw_ver, &cmd, sizeof cmd); in mlx5_query_device()