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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_mem.c395 struct hbq_dmabuf *hbqbp; local
397 hbqbp = kmalloc(sizeof(struct hbq_dmabuf), GFP_KERNEL);
398 if (!hbqbp)
401 hbqbp->dbuf.virt = pci_pool_alloc(phba->lpfc_hbq_pool, GFP_KERNEL,
402 &hbqbp->dbuf.phys);
403 if (!hbqbp->dbuf.virt) {
404 kfree(hbqbp);
407 hbqbp->size = LPFC_BPL_SIZE;
408 return hbqbp;
414 * @hbqbp
424 lpfc_els_hbq_free(struct lpfc_hba *phba, struct hbq_dmabuf *hbqbp) argument
[all...]

Completed in 27 milliseconds