Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/vmw_vmci/
Dvmci_context.c128 context->queue_pair_array = vmci_handle_arr_create(0); in vmci_ctx_create()
129 if (!context->queue_pair_array) { in vmci_ctx_create()
180 vmci_handle_arr_destroy(context->queue_pair_array); in vmci_ctx_create()
444 temp_handle = vmci_handle_arr_get_entry(context->queue_pair_array, 0); in ctx_free_ctx()
454 vmci_handle_arr_remove_entry(context->queue_pair_array, in ctx_free_ctx()
458 vmci_handle_arr_get_entry(context->queue_pair_array, 0); in ctx_free_ctx()
479 vmci_handle_arr_destroy(context->queue_pair_array); in ctx_free_ctx()
1129 if (!vmci_handle_arr_has_entry(context->queue_pair_array, handle)) { in vmci_ctx_qp_create()
1130 vmci_handle_arr_append_entry(&context->queue_pair_array, in vmci_ctx_qp_create()
1151 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