Home
last modified time | relevance | path

Searched refs:xri_bmask (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_sli4.h912 unsigned long *xri_bmask; member
Dlpfc_sli.c6059 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_extent()
6062 if (unlikely(!phba->sli4_hba.xri_bmask)) { in lpfc_sli4_alloc_extent()
6071 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_alloc_extent()
6077 bmask = phba->sli4_hba.xri_bmask; in lpfc_sli4_alloc_extent()
6239 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_dealloc_extent()
6782 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_resource_identifiers()
6785 if (unlikely(!phba->sli4_hba.xri_bmask)) { in lpfc_sli4_alloc_resource_identifiers()
6844 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_alloc_resource_identifiers()
6845 phba->sli4_hba.xri_bmask = NULL; in lpfc_sli4_alloc_resource_identifiers()
6882 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_dealloc_resource_identifiers()
[all …]