Searched refs:MAX_PORTS (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhub.h40 #define MAX_PORTS 31 macro
H A Dhubdvar.h200 uint16_t h_port_state[MAX_PORTS + 1];
203 boolean_t h_reset_port[MAX_PORTS + 1];
206 uint8_t h_child_events[MAX_PORTS + 1];
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c2888 MAX_PORTS + 1);
3213 if (hub_descr->bNbrPorts > MAX_PORTS) {
3217 MAX_PORTS, MAX_PORTS, hub_descr->bNbrPorts);
3219 hub_descr->bNbrPorts = MAX_PORTS;
4042 for (port = 1; port <= MAX_PORTS; port++) {
4048 if (port > MAX_PORTS) {
7264 kmem_zalloc(MAX_PORTS + 1, KM_SLEEP);
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c231 #define MAX_PORTS 2 macro

Completed in 86 milliseconds