Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/pci/
Dpci.c6263 u32 bw, next_bw; in pcie_bandwidth_available() local
6278 next_bw = next_width * PCIE_SPEED2MBS_ENC(next_speed); in pcie_bandwidth_available()
6281 if (!bw || next_bw <= bw) { in pcie_bandwidth_available()
6282 bw = next_bw; in pcie_bandwidth_available()