Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/sys/netinet/
H A Dtcp_hpts.c829 int32_t wheel_slot, maxslots; in __tcp_hpts_insert() local
888 maxslots = max_slots_available(hpts, wheel_slot, &last_slot); in __tcp_hpts_insert()
891 diag->maxslots = maxslots; in __tcp_hpts_insert()
894 if (maxslots == 0) { in __tcp_hpts_insert()
908 } else if (maxslots >= slot) { in __tcp_hpts_insert()
914 tp->t_hpts_request = slot - maxslots; in __tcp_hpts_insert()
1309 uint32_t maxslots, last_slot, remaining_slots; in tcp_hptsi() local
1317 maxslots = max_slots_available(hpts, in tcp_hptsi()
1319 if (maxslots >= tp->t_hpts_request) { in tcp_hptsi()
1330 maxslots; in tcp_hptsi()
H A Dtcp_hpts.h78 uint32_t maxslots; /* bbr->delRate x */ member
/freebsd/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()
/freebsd/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()