Home
last modified time | relevance | path

Searched refs:temp_handle (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
H A Dvmci_context.c428 struct vmci_handle temp_handle; in ctx_free_ctx() local
442 temp_handle = vmci_handle_arr_get_entry(context->queue_pair_array, 0); in ctx_free_ctx()
443 while (!vmci_handle_is_equal(temp_handle, VMCI_INVALID_HANDLE)) { in ctx_free_ctx()
444 if (vmci_qp_broker_detach(temp_handle, in ctx_free_ctx()
453 temp_handle); in ctx_free_ctx()
455 temp_handle = in ctx_free_ctx()
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/
H A Dvmci_context.c428 struct vmci_handle temp_handle; in ctx_free_ctx() local
442 temp_handle = vmci_handle_arr_get_entry(context->queue_pair_array, 0); in ctx_free_ctx()
443 while (!vmci_handle_is_equal(temp_handle, VMCI_INVALID_HANDLE)) { in ctx_free_ctx()
444 if (vmci_qp_broker_detach(temp_handle, in ctx_free_ctx()
453 temp_handle); in ctx_free_ctx()
455 temp_handle = in ctx_free_ctx()
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c1955 u16 ioc_status, parent_handle, temp_handle; in mpi3mr_expander_add() local
2036 temp_handle = le16_to_cpu( in mpi3mr_expander_add()
2038 if (temp_handle != handle) in mpi3mr_expander_add()

Completed in 7 milliseconds