Lines Matching defs:pbuf
2326 char *pbuf=NULL;
2403 pbuf = dma_alloc_coherent(&ioc->pcidev->dev,
2406 if (pbuf) {
2409 ManufacturingPage0_t *pdata = (ManufacturingPage0_t *) pbuf;
2416 hdr.PageLength * 4, pbuf,
2418 pbuf = NULL;
2482 pbuf = dma_alloc_coherent(&ioc->pcidev->dev, 4, &buf_dma, GFP_KERNEL);
2483 if (!pbuf)
2514 * pbuf[0] = FW_VERSION = 0x4
2515 * pbuf[1] = Bay Count = 6 or 4 or 2, depending on
2517 * pbuf[2] = Drive Installed Map = bit pattern depend on which
2519 * pbuf[3] = Checksum (0x100 = (byte0 + byte2 + byte3)
2522 karg.rsvd = *(u32 *)pbuf;
2528 if (pbuf)
2529 dma_free_coherent(&ioc->pcidev->dev, 4, pbuf, buf_dma);