Searched refs:m64_map (Results 1 – 2 of 2) sorted by relevance
1321 if (pdn->m64_map[j][i] == IODA_INVALID_M64) in pnv_pci_vf_release_m64()1324 OPAL_M64_WINDOW_TYPE, pdn->m64_map[j][i], 0); in pnv_pci_vf_release_m64()1325 clear_bit(pdn->m64_map[j][i], &phb->ioda.m64_bar_alloc); in pnv_pci_vf_release_m64()1326 pdn->m64_map[j][i] = IODA_INVALID_M64; in pnv_pci_vf_release_m64()1329 kfree(pdn->m64_map); in pnv_pci_vf_release_m64()1359 pdn->m64_map = kmalloc_array(m64_bars, in pnv_pci_vf_assign_m64()1360 sizeof(*pdn->m64_map), in pnv_pci_vf_assign_m64()1362 if (!pdn->m64_map) in pnv_pci_vf_assign_m64()1367 pdn->m64_map[i][j] = IODA_INVALID_M64; in pnv_pci_vf_assign_m64()1384 pdn->m64_map[j][i] = win; in pnv_pci_vf_assign_m64()[all …]
212 int (*m64_map)[PCI_SRIOV_NUM_BARS]; /* Only used on powernv */ member