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

/drivers/scsi/lpfc/
H A Dlpfc_mem.c390 struct hbq_dmabuf *hbqbp; local
392 hbqbp = kzalloc(sizeof(struct hbq_dmabuf), GFP_KERNEL);
393 if (!hbqbp)
396 hbqbp->dbuf.virt = pci_pool_alloc(phba->lpfc_hbq_pool, GFP_KERNEL,
397 &hbqbp->dbuf.phys);
398 if (!hbqbp->dbuf.virt) {
399 kfree(hbqbp);
402 hbqbp->size = LPFC_BPL_SIZE;
403 return hbqbp;
409 * @hbqbp
419 lpfc_els_hbq_free(struct lpfc_hba *phba, struct hbq_dmabuf *hbqbp) argument
[all...]

Completed in 113 milliseconds