Searched defs:amdgpu_vf_error_buffer (Results 1 – 2 of 2) 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];
42 struct amdgpu_vf_error_buffer { struct43 struct mutex lock;44 int read_count;45 int write_count;46 uint16_t code[AMDGPU_VF_ERROR_ENTRY_SIZE];47 uint16_t flags[AMDGPU_VF_ERROR_ENTRY_SIZE];48 uint64_t data[AMDGPU_VF_ERROR_ENTRY_SIZE];