Lines Matching defs:region
3686 * FLT-location structure resides after the last PCI region.
3705 struct qla_flt_region *region;
3711 region = (struct qla_flt_region *)&flt[1];
3747 for ( ; cnt; cnt--, region++) {
3749 start = le32_to_cpu(region->start) >> 2;
3752 "end=0x%x size=0x%x.\n", le32_to_cpu(region->code), start,
3753 le32_to_cpu(region->end) >> 2, le32_to_cpu(region->size)));
3755 switch (le32_to_cpu(region->code) & 0xff) {
3774 hw->flt_chap_size = le32_to_cpu(region->size);
3778 hw->flt_ddb_size = le32_to_cpu(region->size);