get_pcie_replay_count 582 drivers/gpu/drm/amd/amdgpu/amdgpu.h uint64_t (*get_pcie_replay_count)(struct amdgpu_device *adev); get_pcie_replay_count 1154 drivers/gpu/drm/amd/amdgpu/amdgpu.h #define amdgpu_asic_get_pcie_replay_count(adev) ((adev)->asic_funcs->get_pcie_replay_count((adev))) get_pcie_replay_count 1844 drivers/gpu/drm/amd/amdgpu/cik.c .get_pcie_replay_count = &cik_get_pcie_replay_count, get_pcie_replay_count 1416 drivers/gpu/drm/amd/amdgpu/si.c .get_pcie_replay_count = &si_get_pcie_replay_count, get_pcie_replay_count 981 drivers/gpu/drm/amd/amdgpu/soc15.c .get_pcie_replay_count = &soc15_get_pcie_replay_count, get_pcie_replay_count 1001 drivers/gpu/drm/amd/amdgpu/soc15.c .get_pcie_replay_count = &soc15_get_pcie_replay_count, get_pcie_replay_count 1044 drivers/gpu/drm/amd/amdgpu/vi.c .get_pcie_replay_count = &vi_get_pcie_replay_count,