Searched refs:xri_bmask (Results 1 – 2 of 2) sorted by relevance
923 unsigned long *xri_bmask; member
6546 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_extent()6549 if (unlikely(!phba->sli4_hba.xri_bmask)) { in lpfc_sli4_alloc_extent()6558 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_alloc_extent()6564 bmask = phba->sli4_hba.xri_bmask; in lpfc_sli4_alloc_extent()6726 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_dealloc_extent()7318 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_resource_identifiers()7321 if (unlikely(!phba->sli4_hba.xri_bmask)) { in lpfc_sli4_alloc_resource_identifiers()7380 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_alloc_resource_identifiers()7381 phba->sli4_hba.xri_bmask = NULL; in lpfc_sli4_alloc_resource_identifiers()7418 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_dealloc_resource_identifiers()[all …]