Symbol: MAX_PORTS
usr/src/cmd/bhyve/common/pci_ahci.c
213
struct ahci_port port[MAX_PORTS];
usr/src/cmd/bhyve/common/pci_ahci.c
2413
for (p = 0; p < MAX_PORTS && str != NULL; p++, str = next) {
usr/src/cmd/bhyve/common/pci_ahci.c
2498
for (p = 0; ports_nvl != NULL && p < MAX_PORTS; p++) {
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1244
if (xcap->xcap_max_ports > MAX_PORTS) {
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1247
MAX_PORTS, MAX_PORTS);
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1248
xcap->xcap_max_ports = MAX_PORTS;
usr/src/uts/common/io/usb/hcd/xhci/xhci_hub.c
83
#if MAX_PORTS != 31
usr/src/uts/common/io/usb/usba/hubdi.c
2918
MAX_PORTS + 1);
usr/src/uts/common/io/usb/usba/hubdi.c
3239
ASSERT(*(data->b_rptr + 2) <= (MAX_PORTS + 1));
usr/src/uts/common/io/usb/usba/hubdi.c
3287
if (hubd->h_nports > MAX_PORTS) {
usr/src/uts/common/io/usb/usba/hubdi.c
3291
MAX_PORTS, MAX_PORTS, hubd->h_nports);
usr/src/uts/common/io/usb/usba/hubdi.c
3293
hubd->h_nports = MAX_PORTS;
usr/src/uts/common/io/usb/usba/hubdi.c
4181
for (port = 1; port <= MAX_PORTS; port++) {
usr/src/uts/common/io/usb/usba/hubdi.c
4187
if (port > MAX_PORTS) {
usr/src/uts/common/io/usb/usba/hubdi.c
7562
kmem_zalloc(MAX_PORTS + 1, KM_SLEEP);
usr/src/uts/common/sys/usb/hubd/hubdvar.h
205
uint16_t h_port_state[MAX_PORTS + 1];
usr/src/uts/common/sys/usb/hubd/hubdvar.h
208
boolean_t h_reset_port[MAX_PORTS + 1];
usr/src/uts/common/sys/usb/hubd/hubdvar.h
211
uint8_t h_child_events[MAX_PORTS + 1];
usr/src/uts/common/sys/usb/hubd/hubdvar.h
214
uint16_t h_port_raw[MAX_PORTS + 1];