Searched defs:amdgpu_vf_error_buffer (Results 1 – 2 of 2) 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];
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];