Lines Matching defs:pbuf
2328 char *pbuf=NULL;
2406 pbuf = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, &buf_dma);
2407 if (pbuf) {
2410 ManufacturingPage0_t *pdata = (ManufacturingPage0_t *) pbuf;
2416 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, pbuf, buf_dma);
2417 pbuf = NULL;
2481 pbuf = pci_alloc_consistent(ioc->pcidev, 4, &buf_dma);
2482 if (!pbuf)
2515 * pbuf[0] = FW_VERSION = 0x4
2516 * pbuf[1] = Bay Count = 6 or 4 or 2, depending on
2518 * pbuf[2] = Drive Installed Map = bit pattern depend on which
2520 * pbuf[3] = Checksum (0x100 = (byte0 + byte2 + byte3)
2523 karg.rsvd = *(u32 *)pbuf;
2529 if (pbuf)
2530 pci_free_consistent(ioc->pcidev, 4, pbuf, buf_dma);