Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_sli4.h923 unsigned long *xri_bmask; member
H A Dlpfc_sli.c6542 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_extent()
6545 if (unlikely(!phba->sli4_hba.xri_bmask)) { in lpfc_sli4_alloc_extent()
6554 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_alloc_extent()
6560 bmask = phba->sli4_hba.xri_bmask; in lpfc_sli4_alloc_extent()
6722 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_dealloc_extent()
7314 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_resource_identifiers()
7317 if (unlikely(!phba->sli4_hba.xri_bmask)) { in lpfc_sli4_alloc_resource_identifiers()
7376 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_alloc_resource_identifiers()
7377 phba->sli4_hba.xri_bmask = NULL; in lpfc_sli4_alloc_resource_identifiers()
7414 kfree(phba->sli4_hba.xri_bmask); in lpfc_sli4_dealloc_resource_identifiers()
[all …]