Searched refs:page1_alloc (Results 1 – 1 of 1) sorted by relevance
913 FCPortPage1_t *page1_alloc; in mptfc_GetFcPortPage1() local 946 page1_alloc = dma_alloc_coherent(&ioc->pcidev->dev, data_sz, in mptfc_GetFcPortPage1() 948 if (!page1_alloc) in mptfc_GetFcPortPage1() 952 page1_alloc = ioc->fc_data.fc_port_page1[portnum].data; in mptfc_GetFcPortPage1() 958 page1_alloc, page1_dma); in mptfc_GetFcPortPage1() 967 ioc->fc_data.fc_port_page1[portnum].data = page1_alloc; in mptfc_GetFcPortPage1() 973 dma_free_coherent(&ioc->pcidev->dev, data_sz, page1_alloc, in mptfc_GetFcPortPage1()