Home
last modified time | relevance | path

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

/linux/drivers/message/fusion/
H A Dmptfc.c914 FCPortPage1_t *page1_alloc; in mptfc_GetFcPortPage1() local
947 page1_alloc = dma_alloc_coherent(&ioc->pcidev->dev, data_sz, in mptfc_GetFcPortPage1()
949 if (!page1_alloc) in mptfc_GetFcPortPage1()
953 page1_alloc = ioc->fc_data.fc_port_page1[portnum].data; in mptfc_GetFcPortPage1()
959 page1_alloc, page1_dma); in mptfc_GetFcPortPage1()
968 ioc->fc_data.fc_port_page1[portnum].data = page1_alloc; in mptfc_GetFcPortPage1()
974 dma_free_coherent(&ioc->pcidev->dev, data_sz, page1_alloc, in mptfc_GetFcPortPage1()