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.c821 int32_t wheel_slot, maxslots; in tcp_hpts_insert_diag() local
882 maxslots = max_slots_available(hpts, wheel_slot, &last_slot); in tcp_hpts_insert_diag()
885 diag->maxslots = maxslots; in tcp_hpts_insert_diag()
888 if (maxslots == 0) { in tcp_hpts_insert_diag()
902 } else if (maxslots >= slot) { in tcp_hpts_insert_diag()
908 tp->t_hpts_request = slot - maxslots; in tcp_hpts_insert_diag()
1301 uint32_t maxslots, last_slot, remaining_slots; in tcp_hptsi() local
1309 maxslots = max_slots_available(hpts, in tcp_hptsi()
1311 if (maxslots >= tp->t_hpts_request) { in tcp_hptsi()
1322 maxslots; in tcp_hptsi()
H A Dtcp_hpts.h51 uint32_t maxslots; /* bbr->delRate x */ member
/freebsd/sys/dev/pci/
H A Dpcib_if.m57 METHOD int maxslots {
H A Dpci.c4184 int maxslots; in pci_add_children() local
4205 maxslots = PCIB_MAXSLOTS(pcib); in pci_add_children()
4206 for (s = 0; s <= maxslots; s++, first_func = 0) { in pci_add_children()
4231 int devcount, error, i, j, maxslots, oldcount; in pci_rescan_method() local
4251 maxslots = PCIB_MAXSLOTS(pcib); in pci_rescan_method()
4252 for (s = 0; s <= maxslots; s++) { in pci_rescan_method()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c2415 log.u_bbr.delRate = diag->maxslots; in bbr_log_hpts_diag()
H A Drack.c6502 log.u_bbr.delRate = diag->maxslots; in rack_log_hpts_diag()