Lines Matching defs:error_block_length
240 unsigned int error_block_length;
257 error_block_length = generic->error_block_length;
258 if (error_block_length > GHES_ESTATUS_MAX_SIZE) {
262 error_block_length, generic->header.source_id);
263 error_block_length = GHES_ESTATUS_MAX_SIZE;
265 ghes->estatus = kmalloc(error_block_length, GFP_KERNEL);
343 if (len > ghes->generic->error_block_length) {
1334 if (generic->error_block_length <
1337 generic->error_block_length, generic->header.source_id);