Searched refs:lpfc_sli4_alloc_extent (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c6403 * lpfc_sli4_alloc_extent - Allocate an SLI4 resource extent.
6411 lpfc_sli4_alloc_extent(struct lpfc_hba *phba, uint16_t type) function
7209 rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_VFI);
7213 rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_VPI);
7217 rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_RPI);
7221 rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_XRI);

Completed in 144 milliseconds