Home
last modified time | relevance | path

Searched refs:destroyed (Results 1 – 11 of 11) sorted by relevance

/drivers/infiniband/sw/rxe/
Drxe_task.c102 task->destroyed = false; in rxe_init_task()
121 task->destroyed = true; in rxe_cleanup_task()
134 if (task->destroyed) in rxe_run_task()
Drxe_task.h28 bool destroyed; member
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vce.c724 uint32_t destroyed = 0; in amdgpu_vce_ring_parse_cs() local
824 if (destroyed & (1 << session_idx)) { in amdgpu_vce_ring_parse_cs()
825 destroyed &= ~(1 << session_idx); in amdgpu_vce_ring_parse_cs()
876 destroyed |= 1 << session_idx; in amdgpu_vce_ring_parse_cs()
936 tmp = destroyed; in amdgpu_vce_ring_parse_cs()
959 uint32_t destroyed = 0; in amdgpu_vce_ring_parse_cs_vm() local
988 if (destroyed & (1 << session_idx)) { in amdgpu_vce_ring_parse_cs_vm()
989 destroyed &= ~(1 << session_idx); in amdgpu_vce_ring_parse_cs_vm()
1001 destroyed |= 1 << session_idx; in amdgpu_vce_ring_parse_cs_vm()
1025 tmp = destroyed; in amdgpu_vce_ring_parse_cs_vm()
/drivers/gpu/drm/radeon/
Dradeon_vce.c560 bool destroyed = false, created = false, allocated = false; in radeon_vce_cs_parse() local
575 if (destroyed) { in radeon_vce_cs_parse()
628 destroyed = true; in radeon_vce_cs_parse()
674 if ((!r && destroyed) || (r && allocated)) { in radeon_vce_cs_parse()
/drivers/infiniband/hw/i40iw/
Di40iw_verbs.h161 u8 destroyed:1; member
Di40iw_cm.c3575 if (issue_flush && !iwqp->destroyed) { in i40iw_cm_disconn_true()
4098 if (iwqp->destroyed) { in i40iw_cm_event_connected()
Di40iw_verbs.c387 iwqp->destroyed = 1; in i40iw_destroy_qp()
/drivers/scsi/isci/
Dremote_device.c1414 int destroyed; in isci_remote_device_resume_from_abort() local
1424 destroyed = sci_remote_node_context_is_being_destroyed(&idev->rnc); in isci_remote_device_resume_from_abort()
1425 if (!destroyed) in isci_remote_device_resume_from_abort()
1430 if (!destroyed && (status == SCI_SUCCESS)) in isci_remote_device_resume_from_abort()
/drivers/infiniband/hw/qedr/
Dqedr.h303 u8 destroyed; member
Dmain.c505 if (!cq->destroyed && cq->ibcq.comp_handler) in qedr_irq_handler()
Dverbs.c872 if (cq->destroyed) { in qedr_arm_cq()
1074 cq->destroyed = 1; in qedr_destroy_cq()
4434 if (cq->destroyed) { in qedr_poll_cq()