Symbol: RAS_TABLE_RECORD_SIZE
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
1021
buf_size = num * RAS_TABLE_RECORD_SIZE;
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
1034
res / RAS_TABLE_RECORD_SIZE, num);
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
1123
buf = kcalloc(num, RAS_TABLE_RECORD_SIZE, GFP_KERNEL);
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
1163
buf + g0 * RAS_TABLE_RECORD_SIZE,
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
1174
for (i = 0; i < num; i++, pp += RAS_TABLE_RECORD_SIZE) {
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
125
/ RAS_TABLE_RECORD_SIZE)
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
1340
u8 dare[RAS_TABLE_RECORD_SIZE];
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
136
(_N) * RAS_TABLE_RECORD_SIZE)
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
139
(_C)->ras_record_offset) / RAS_TABLE_RECORD_SIZE)
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
1448
control->ras_num_recs * RAS_TABLE_RECORD_SIZE;
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
1451
control->ras_num_recs * RAS_TABLE_RECORD_SIZE;
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
149
RAS_TABLE_HEADER_SIZE) / RAS_TABLE_RECORD_SIZE)
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
153
RAS_TABLE_V2_1_INFO_SIZE) / RAS_TABLE_RECORD_SIZE)
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
631
buf_size = num * RAS_TABLE_RECORD_SIZE;
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
644
res / RAS_TABLE_RECORD_SIZE, num);
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
664
buf = kcalloc(num, RAS_TABLE_RECORD_SIZE, GFP_KERNEL);
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
671
for (i = 0; i < num; i++, pp += RAS_TABLE_RECORD_SIZE) {
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
722
buf + g0 * RAS_TABLE_RECORD_SIZE,
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
752
buf + g0 * RAS_TABLE_RECORD_SIZE,
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
813
control->ras_num_recs * RAS_TABLE_RECORD_SIZE;
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
816
control->ras_num_recs * RAS_TABLE_RECORD_SIZE;
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
819
buf_size = control->ras_num_recs * RAS_TABLE_RECORD_SIZE;
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
820
buf = kcalloc(control->ras_num_recs, RAS_TABLE_RECORD_SIZE, GFP_KERNEL);
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
96
/ RAS_TABLE_RECORD_SIZE)
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
1033
control->ras_num_recs * RAS_TABLE_RECORD_SIZE;
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
1036
control->ras_num_recs * RAS_TABLE_RECORD_SIZE;
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
123
/ RAS_TABLE_RECORD_SIZE)
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
132
(_N) * RAS_TABLE_RECORD_SIZE)
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
135
(_C)->ras_record_offset) / RAS_TABLE_RECORD_SIZE)
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
145
RAS_TABLE_HEADER_SIZE) / RAS_TABLE_RECORD_SIZE)
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
149
RAS_TABLE_V2_1_INFO_SIZE) / RAS_TABLE_RECORD_SIZE)
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
606
buf_size = num * RAS_TABLE_RECORD_SIZE;
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
617
(res/RAS_TABLE_RECORD_SIZE), num);
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
634
buf = kcalloc(num, RAS_TABLE_RECORD_SIZE, GFP_KERNEL);
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
641
for (i = 0; i < num; i++, pp += RAS_TABLE_RECORD_SIZE) {
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
692
buf + g0 * RAS_TABLE_RECORD_SIZE,
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
722
buf + g0 * RAS_TABLE_RECORD_SIZE, 0, g1);
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
770
control->ras_num_recs * RAS_TABLE_RECORD_SIZE;
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
773
control->ras_num_recs * RAS_TABLE_RECORD_SIZE;
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
776
buf_size = control->ras_num_recs * RAS_TABLE_RECORD_SIZE;
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
777
buf = kcalloc(control->ras_num_recs, RAS_TABLE_RECORD_SIZE, GFP_KERNEL);
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
891
buf_size = num * RAS_TABLE_RECORD_SIZE;
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
904
(res/RAS_TABLE_RECORD_SIZE), num);
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
934
buf = kcalloc(num, RAS_TABLE_RECORD_SIZE, GFP_KERNEL);
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
94
/ RAS_TABLE_RECORD_SIZE)
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
974
buf + g0 * RAS_TABLE_RECORD_SIZE, 0, g1);
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c
984
for (i = 0; i < num; i++, pp += RAS_TABLE_RECORD_SIZE) {