Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/lpfc/
Dlpfc_sli4.h923 unsigned long *xri_bmask; member
Dlpfc_sli.c6529 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_extent()
6532 if (unlikely(!phba->sli4_hba.xri_bmask)) { in lpfc_sli4_alloc_extent()
6541 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_alloc_extent()
6547 bmask = phba->sli4_hba.xri_bmask; in lpfc_sli4_alloc_extent()
6709 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_dealloc_extent()
7301 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_resource_identifiers()
7304 if (unlikely(!phba->sli4_hba.xri_bmask)) { in lpfc_sli4_alloc_resource_identifiers()
7363 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_alloc_resource_identifiers()
7364 phba->sli4_hba.xri_bmask = NULL; in lpfc_sli4_alloc_resource_identifiers()
7401 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_dealloc_resource_identifiers()
[all …]