Lines Matching defs:base
6474 * Based on the resource size and count, correct the base and max
7145 uint16_t count, base;
7244 base = phba->sli4_hba.max_cfg_param.rpi_base;
7261 phba->sli4_hba.rpi_ids[i] = base + i;
7272 base = phba->sli4_hba.max_cfg_param.vpi_base;
7288 phba->vpi_ids[i] = base + i;
7299 base = phba->sli4_hba.max_cfg_param.xri_base;
7317 phba->sli4_hba.xri_ids[i] = base + i;
7328 base = phba->sli4_hba.max_cfg_param.vfi_base;
7345 phba->sli4_hba.vfi_ids[i] = base + i;
15901 * lpfc_dual_chute_pci_bar_map - Map pci base address register to host memory