Lines Matching refs:xri_ids
6455 phba->sli4_hba.xri_ids = kcalloc(rsrc_id_cnt, in lpfc_sli4_alloc_extent()
6458 if (unlikely(!phba->sli4_hba.xri_ids)) { in lpfc_sli4_alloc_extent()
6466 ids = phba->sli4_hba.xri_ids; in lpfc_sli4_alloc_extent()
6628 kfree(phba->sli4_hba.xri_ids); in lpfc_sli4_dealloc_extent()
7222 phba->sli4_hba.xri_ids = kcalloc(count, sizeof(uint16_t), in lpfc_sli4_alloc_resource_identifiers()
7224 if (unlikely(!phba->sli4_hba.xri_ids)) { in lpfc_sli4_alloc_resource_identifiers()
7230 phba->sli4_hba.xri_ids[i] = base + i; in lpfc_sli4_alloc_resource_identifiers()
7273 kfree(phba->sli4_hba.xri_ids); in lpfc_sli4_alloc_resource_identifiers()
7274 phba->sli4_hba.xri_ids = NULL; in lpfc_sli4_alloc_resource_identifiers()
7315 kfree(phba->sli4_hba.xri_ids); in lpfc_sli4_dealloc_resource_identifiers()
19075 if (xri == phba->sli4_hba.xri_ids[i]) in lpfc_sli4_xri_inrange()