Searched refs:m64_map (Results 1 – 2 of 2) sorted by relevance
1322 if (pdn->m64_map[j][i] == IODA_INVALID_M64) in pnv_pci_vf_release_m64()1325 OPAL_M64_WINDOW_TYPE, pdn->m64_map[j][i], 0); in pnv_pci_vf_release_m64()1326 clear_bit(pdn->m64_map[j][i], &phb->ioda.m64_bar_alloc); in pnv_pci_vf_release_m64()1327 pdn->m64_map[j][i] = IODA_INVALID_M64; in pnv_pci_vf_release_m64()1330 kfree(pdn->m64_map); in pnv_pci_vf_release_m64()1360 pdn->m64_map = kmalloc_array(m64_bars, in pnv_pci_vf_assign_m64()1361 sizeof(*pdn->m64_map), in pnv_pci_vf_assign_m64()1363 if (!pdn->m64_map) in pnv_pci_vf_assign_m64()1368 pdn->m64_map[i][j] = IODA_INVALID_M64; in pnv_pci_vf_assign_m64()1385 pdn->m64_map[j][i] = win; in pnv_pci_vf_assign_m64()[all …]
211 int (*m64_map)[PCI_SRIOV_NUM_BARS]; /* Only used on powernv */ member