Searched refs:bar_start (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/pci/ |
H A D | pci_iov.c | 372 uint64_t bar_start; in pci_iov_add_bars() local 378 bar_start = rman_get_start(bar->res) + in pci_iov_add_bars() 381 pci_add_bar(dinfo->cfg.dev, PCIR_BAR(i), bar_start, in pci_iov_add_bars() 1010 rman_res_t bar_start, bar_end; in pci_vf_alloc_mem_resource() local 1022 bar_start = map->pm_value; in pci_vf_alloc_mem_resource() 1023 bar_end = bar_start + bar_length - 1; in pci_vf_alloc_mem_resource() 1026 if (bar_start >= end || bar_end <= bar_start || count != 1) in pci_vf_alloc_mem_resource() 1030 if (bar_start < start) in pci_vf_alloc_mem_resource() 1031 bar_start = start; in pci_vf_alloc_mem_resource() 1034 bar_length = bar_end - bar_start + 1; in pci_vf_alloc_mem_resource() [all …]
|
/freebsd/usr.sbin/pciconf/ |
H A D | pciconf.c | 83 static void dump_bar(const char *name, const char *reg, const char *bar_start, 1092 dump_bar(const char *name, const char *reg, const char *bar_start, in dump_bar() argument 1105 if (bar_start != NULL) { in dump_bar() 1106 start = strtoul(bar_start, &el, 0); in dump_bar() 1109 bar_start); in dump_bar()
|