Home
last modified time | relevance | path

Searched refs:bar_end (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/pci/
H A Dpci_iov.c1010 rman_res_t bar_start, bar_end; in pci_vf_alloc_mem_resource() local
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()
1032 if (bar_end > end) in pci_vf_alloc_mem_resource()
1033 bar_end = end; in pci_vf_alloc_mem_resource()
1034 bar_length = bar_end - bar_start + 1; in pci_vf_alloc_mem_resource()
1036 res = rman_reserve_resource(&iov->rman, bar_start, bar_end, in pci_vf_alloc_mem_resource()
1042 bar_start, bar_end, 1); in pci_vf_alloc_mem_resource()