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