HomeSort by: relevance | last modified time | path
    Searched defs:min_gnt (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
pciconf.c 134 int min_gnt; member in struct:_s_pciconf_dev_t
664 pd->min_gnt = PCI_MIN_GNT(icr);
674 if (pd->min_gnt != 0 || pd->max_lat != 0) {
675 if (pd->min_gnt != 0 && pd->min_gnt > pb->max_mingnt)
676 pb->max_mingnt = pd->min_gnt;
681 pb->bandwidth_used += pd->min_gnt * 4000000 /
682 (pd->min_gnt + pd->max_lat);
1330 ltim = pd->min_gnt * bus_mhz / 4;
1538 * device (MAX_LAT + MIN_GNT) is then subtracted from the bandwidth
    [all...]

Completed in 50 milliseconds