Searched refs:xri_bmask (Results 1 – 2 of 2) sorted by relevance
866 unsigned long *xri_bmask; member
5926 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_extent()5929 if (unlikely(!phba->sli4_hba.xri_bmask)) { in lpfc_sli4_alloc_extent()5938 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_alloc_extent()5944 bmask = phba->sli4_hba.xri_bmask; in lpfc_sli4_alloc_extent()6106 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_dealloc_extent()6625 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_resource_identifiers()6628 if (unlikely(!phba->sli4_hba.xri_bmask)) { in lpfc_sli4_alloc_resource_identifiers()6687 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_alloc_resource_identifiers()6688 phba->sli4_hba.xri_bmask = NULL; in lpfc_sli4_alloc_resource_identifiers()6725 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_dealloc_resource_identifiers()[all …]