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 | 838 int32_t wheel_slot, maxslots; in __tcp_hpts_insert() local 897 maxslots = max_slots_available(hpts, wheel_slot, &last_slot); in __tcp_hpts_insert() 900 diag->maxslots = maxslots; in __tcp_hpts_insert() 903 if (maxslots == 0) { in __tcp_hpts_insert() 917 } else if (maxslots >= slot) { in __tcp_hpts_insert() 923 tp->t_hpts_request = slot - maxslots; in __tcp_hpts_insert() 1318 uint32_t maxslots, last_slot, remaining_slots; in tcp_hptsi() local 1326 maxslots = max_slots_available(hpts, in tcp_hptsi() 1328 if (maxslots >= tp->t_hpts_request) { in tcp_hptsi() 1339 maxslots; in tcp_hptsi()
|
| H A D | tcp_hpts.h | 78 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 | 4243 int maxslots; in pci_add_children() local 4264 maxslots = PCIB_MAXSLOTS(pcib); in pci_add_children() 4265 for (s = 0; s <= maxslots; s++, first_func = 0) { in pci_add_children() 4290 int devcount, error, i, j, maxslots, oldcount; in pci_rescan_method() local 4310 maxslots = PCIB_MAXSLOTS(pcib); in pci_rescan_method() 4311 for (s = 0; s <= maxslots; s++) { in pci_rescan_method()
|
| /freebsd/sys/netinet/tcp_stacks/ |
| H A D | bbr.c | 2411 log.u_bbr.delRate = diag->maxslots; in bbr_log_hpts_diag()
|
| H A D | rack.c | 6355 log.u_bbr.delRate = diag->maxslots; in rack_log_hpts_diag()
|