Home
last modified time | relevance | path

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

/src/sys/powerpc/ofw/
H A Dofw_pcibus.c239 int maxslots; in ofw_pcibus_enum_bus() local
245 maxslots = PCIB_MAXSLOTS(pcib); in ofw_pcibus_enum_bus()
246 for (s = 0; s <= maxslots; s++) { in ofw_pcibus_enum_bus()
/src/sys/netinet/
H A Dtcp_hpts.c827 int32_t wheel_slot, maxslots; in __tcp_hpts_insert() local
886 maxslots = max_slots_available(hpts, wheel_slot, &last_slot); in __tcp_hpts_insert()
889 diag->maxslots = maxslots; in __tcp_hpts_insert()
892 if (maxslots == 0) { in __tcp_hpts_insert()
906 } else if (maxslots >= slot) { in __tcp_hpts_insert()
912 tp->t_hpts_request = slot - maxslots; in __tcp_hpts_insert()
1307 uint32_t maxslots, last_slot, remaining_slots; in tcp_hptsi() local
1315 maxslots = max_slots_available(hpts, in tcp_hptsi()
1317 if (maxslots >= tp->t_hpts_request) { in tcp_hptsi()
1328 maxslots; in tcp_hptsi()
H A Dtcp_hpts.h78 uint32_t maxslots; /* bbr->delRate x */ member
/src/sys/dev/pci/
H A Dpcib_if.m57 METHOD int maxslots {
H A Dpci.c4246 int maxslots; in pci_add_children() local
4267 maxslots = PCIB_MAXSLOTS(pcib); in pci_add_children()
4268 for (s = 0; s <= maxslots; s++, first_func = 0) { in pci_add_children()
4293 int devcount, error, i, j, maxslots, oldcount; in pci_rescan_method() local
4313 maxslots = PCIB_MAXSLOTS(pcib); in pci_rescan_method()
4314 for (s = 0; s <= maxslots; s++) { in pci_rescan_method()
/src/sys/netinet/tcp_stacks/
H A Dbbr.c2411 log.u_bbr.delRate = diag->maxslots; in bbr_log_hpts_diag()
H A Drack.c6364 log.u_bbr.delRate = diag->maxslots; in rack_log_hpts_diag()