Searched refs:pIoc1 (Results 1 – 1 of 1) sorted by relevance
6146 IOCPage1_t *pIoc1; in mpt_read_ioc_pg_1() local6174 pIoc1 = dma_alloc_coherent(&ioc->pcidev->dev, iocpage1sz, &ioc1_dma, in mpt_read_ioc_pg_1()6176 if (!pIoc1) in mpt_read_ioc_pg_1()6185 tmp = le32_to_cpu(pIoc1->Flags) & MPI_IOCPAGE1_REPLY_COALESCING; in mpt_read_ioc_pg_1()6187 tmp = le32_to_cpu(pIoc1->CoalescingTimeout); in mpt_read_ioc_pg_1()6193 pIoc1->CoalescingTimeout = cpu_to_le32(MPT_COALESCING_TIMEOUT); in mpt_read_ioc_pg_1()6226 dma_free_coherent(&ioc->pcidev->dev, iocpage1sz, pIoc1, ioc1_dma); in mpt_read_ioc_pg_1()