Lines Matching defs:blocks
523 DECLARE_FLEX_ARRAY(struct dl_block, blocks);
533 int i, j, err, data_size, instr_size, blocks, table_end;
604 for (blocks = 0; blocks * sizeof(struct dl_block) / 4 < image->size;
605 blocks++)
606 if (image->blocks[blocks].type == FW_BLOCK_TYPE_EOF)
608 if (blocks * sizeof(struct dl_block) / 4 >= image->size) {
615 print_npe(KERN_DEBUG, npe, "%i firmware blocks found\n", blocks);
618 table_end = blocks * sizeof(struct dl_block) / 4 + 1 /* EOF marker */;
619 for (i = 0, blk = image->blocks; i < blocks; i++, blk++) {