Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/endpoint/
Dpci-epf-core.c265 u64 bar_fixed_size = epc_features->bar[bar].fixed_size; in pci_epf_alloc_space() local
276 if (epc_features->bar[bar].type == BAR_FIXED && bar_fixed_size) { in pci_epf_alloc_space()
277 if (size > bar_fixed_size) { in pci_epf_alloc_space()
282 size = bar_fixed_size; in pci_epf_alloc_space()