Searched refs:PCI_BAR_COUNT (Results 1 – 7 of 7) sorted by relevance
95 struct pci_vbar vbars[PCI_BAR_COUNT];126 struct pci_vbar vbars[PCI_BAR_COUNT];
270 if (!is_bar_offset(PCI_BAR_COUNT, offset)) { in write_vhostbridge_cfg()
121 vf_vdev->nr_bars = PCI_BAR_COUNT; in create_vf()122 for (bar_idx = 0U; bar_idx < PCI_BAR_COUNT; bar_idx++) { in create_vf()
166 if ((bar_num < PCI_BAR_COUNT) && in add_vmsix_capability()
406 bar_cnt = PCI_BAR_COUNT; in init_bars()637 vdev->nr_bars = PCI_BAR_COUNT; in init_vdev_pt()
150 …uint64_t vbar_base[PCI_BAR_COUNT]; /* vbar base address of PCI device, which is power-on default …
53 #define PCI_BAR_COUNT 0x6U macro
Completed in 11 milliseconds