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

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_mem.c512 struct hbq_dmabuf *hbqbp; local
514 hbqbp = kzalloc(sizeof(struct hbq_dmabuf), GFP_KERNEL);
515 if (!hbqbp)
518 hbqbp->dbuf.virt = dma_pool_alloc(phba->lpfc_hbq_pool, GFP_KERNEL,
519 &hbqbp->dbuf.phys);
520 if (!hbqbp->dbuf.virt) {
521 kfree(hbqbp);
524 hbqbp->total_size = LPFC_BPL_SIZE;
525 return hbqbp;
531 * @hbqbp
541 lpfc_els_hbq_free(struct lpfc_hba *phba, struct hbq_dmabuf *hbqbp) argument
[all...]

Completed in 122 milliseconds