Searched defs:kfd_node (Results 1 – 1 of 1) sorted by relevance
268 struct kfd_node { struct269 unsigned int node_id;270 struct amdgpu_device *adev; /* Duplicated here along with keeping273 const struct kfd2kgd_calls *kfd2kgd; /* Duplicated here along with277 struct kfd_vmid_info vm_info;278 unsigned int id; /* topology stub index */279 uint32_t xcc_mask; /* Instance mask of XCCs present */280 struct amdgpu_xcp *xcp;283 struct kfifo ih_fifo;284 struct work_struct interrupt_work;[all …]