Searched defs:amdgpu_vf_error_buffer (Results 1 – 1 of 1) sorted by relevance
55 struct amdgpu_vf_error_buffer { struct56 struct mutex lock;57 int read_count;58 int write_count;59 uint16_t code[AMDGPU_VF_ERROR_ENTRY_SIZE];60 uint16_t flags[AMDGPU_VF_ERROR_ENTRY_SIZE];61 uint64_t data[AMDGPU_VF_ERROR_ENTRY_SIZE];