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];
69 struct amdgpu_vf_error_buffer { struct70 struct mutex lock;71 int read_count;72 int write_count;73 uint16_t code[AMDGPU_VF_ERROR_ENTRY_SIZE];74 uint16_t flags[AMDGPU_VF_ERROR_ENTRY_SIZE];75 uint64_t data[AMDGPU_VF_ERROR_ENTRY_SIZE];