Home
last modified time | relevance | path

Searched refs:SCI_MAX_PORTS (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/isci/
H A Dprobe_roms.h173 #define SCI_MAX_PORTS 4 macro
310 } ports[SCI_MAX_PORTS];
H A Disci.h77 #define SCI_MAX_PORTS SCI_MAX_PHYS macro
85 #define SCI_MAX_DOMAINS SCI_MAX_PORTS
H A Dhost.h196 struct isci_port ports[SCI_MAX_PORTS + 1]; /* includes dummy port */
197 struct asd_sas_port sas_ports[SCI_MAX_PORTS];
H A Dinit.c230 SCI_MAX_PORTS, sizeof(void *), in isci_register_sas_ha()
448 for (i = 0; i < SCI_MAX_PORTS; i++) in sci_oem_defaults()
525 for (i = 0; i < SCI_MAX_PORTS; i++) { in isci_host_alloc()