Home
last modified time | relevance | path

Searched refs:read_count (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_vf_error.c71 …if (adev->virt.vf_errors.write_count - adev->virt.vf_errors.read_count > AMDGPU_VF_ERROR_ENTRY_SIZ… in amdgpu_vf_error_trans_all()
72 adev->virt.vf_errors.read_count = adev->virt.vf_errors.write_count - AMDGPU_VF_ERROR_ENTRY_SIZE; in amdgpu_vf_error_trans_all()
75 while (adev->virt.vf_errors.read_count < adev->virt.vf_errors.write_count) { in amdgpu_vf_error_trans_all()
76 index =adev->virt.vf_errors.read_count % AMDGPU_VF_ERROR_ENTRY_SIZE; in amdgpu_vf_error_trans_all()
83 adev->virt.vf_errors.read_count ++; in amdgpu_vf_error_trans_all()
H A Damdgpu_virt.h44 int read_count; member
/dragonfly/sys/dev/disk/nvme/
H A Dnvme_log.h67 uint64_t read_count[2]; /* in 512000 byte units */ member
/dragonfly/sbin/nvmectl/
H A Dnvmectl.c198 format_number(smart->read_count[0] * 512000)); in cmd_info()