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

/freebsd-12-stable/sys/dev/isci/scil/
H A Dsci_controller_constants.h85 #ifndef SCI_MAX_PORTS
91 #define SCI_MAX_PORTS SCI_MAX_PHYS macro
219 #define SCI_MAX_DOMAINS SCI_MAX_PORTS
H A Dscu_bios_definitions.h111 #ifndef SCI_MAX_PORTS
112 #define SCI_MAX_PORTS (4) macro
262 } ports[SCI_MAX_PORTS]; // Up to 4 Ports per SCU controller unit
459 } ports[SCI_MAX_PORTS]; // Up to 4 Ports per SCU controller unit
669 } ports[SCI_MAX_PORTS]; // Up to 4 Ports per SCU controller unit
890 } ports[SCI_MAX_PORTS]; // Up to 4 Ports per SCU controller unit
H A Dscic_sds_port_configuration_agent.c168 for (port_index = 0; port_index < SCI_MAX_PORTS; port_index++)
343 for (port_index = 0; port_index < SCI_MAX_PORTS; port_index++)
1001 for (index = 0; index < SCI_MAX_PORTS; index++)
H A Dscic_sds_controller.h217 struct SCIC_SDS_PORT port_table[SCI_MAX_PORTS + 1];
H A Dscic_sds_controller.c3716 for (index = 0; index < SCI_MAX_PORTS; index++)
3821 for(index = 0; index < SCI_MAX_PORTS+1; index++)
4693 for(index=0; index<SCI_MAX_PORTS; index++)
5045 for (index = 0; index < SCI_MAX_PORTS; index++)
5081 for (index = 0; index < SCI_MAX_PORTS; index++)
5127 for (index = 0; index < SCI_MAX_PORTS; index++)
5158 *count = SCI_MAX_PORTS;
6532 for (index = 0; index < (SCI_MAX_PORTS + 1); index++)
6536 (index == SCI_MAX_PORTS) ? SCIC_SDS_DUMMY_PORT : index,
6547 &this_controller->port_table[SCI_MAX_PORTS],
[all...]
H A Dscic_sds_port.c83 #define SCIC_SDS_PORT_MIN_TIMER_COUNT (SCI_MAX_PORTS)
84 #define SCIC_SDS_PORT_MAX_TIMER_COUNT (SCI_MAX_PORTS)
361 &scic_sds_port_get_controller(port)->port_table[SCI_MAX_PORTS]
H A Dscif_sas_controller.c416 if (port_index < SCI_MAX_PORTS)

Completed in 145 milliseconds