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

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_mem.c93 * lpfc_mem_alloc - create and allocate all PCI and memory pools
109 lpfc_mem_alloc(struct lpfc_hba *phba, int align) function
229 * lpfc_mem_free - Frees memory allocated by lpfc_mem_alloc
232 * Description: Free the memory allocated by lpfc_mem_alloc routine. This
233 * routine is a the counterpart of lpfc_mem_alloc.
H A Dlpfc_crtn.h315 int lpfc_mem_alloc(struct lpfc_hba *, int align);
H A Dlpfc_init.c7836 if (lpfc_mem_alloc(phba, BPL_ALIGN_SZ))
8050 rc = lpfc_mem_alloc(phba, SGL_ALIGN_SZ);

Completed in 134 milliseconds