Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/isci/
Dprobe_roms.h173 #define SCI_MAX_PORTS 4 macro
310 } ports[SCI_MAX_PORTS];
Disci.h77 #define SCI_MAX_PORTS SCI_MAX_PHYS macro
85 #define SCI_MAX_DOMAINS SCI_MAX_PORTS
Dhost.h196 struct isci_port ports[SCI_MAX_PORTS + 1]; /* includes dummy port */
197 struct asd_sas_port sas_ports[SCI_MAX_PORTS];
Dinit.c247 SCI_MAX_PORTS, sizeof(void *), in isci_register_sas_ha()
468 for (i = 0; i < SCI_MAX_PORTS; i++) in sci_oem_defaults()
545 for (i = 0; i < SCI_MAX_PORTS; i++) { in isci_host_alloc()
Dport_config.c256 for (port_index = 0; port_index < SCI_MAX_PORTS; port_index++) { in sci_mpc_agent_validate_phy_configuration()
721 for (index = 0; index < SCI_MAX_PORTS; index++) { in sci_port_configuration_agent_construct()
Dport.c80 i = SCI_MAX_PORTS+1; in sciport_to_dev()
493 sci_phy_set_port(iphy, &ihost->ports[SCI_MAX_PORTS]); in sci_port_clear_phy()
1762 for (i = 0; i < SCI_MAX_PORTS; i++) { in isci_port_formed()
1769 if (i >= SCI_MAX_PORTS) in isci_port_formed()
Dhost.c1127 active = isci_tci_active(ihost) - SCI_MAX_PORTS; in isci_host_completion_routine()
1634 for (i = 0; i < SCI_MAX_PORTS; i++) in sci_controller_construct()
1642 &ihost->ports[SCI_MAX_PORTS], i); in sci_controller_construct()
1656 for (i = 0; i < SCI_MAX_PORTS; i++) in sci_oem_parameters_validate()
2187 ihost->logical_port_entries = min(smu_max_ports(val), SCI_MAX_PORTS); in sci_controller_initialize()