Searched refs:total_length (Results 1 – 1 of 1) sorted by relevance
| /pciutils/lib/ |
| H A D | ecam.c | 742 calculate_bus_addr(u8 start_bus, u64 start_addr, u32 total_length, u8 bus, u64 *addr, u32 *length) argument 747 if (offset >= total_length) 751 *length = total_length - offset; 766 u32 total_length; local 774 … get_mcfg_allocation(mcfg, i, &cur_domain, &start_bus, &end_bus, &start_addr, &total_length); 776 return calculate_bus_addr(start_bus, start_addr, total_length, bus, addr, length); 784 …f (!parse_next_addrs(addrs, &addrs, &cur_domain, &start_bus, &end_bus, &start_addr, &total_length)) 787 return calculate_bus_addr(start_bus, start_addr, total_length, bus, addr, length);
|