Home
last modified time | relevance | path

Searched refs:eng_sel (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev.c726 u32 addr, val, eng_sel; in qed_llh_set_ppfid_affinity() local
742 eng_sel = 0; in qed_llh_set_ppfid_affinity()
745 eng_sel = 1; in qed_llh_set_ppfid_affinity()
748 eng_sel = 2; in qed_llh_set_ppfid_affinity()
758 SET_FIELD(val, NIG_REG_PPF_TO_ENGINE_SEL_NON_ROCE, eng_sel); in qed_llh_set_ppfid_affinity()
774 u32 addr, val, eng_sel; in qed_llh_set_roce_affinity() local
786 eng_sel = 0; in qed_llh_set_roce_affinity()
789 eng_sel = 1; in qed_llh_set_roce_affinity()
792 eng_sel = 2; in qed_llh_set_roce_affinity()
809 SET_FIELD(val, NIG_REG_PPF_TO_ENGINE_SEL_ROCE, eng_sel); in qed_llh_set_roce_affinity()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v12_0.c311 uint32_t me = 0, eng_sel = 0; in gfx_v12_0_kiq_map_queues() local
316 eng_sel = 0; in gfx_v12_0_kiq_map_queues()
320 eng_sel = 4; in gfx_v12_0_kiq_map_queues()
324 eng_sel = 5; in gfx_v12_0_kiq_map_queues()
340 PACKET3_MAP_QUEUES_ENGINE_SEL(eng_sel) | in gfx_v12_0_kiq_map_queues()
355 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx_v12_0_kiq_unmap_queues() local
367 PACKET3_UNMAP_QUEUES_ENGINE_SEL(eng_sel) | in gfx_v12_0_kiq_unmap_queues()
387 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx_v12_0_kiq_query_status() local
396 PACKET3_QUERY_STATUS_ENG_SEL(eng_sel)); in gfx_v12_0_kiq_query_status()
429 static void gfx_v12_0_wait_reg_mem(struct amdgpu_ring *ring, int eng_sel, in gfx_v12_0_wait_reg_mem() argument
[all …]
H A Dgfx_v11_0.c376 uint32_t me = 0, eng_sel = 0; in gfx11_kiq_map_queues() local
381 eng_sel = 0; in gfx11_kiq_map_queues()
385 eng_sel = 4; in gfx11_kiq_map_queues()
389 eng_sel = 5; in gfx11_kiq_map_queues()
405 PACKET3_MAP_QUEUES_ENGINE_SEL(eng_sel) | in gfx11_kiq_map_queues()
420 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx11_kiq_unmap_queues() local
432 PACKET3_UNMAP_QUEUES_ENGINE_SEL(eng_sel) | in gfx11_kiq_unmap_queues()
453 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx11_kiq_query_status() local
462 PACKET3_QUERY_STATUS_ENG_SEL(eng_sel)); in gfx11_kiq_query_status()
515 static void gfx_v11_0_write_data_to_reg(struct amdgpu_ring *ring, int eng_sel, in gfx_v11_0_write_data_to_reg() argument
[all …]
H A Dgfx_v10_0.c3731 uint32_t eng_sel = 0; in gfx10_kiq_map_queues() local
3735 eng_sel = 0; in gfx10_kiq_map_queues()
3738 eng_sel = 4; in gfx10_kiq_map_queues()
3741 eng_sel = 5; in gfx10_kiq_map_queues()
3757 PACKET3_MAP_QUEUES_ENGINE_SEL(eng_sel) | in gfx10_kiq_map_queues()
3771 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx10_kiq_unmap_queues() local
3777 PACKET3_UNMAP_QUEUES_ENGINE_SEL(eng_sel) | in gfx10_kiq_unmap_queues()
3798 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx10_kiq_query_status() local
3807 PACKET3_QUERY_STATUS_ENG_SEL(eng_sel)); in gfx10_kiq_query_status()
4000 static void gfx_v10_0_write_data_to_reg(struct amdgpu_ring *ring, int eng_sel, in gfx_v10_0_write_data_to_reg() argument
[all …]