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