Searched refs:xri_bmask (Results 1 – 2 of 2) sorted by relevance
921 unsigned long *xri_bmask; member
6525 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_extent()6528 if (unlikely(!phba->sli4_hba.xri_bmask)) { in lpfc_sli4_alloc_extent()6537 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_alloc_extent()6543 bmask = phba->sli4_hba.xri_bmask; in lpfc_sli4_alloc_extent()6705 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_dealloc_extent()7292 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_resource_identifiers()7295 if (unlikely(!phba->sli4_hba.xri_bmask)) { in lpfc_sli4_alloc_resource_identifiers()7354 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_alloc_resource_identifiers()7355 phba->sli4_hba.xri_bmask = NULL; in lpfc_sli4_alloc_resource_identifiers()7392 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_dealloc_resource_identifiers()[all …]