Searched defs:kfd_node (Results 1 – 1 of 1) sorted by relevance
261 struct kfd_node { struct262 unsigned int node_id;263 struct amdgpu_device *adev; /* Duplicated here along with keeping266 const struct kfd2kgd_calls *kfd2kgd; /* Duplicated here along with270 struct kfd_vmid_info vm_info;271 unsigned int id; /* topology stub index */272 uint32_t xcc_mask; /* Instance mask of XCCs present */273 struct amdgpu_xcp *xcp;276 struct kfifo ih_fifo;277 struct work_struct interrupt_work;[all …]