Searched refs:MAX_PORTS (Results 1 – 8 of 8) sorted by relevance
21 #define MAX_PORTS 256 /* Max # ports. */ macro88 int ports[MAX_PORTS]; /* Port number to listen on. */
968 if (options.num_ports >= MAX_PORTS) { in main()
1356 if (options.num_ports >= MAX_PORTS) { in main()
1413 if (options->num_ports >= MAX_PORTS) in process_server_config_line_depth()
64 #define MAX_PORTS 32 /* AHCI supports 32 ports */ macro213 struct ahci_port port[MAX_PORTS];2408 for (p = 0; p < MAX_PORTS && str != NULL; p++, str = next) { in pci_ahci_legacy_config()2493 for (p = 0; ports_nvl != NULL && p < MAX_PORTS; p++) { in pci_ahci_init()2650 for (i = 0; i < MAX_PORTS; i++) { in pci_ahci_snapshot()2728 for (i = 0; i < MAX_PORTS; i++) { in pci_ahci_pause()2748 for (i = 0; i < MAX_PORTS; i++) { in pci_ahci_resume()
60 #define MAX_PORTS 65536 macro
116 #define MAX_PORTS 255 macro473 static int ports[MAX_PORTS];
104 #define MAX_PORTS (8) macro