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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
cik_event_interrupt.c 48 if ((ihre->source_id == CIK_INTSRC_GFX_PAGE_INV_FAULT ||
49 ihre->source_id == CIK_INTSRC_GFX_MEM_PROT_FAULT) &&
83 return ihre->source_id == CIK_INTSRC_CP_END_OF_PIPE ||
84 ihre->source_id == CIK_INTSRC_SDMA_TRAP ||
85 ihre->source_id == CIK_INTSRC_SQ_INTERRUPT_MSG ||
86 ihre->source_id == CIK_INTSRC_CP_BAD_OPCODE ||
87 ihre->source_id == CIK_INTSRC_GFX_PAGE_INV_FAULT ||
88 ihre->source_id == CIK_INTSRC_GFX_MEM_PROT_FAULT;
103 if (ihre->source_id == CIK_INTSRC_CP_END_OF_PIPE)
105 else if (ihre->source_id == CIK_INTSRC_SDMA_TRAP
    [all...]
kfd_int_process_v9.c 38 uint16_t source_id, client_id, pasid, vmid; local
47 source_id = SOC15_SOURCE_ID_FROM_IH_ENTRY(ih_ring_entry);
70 client_id, source_id, vmid, pasid);
82 return source_id == SOC15_INTSRC_CP_END_OF_PIPE ||
83 source_id == SOC15_INTSRC_SDMA_TRAP ||
84 source_id == SOC15_INTSRC_SQ_INTERRUPT_MSG ||
85 source_id == SOC15_INTSRC_CP_BAD_OPCODE ||
94 uint16_t source_id, client_id, pasid, vmid; local
97 source_id = SOC15_SOURCE_ID_FROM_IH_ENTRY(ih_ring_entry);
103 if (source_id == SOC15_INTSRC_CP_END_OF_PIPE
    [all...]
cik_int.h 31 uint32_t source_id; member in struct:cik_ih_ring_entry
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/pm/
nouveau_nvkm_engine_pm_base.c 726 u8 source_id = 0; local
735 source_id++;
761 sig->source[source_nr++] = source_id + 1;
  /src/sys/dev/pci/
if_iwmreg.h 6838 * @source_id: the source from where we got the MCC, see iwm_mcc_source
6843 uint8_t source_id; member in struct:iwm_mcc_update_cmd_v1
6854 * @source_id: the source from where we got the MCC, see iwm_mcc_source
6861 uint8_t source_id; member in struct:iwm_mcc_update_cmd
6875 * @source_id: the MCC source, see iwm_mcc_source
6885 uint8_t source_id; member in struct:iwm_mcc_update_resp_v1
6898 * @source_id: the MCC source, see iwm_mcc_source
6910 uint8_t source_id; member in struct:iwm_mcc_update_resp_v2
6928 * @source_id: the MCC source, see IWM_MCC_SOURCE_*
6940 uint8_t source_id; member in struct:iwm_mcc_update_resp_v3
6964 uint8_t source_id; member in struct:iwm_mcc_chub_notif
    [all...]
if_iwm.c 7511 mcc_cmd.source_id = IWM_MCC_SOURCE_GET_CURRENT;
7513 mcc_cmd.source_id = IWM_MCC_SOURCE_OLD_FW;

Completed in 43 milliseconds