Home
last modified time | relevance | path

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

/openbmc/linux/drivers/message/fusion/
H A Dmptfc.c876 FCPortPage1_t *page1_alloc; in mptfc_GetFcPortPage1() local
909 page1_alloc = dma_alloc_coherent(&ioc->pcidev->dev, data_sz, in mptfc_GetFcPortPage1()
911 if (!page1_alloc) in mptfc_GetFcPortPage1()
915 page1_alloc = ioc->fc_data.fc_port_page1[portnum].data; in mptfc_GetFcPortPage1()
921 page1_alloc, page1_dma); in mptfc_GetFcPortPage1()
930 ioc->fc_data.fc_port_page1[portnum].data = page1_alloc; in mptfc_GetFcPortPage1()
936 dma_free_coherent(&ioc->pcidev->dev, data_sz, page1_alloc, in mptfc_GetFcPortPage1()