| /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 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...] |
| /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...] |