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

  /src/external/bsd/nsd/dist/
xfrd-tcp.h 160 int pipe_num; member in struct:xfrd_tcp_pipeline
162 * zone_per_id tree. preallocated at pipe_num amount. */
173 * pipe_num-num_unused values are in the tree (either
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v8_0.c 6251 int pipe_num, tmp, reg; local
6254 pipe_num = ring->me * adev->gfx.mec.num_pipe_per_mec + ring->pipe;
6258 pipe_num -= 2;
6260 reg = mmSPI_WCL_PIPE_PERCENT_GFX + pipe_num;
amdgpu_gfx_v9_0.c 5057 int pipe_num, tmp, reg; local
5060 pipe_num = ring->me * adev->gfx.mec.num_pipe_per_mec + ring->pipe;
5064 pipe_num -= 2;
5066 reg = SOC15_REG_OFFSET(GC, 0, mmSPI_WCL_PIPE_PERCENT_GFX) + pipe_num;

Completed in 27 milliseconds