Lines Matching defs:error_block_length
268 unsigned int error_block_length;
285 error_block_length = generic->error_block_length;
286 if (error_block_length > GHES_ESTATUS_MAX_SIZE) {
290 error_block_length, generic->header.source_id);
291 error_block_length = GHES_ESTATUS_MAX_SIZE;
293 ghes->estatus = kmalloc(error_block_length, GFP_KERNEL);
371 if (len > ghes->generic->error_block_length) {
1375 if (generic->error_block_length <
1378 generic->error_block_length, generic->header.source_id);