Searched defs:amdgpu_vf_error_buffer (Results 1 – 1 of 1) sorted by relevance
44 struct amdgpu_vf_error_buffer { struct45 struct mutex lock;46 int read_count;47 int write_count;48 uint16_t code[AMDGPU_VF_ERROR_ENTRY_SIZE];49 uint16_t flags[AMDGPU_VF_ERROR_ENTRY_SIZE];50 uint64_t data[AMDGPU_VF_ERROR_ENTRY_SIZE];