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

/freebsd-11-stable/sys/dev/pci/
H A Dpci_iov.c983 rman_res_t bar_start, bar_end; local
996 bar_end = bar_start + bar_length - 1;
999 if (bar_start >= end || bar_end <= bar_start || count != 1)
1005 if (bar_end > end)
1006 bar_end = end;
1007 bar_length = bar_end - bar_start + 1;
1009 res = rman_reserve_resource(&iov->rman, bar_start, bar_end,
1015 bar_start, bar_end, 1);

Completed in 42 milliseconds