Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.sbin/pciconf/
Dcap.c148 int comma, max_splits, max_burst_read; in cap_pcix() local
176 max_burst_read = 512; in cap_pcix()
179 max_burst_read = 1024; in cap_pcix()
182 max_burst_read = 2048; in cap_pcix()
185 max_burst_read = 4096; in cap_pcix()
215 max_burst_read, max_splits, max_splits == 1 ? "" : "s"); in cap_pcix()