HomeSort by: relevance | last modified time | path
    Searched defs:pipe_id (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/usb/
if_athn_usb.h 288 uint8_t pipe_id; member in struct:ar_htc_msg_config_pipe
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v10_0.c 4952 u8 me_id, pipe_id, queue_id; local in function:gfx_v10_0_eop_irq
4957 pipe_id = (entry->ring_id & 0x03) >> 0;
4962 if (pipe_id == 0)
4974 if ((ring->me == me_id) && (ring->pipe == pipe_id) && (ring->queue == queue_id))
5022 u8 me_id, pipe_id, queue_id; local in function:gfx_v10_0_handle_priv_fault
5027 pipe_id = (entry->ring_id & 0x03) >> 0;
5035 if (ring->me == me_id && ring->pipe == pipe_id)
5043 if (ring->me == me_id && ring->pipe == pipe_id &&
5120 u8 me_id, pipe_id, queue_id; local in function:gfx_v10_0_kiq_irq
5124 pipe_id = (entry->ring_id & 0x03) >> 0
    [all...]
amdgpu_gfx_v7_0.c 4876 u8 me_id, pipe_id; local in function:gfx_v7_0_eop_irq
4882 pipe_id = (entry->ring_id & 0x03) >> 0;
4891 if ((ring->me == me_id) && (ring->pipe == pipe_id))
4903 u8 me_id, pipe_id; local in function:gfx_v7_0_fault
4907 pipe_id = (entry->ring_id & 0x03) >> 0;
4916 if ((ring->me == me_id) && (ring->pipe == pipe_id))
amdgpu_gfx_v8_0.c 6705 u8 me_id, pipe_id, queue_id; local in function:gfx_v8_0_eop_irq
6710 pipe_id = (entry->ring_id & 0x03) >> 0;
6724 if ((ring->me == me_id) && (ring->pipe == pipe_id) && (ring->queue == queue_id))
6735 u8 me_id, pipe_id, queue_id; local in function:gfx_v8_0_fault
6740 pipe_id = (entry->ring_id & 0x03) >> 0;
6751 if (ring->me == me_id && ring->pipe == pipe_id &&
amdgpu_gfx_v9_0.c 5567 u8 me_id, pipe_id, queue_id; local in function:gfx_v9_0_eop_irq
5572 pipe_id = (entry->ring_id & 0x03) >> 0;
5586 if ((ring->me == me_id) && (ring->pipe == pipe_id) && (ring->queue == queue_id))
5597 u8 me_id, pipe_id, queue_id; local in function:gfx_v9_0_fault
5602 pipe_id = (entry->ring_id & 0x03) >> 0;
5613 if (ring->me == me_id && ring->pipe == pipe_id &&
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_cik.c 7542 * ME_ID [1:0], PIPE_ID[1:0], QUEUE_ID[2:0]
7546 * PIPE_ID - ME0 0=3D
7573 u8 me_id, pipe_id, queue_id; local in function:cik_irq_process
8002 pipe_id = (ring_id & 0x18) >> 3;
8010 if ((cp1_ring->me == me_id) & (cp1_ring->pipe == pipe_id))
8012 if ((cp2_ring->me == me_id) & (cp2_ring->pipe == pipe_id))
8021 pipe_id = (ring_id & 0x18) >> 3;
8044 pipe_id = (ring_id & 0x18) >> 3;

Completed in 110 milliseconds