Searched defs:pci_bar_mmap (Results 1 – 2 of 2) sorted by relevance
139 struct pci_bar_mmap { struct140 void *pbm_map_base; /* (sometimes IN)/OUT mmaped base */141 size_t pbm_map_length; /* mapped length of the BAR, multiple143 uint64_t pbm_bar_length; /* actual length of the BAR */144 int pbm_bar_off; /* offset from the mapped base to the146 struct pcisel pbm_sel; /* device to operate on */147 int pbm_reg; /* starting address of BAR */148 int pbm_flags;149 int pbm_memattr;
849 pci_bar_mmap(device_t pcidev, struct pci_bar_mmap *pbm) in pci_bar_mmap() function