Lines Matching refs:pbuf
2426 char *pbuf=NULL; in mptctl_hp_hostinfo() local
2522 pbuf = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, &buf_dma); in mptctl_hp_hostinfo()
2523 if (pbuf) { in mptctl_hp_hostinfo()
2526 ManufacturingPage0_t *pdata = (ManufacturingPage0_t *) pbuf; in mptctl_hp_hostinfo()
2532 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, pbuf, buf_dma); in mptctl_hp_hostinfo()
2533 pbuf = NULL; in mptctl_hp_hostinfo()
2597 pbuf = pci_alloc_consistent(ioc->pcidev, 4, &buf_dma); in mptctl_hp_hostinfo()
2598 if (!pbuf) in mptctl_hp_hostinfo()
2639 karg.rsvd = *(u32 *)pbuf; in mptctl_hp_hostinfo()
2645 if (pbuf) in mptctl_hp_hostinfo()
2646 pci_free_consistent(ioc->pcidev, 4, pbuf, buf_dma); in mptctl_hp_hostinfo()