Searched refs:xri_bmask (Results 1 – 2 of 2) sorted by relevance
921 unsigned long *xri_bmask; member
6531 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_extent()6534 if (unlikely(!phba->sli4_hba.xri_bmask)) { in lpfc_sli4_alloc_extent()6543 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_alloc_extent()6549 bmask = phba->sli4_hba.xri_bmask; in lpfc_sli4_alloc_extent()6711 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_dealloc_extent()7303 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_resource_identifiers()7306 if (unlikely(!phba->sli4_hba.xri_bmask)) { in lpfc_sli4_alloc_resource_identifiers()7365 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_alloc_resource_identifiers()7366 phba->sli4_hba.xri_bmask = NULL; in lpfc_sli4_alloc_resource_identifiers()7403 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_dealloc_resource_identifiers()[all …]