Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_sli4.h689 unsigned long *xri_bmask; member
Dlpfc_sli.c5896 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_extent()
5899 if (unlikely(!phba->sli4_hba.xri_bmask)) { in lpfc_sli4_alloc_extent()
5908 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_alloc_extent()
5914 bmask = phba->sli4_hba.xri_bmask; in lpfc_sli4_alloc_extent()
6079 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_dealloc_extent()
6314 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_resource_identifiers()
6317 if (unlikely(!phba->sli4_hba.xri_bmask)) { in lpfc_sli4_alloc_resource_identifiers()
6376 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_alloc_resource_identifiers()
6377 phba->sli4_hba.xri_bmask = NULL; in lpfc_sli4_alloc_resource_identifiers()
6414 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_dealloc_resource_identifiers()
[all …]