/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
cik_int.h | 31 uint32_t source_id; member in struct:cik_ih_ring_entry
|
kfd_int_process_v9.c | 38 uint16_t source_id, client_id, pasid, vmid; local in function:event_interrupt_isr_v9 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 in function:event_interrupt_wq_v9 97 source_id = SOC15_SOURCE_ID_FROM_IH_ENTRY(ih_ring_entry); 103 if (source_id == SOC15_INTSRC_CP_END_OF_PIPE [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/pm/ |
nouveau_nvkm_engine_pm_base.c | 726 u8 source_id = 0; local in function:nvkm_perfsrc_new 735 source_id++; 761 sig->source[source_nr++] = source_id + 1;
|
/src/sys/dev/pci/ |
if_iwmreg.h | 6269 * @source_id: the source from where we got the MCC, see iwm_mcc_source 6274 uint8_t source_id; member in struct:iwm_mcc_update_cmd_v1 6285 * @source_id: the source from where we got the MCC, see iwm_mcc_source 6292 uint8_t source_id; member in struct:iwm_mcc_update_cmd 6306 * @source_id: the MCC source, see iwm_mcc_source 6316 uint8_t source_id; member in struct:iwm_mcc_update_resp_v1 6329 * @source_id: the MCC source, see iwm_mcc_source 6341 uint8_t source_id; member in struct:iwm_mcc_update_resp 6360 * @source_id: identity of the change originator, see iwm_mcc_source 6365 uint8_t source_id; member in struct:iwm_mcc_chub_notif [all...] |