Lines Matching defs:region
3705 * FLT-location structure resides after the last PCI region.
3724 struct qla_flt_region *region;
3730 region = (struct qla_flt_region *)&flt[1];
3766 for ( ; cnt; cnt--, region++) {
3768 start = le32_to_cpu(region->start) >> 2;
3771 "end=0x%x size=0x%x.\n", le32_to_cpu(region->code), start,
3772 le32_to_cpu(region->end) >> 2, le32_to_cpu(region->size)));
3774 switch (le32_to_cpu(region->code) & 0xff) {
3793 hw->flt_chap_size = le32_to_cpu(region->size);
3797 hw->flt_ddb_size = le32_to_cpu(region->size);