Home
last modified time | relevance | path

Searched refs:eng_sel (Results 1 – 3 of 3) 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
366 PACKET3_UNMAP_QUEUES_ENGINE_SEL(eng_sel) | in gfx_v12_0_kiq_unmap_queues()
386 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx_v12_0_kiq_query_status() local
395 PACKET3_QUERY_STATUS_ENG_SEL(eng_sel)); in gfx_v12_0_kiq_query_status()
428 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.c372 uint32_t me = 0, eng_sel = 0; in gfx11_kiq_map_queues() local
377 eng_sel = 0; in gfx11_kiq_map_queues()
381 eng_sel = 4; in gfx11_kiq_map_queues()
385 eng_sel = 5; in gfx11_kiq_map_queues()
401 PACKET3_MAP_QUEUES_ENGINE_SEL(eng_sel) | in gfx11_kiq_map_queues()
416 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx11_kiq_unmap_queues() local
427 PACKET3_UNMAP_QUEUES_ENGINE_SEL(eng_sel) | in gfx11_kiq_unmap_queues()
448 uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0; in gfx11_kiq_query_status() local
457 PACKET3_QUERY_STATUS_ENG_SEL(eng_sel)); in gfx11_kiq_query_status()
510 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 …]