Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_sli4.h921 unsigned long *xri_bmask; member
Dlpfc_sli.c6448 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_extent()
6451 if (unlikely(!phba->sli4_hba.xri_bmask)) { in lpfc_sli4_alloc_extent()
6460 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_alloc_extent()
6466 bmask = phba->sli4_hba.xri_bmask; in lpfc_sli4_alloc_extent()
6628 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_dealloc_extent()
7215 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_resource_identifiers()
7218 if (unlikely(!phba->sli4_hba.xri_bmask)) { in lpfc_sli4_alloc_resource_identifiers()
7277 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_alloc_resource_identifiers()
7278 phba->sli4_hba.xri_bmask = NULL; in lpfc_sli4_alloc_resource_identifiers()
7315 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_dealloc_resource_identifiers()
[all …]