queue_pair_array  123 drivers/misc/vmw_vmci/vmci_context.c 	context->queue_pair_array =
queue_pair_array  125 drivers/misc/vmw_vmci/vmci_context.c 	if (!context->queue_pair_array) {
queue_pair_array  178 drivers/misc/vmw_vmci/vmci_context.c 	vmci_handle_arr_destroy(context->queue_pair_array);
queue_pair_array  442 drivers/misc/vmw_vmci/vmci_context.c 	temp_handle = vmci_handle_arr_get_entry(context->queue_pair_array, 0);
queue_pair_array  452 drivers/misc/vmw_vmci/vmci_context.c 			vmci_handle_arr_remove_entry(context->queue_pair_array,
queue_pair_array  456 drivers/misc/vmw_vmci/vmci_context.c 		    vmci_handle_arr_get_entry(context->queue_pair_array, 0);
queue_pair_array  477 drivers/misc/vmw_vmci/vmci_context.c 	vmci_handle_arr_destroy(context->queue_pair_array);
queue_pair_array 1133 drivers/misc/vmw_vmci/vmci_context.c 	if (!vmci_handle_arr_has_entry(context->queue_pair_array, handle))
queue_pair_array 1135 drivers/misc/vmw_vmci/vmci_context.c 			&context->queue_pair_array, handle);
queue_pair_array 1153 drivers/misc/vmw_vmci/vmci_context.c 	hndl = vmci_handle_arr_remove_entry(context->queue_pair_array, handle);
queue_pair_array 1168 drivers/misc/vmw_vmci/vmci_context.c 	return vmci_handle_arr_has_entry(context->queue_pair_array, handle);
queue_pair_array   65 drivers/misc/vmw_vmci/vmci_context.h 	struct vmci_handle_arr *queue_pair_array;