Home
last modified time | relevance | path

Searched refs:queue_pair_array (Results 1 – 2 of 2) sorted by relevance

/drivers/misc/vmw_vmci/
Dvmci_context.c127 context->queue_pair_array = vmci_handle_arr_create(0); in vmci_ctx_create()
128 if (!context->queue_pair_array) { in vmci_ctx_create()
179 vmci_handle_arr_destroy(context->queue_pair_array); in vmci_ctx_create()
443 temp_handle = vmci_handle_arr_get_entry(context->queue_pair_array, 0); in ctx_free_ctx()
453 vmci_handle_arr_remove_entry(context->queue_pair_array, in ctx_free_ctx()
457 vmci_handle_arr_get_entry(context->queue_pair_array, 0); in ctx_free_ctx()
478 vmci_handle_arr_destroy(context->queue_pair_array); in ctx_free_ctx()
1128 if (!vmci_handle_arr_has_entry(context->queue_pair_array, handle)) { in vmci_ctx_qp_create()
1129 vmci_handle_arr_append_entry(&context->queue_pair_array, in vmci_ctx_qp_create()
1150 hndl = vmci_handle_arr_remove_entry(context->queue_pair_array, handle); in vmci_ctx_qp_destroy()
[all …]
Dvmci_context.h73 struct vmci_handle_arr *queue_pair_array; member