Searched refs:maxslots (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/powerpc/ofw/ |
H A D | ofw_pcibus.c | 239 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 D | tcp_hpts.c | 821 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 D | tcp_hpts.h | 51 uint32_t maxslots; /* bbr->delRate x */ member
|
/freebsd/sys/dev/pci/ |
H A D | pcib_if.m | 57 METHOD int maxslots {
|
H A D | pci.c | 4184 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 D | bbr.c | 2415 log.u_bbr.delRate = diag->maxslots; in bbr_log_hpts_diag()
|
H A D | rack.c | 6502 log.u_bbr.delRate = diag->maxslots; in rack_log_hpts_diag()
|