Home
last modified time | relevance | path

Searched refs:pIoc1 (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/message/fusion/
Dmptbase.c6141 IOCPage1_t *pIoc1; in mpt_read_ioc_pg_1() local
6169 pIoc1 = pci_alloc_consistent(ioc->pcidev, iocpage1sz, &ioc1_dma); in mpt_read_ioc_pg_1()
6170 if (!pIoc1) in mpt_read_ioc_pg_1()
6179 tmp = le32_to_cpu(pIoc1->Flags) & MPI_IOCPAGE1_REPLY_COALESCING; in mpt_read_ioc_pg_1()
6181 tmp = le32_to_cpu(pIoc1->CoalescingTimeout); in mpt_read_ioc_pg_1()
6187 pIoc1->CoalescingTimeout = cpu_to_le32(MPT_COALESCING_TIMEOUT); in mpt_read_ioc_pg_1()
6220 pci_free_consistent(ioc->pcidev, iocpage1sz, pIoc1, ioc1_dma); in mpt_read_ioc_pg_1()