Searched refs:MAX_PORTS (Results 1 – 7 of 7) sorted by relevance
200 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];
40 #define MAX_PORTS 31 macro
26 #define MAX_PORTS 256 /* Max # ports. */ macro49 u_short ports[MAX_PORTS]; /* Port number to listen on. */
2888 MAX_PORTS + 1); in hubd_cleanup()3213 if (hub_descr->bNbrPorts > MAX_PORTS) { in hubd_get_hub_descriptor()3217 MAX_PORTS, MAX_PORTS, hub_descr->bNbrPorts); in hubd_get_hub_descriptor()3219 hub_descr->bNbrPorts = MAX_PORTS; in hubd_get_hub_descriptor()4042 for (port = 1; port <= MAX_PORTS; port++) { in hubd_hotplug_thread()4048 if (port > MAX_PORTS) { in hubd_hotplug_thread()7264 kmem_zalloc(MAX_PORTS + 1, KM_SLEEP); in hubd_create_pm_components()
789 if (options->num_ports >= MAX_PORTS) in process_server_config_line()
901 if (options.num_ports >= MAX_PORTS) { in main()
231 #define MAX_PORTS 2 macro