Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dpciconf.c164 int bandwidth_used; member
318 pb->bandwidth_used = 0; in probe_bus()
681 pb->bandwidth_used += pd->min_gnt * 4000000 / in pci_do_device_query()
1274 if (band < pb->bandwidth_used) { in configure_bus()
1276 pb->busno, pb->bandwidth_used); in configure_bus()
1279 def_ltim = (band - pb->bandwidth_used) / pb->ndevs; in configure_bus()