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

/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_context.c123 context->queue_pair_array =
125 if (!context->queue_pair_array) {
178 vmci_handle_arr_destroy(context->queue_pair_array);
442 temp_handle = vmci_handle_arr_get_entry(context->queue_pair_array, 0);
452 vmci_handle_arr_remove_entry(context->queue_pair_array,
456 vmci_handle_arr_get_entry(context->queue_pair_array, 0);
477 vmci_handle_arr_destroy(context->queue_pair_array);
1130 if (!vmci_handle_arr_has_entry(context->queue_pair_array, handle))
1132 &context->queue_pair_array, handle);
1150 hndl = vmci_handle_arr_remove_entry(context->queue_pair_array, handl
[all...]
H A Dvmci_context.h65 struct vmci_handle_arr *queue_pair_array; member in struct:vmci_ctx

Completed in 146 milliseconds