Searched refs:ip_type (Results 1 – 7 of 7) sorted by relevance
/openbsd/sys/arch/amd64/amd64/ |
H A D | ioapic.c | 345 sc->sc_pins[i].ip_type = IST_NONE; in ioapic_attach() 399 else if (pp->ip_type == IST_NONE) { in apic_set_redir() 419 if (pp->ip_type == IST_LEVEL) in apic_set_redir() 424 if (pp->ip_type == IST_LEVEL) in apic_set_redir() 467 if (ip->ip_type != IST_NONE) in ioapic_enable() 516 pp->ip_type = type; in ioapic_addroute() 533 pp->ip_type = IST_NONE; in ioapic_delroute() 552 if (ip->ip_type != IST_NONE) in ioapic_dump()
|
/openbsd/sys/arch/i386/i386/ |
H A D | ioapic.c | 344 sc->sc_pins[i].ip_type = 0; in ioapic_attach() 448 if (pp->ip_type == IST_LEVEL) in apic_set_redir() 453 if (pp->ip_type == IST_LEVEL) in apic_set_redir() 695 switch (pin->ip_type) { in apic_intr_establish() 697 pin->ip_type = type; in apic_intr_establish() 703 if (type == pin->ip_type) in apic_intr_establish() 855 if (ip->ip_type != IST_NONE) in ioapic_dump()
|
/openbsd/sys/arch/amd64/include/ |
H A D | i82093var.h | 44 int ip_type; member
|
/openbsd/sys/arch/i386/include/ |
H A D | i82093var.h | 45 int ip_type; member
|
/openbsd/sys/dev/pci/drm/include/uapi/drm/ |
H A D | amdgpu_drm.h | 471 __u32 ip_type; member 489 __u32 ip_type; member 667 __u32 ip_type; member 675 __u32 ip_type; member
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_cs.c | 80 r = amdgpu_ctx_get_entity(p->ctx, chunk_ib->ip_type, in amdgpu_cs_job_idx() 117 if (num_ibs[r] >= amdgpu_ring_max_ibs(chunk_ib->ip_type)) in amdgpu_cs_p1_ib() 355 if (chunk_ib->ip_type == AMDGPU_HW_IP_GFX && in amdgpu_cs_p2_ib() 405 r = amdgpu_ctx_get_entity(ctx, deps[i].ip_type, in amdgpu_cs_p2_dependencies() 1494 r = amdgpu_ctx_get_entity(ctx, wait->in.ip_type, wait->in.ip_instance, in amdgpu_cs_wait_ioctl() 1542 r = amdgpu_ctx_get_entity(ctx, user->ip_type, user->ip_instance, in amdgpu_cs_get_fence()
|
H A D | amdgpu_mes.c | 44 int ip_type, uint64_t *doorbell_index) in amdgpu_mes_kernel_doorbell_get() argument 49 if (ip_type == AMDGPU_RING_TYPE_SDMA) in amdgpu_mes_kernel_doorbell_get()
|