Searched defs:amdgpu_vf_error_buffer (Results 1 – 1 of 1) sorted by relevance
72 struct amdgpu_vf_error_buffer { struct73 struct mutex lock;74 int read_count;75 int write_count;76 uint16_t code[AMDGPU_VF_ERROR_ENTRY_SIZE];77 uint16_t flags[AMDGPU_VF_ERROR_ENTRY_SIZE];78 uint64_t data[AMDGPU_VF_ERROR_ENTRY_SIZE];