Lines Matching refs:pbuf
2413 char *pbuf=NULL; in mptctl_hp_hostinfo() local
2509 pbuf = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, &buf_dma); in mptctl_hp_hostinfo()
2510 if (pbuf) { in mptctl_hp_hostinfo()
2513 ManufacturingPage0_t *pdata = (ManufacturingPage0_t *) pbuf; in mptctl_hp_hostinfo()
2519 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, pbuf, buf_dma); in mptctl_hp_hostinfo()
2520 pbuf = NULL; in mptctl_hp_hostinfo()
2584 pbuf = pci_alloc_consistent(ioc->pcidev, 4, &buf_dma); in mptctl_hp_hostinfo()
2585 if (!pbuf) in mptctl_hp_hostinfo()
2626 karg.rsvd = *(u32 *)pbuf; in mptctl_hp_hostinfo()
2632 if (pbuf) in mptctl_hp_hostinfo()
2633 pci_free_consistent(ioc->pcidev, 4, pbuf, buf_dma); in mptctl_hp_hostinfo()