Searched refs:maxslots (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/powerpc/ofw/
H A Dofw_pcibus.c238 int maxslots; local
244 maxslots = PCIB_MAXSLOTS(pcib);
245 for (s = 0; s <= maxslots; s++) {
/freebsd-current/sys/netinet/
H A Dtcp_hpts.h51 uint32_t maxslots; /* bbr->delRate x */ member in struct:hpts_diag
H A Dtcp_hpts.c820 int32_t wheel_slot, maxslots; local
881 maxslots = max_slots_available(hpts, wheel_slot, &last_slot);
884 diag->maxslots = maxslots;
887 if (maxslots == 0) {
901 } else if (maxslots >= slot) {
907 tp->t_hpts_request = slot - maxslots;
1297 uint32_t maxslots, last_slot, remaining_slots; local
1305 maxslots = max_slots_available(hpts,
1307 if (maxslots >
[all...]
/freebsd-current/sys/dev/pci/
H A Dpci.c4149 int maxslots; local
4170 maxslots = PCIB_MAXSLOTS(pcib);
4171 for (s = 0; s <= maxslots; s++, first_func = 0) {
4196 int devcount, error, i, j, maxslots, oldcount; local
4216 maxslots = PCIB_MAXSLOTS(pcib);
4217 for (s = 0; s <= maxslots; s++) {
/freebsd-current/sys/netinet/tcp_stacks/
H A Dbbr.c2423 log.u_bbr.delRate = diag->maxslots;
H A Drack.c7098 log.u_bbr.delRate = diag->maxslots;

Completed in 388 milliseconds