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

/freebsd-11-stable/sys/dev/isci/scil/
H A Dsci_controller_constants.h83 #ifndef SCI_MAX_PORTS
89 #define SCI_MAX_PORTS SCI_MAX_PHYS macro
217 #define SCI_MAX_DOMAINS SCI_MAX_PORTS
H A Dscu_bios_definitions.h109 #ifndef SCI_MAX_PORTS
110 #define SCI_MAX_PORTS (4) macro
260 } ports[SCI_MAX_PORTS]; // Up to 4 Ports per SCU controller unit
457 } ports[SCI_MAX_PORTS]; // Up to 4 Ports per SCU controller unit
667 } ports[SCI_MAX_PORTS]; // Up to 4 Ports per SCU controller unit
888 } ports[SCI_MAX_PORTS]; // Up to 4 Ports per SCU controller unit
H A Dscic_sds_port_configuration_agent.c166 for (port_index = 0; port_index < SCI_MAX_PORTS; port_index++)
341 for (port_index = 0; port_index < SCI_MAX_PORTS; port_index++)
999 for (index = 0; index < SCI_MAX_PORTS; index++)
H A Dscic_sds_controller.h215 struct SCIC_SDS_PORT port_table[SCI_MAX_PORTS + 1];
H A Dscic_sds_controller.c3714 for (index = 0; index < SCI_MAX_PORTS; index++)
3819 for(index = 0; index < SCI_MAX_PORTS+1; index++)
4691 for(index=0; index<SCI_MAX_PORTS; index++)
5043 for (index = 0; index < SCI_MAX_PORTS; index++)
5079 for (index = 0; index < SCI_MAX_PORTS; index++)
5125 for (index = 0; index < SCI_MAX_PORTS; index++)
5156 *count = SCI_MAX_PORTS;
6530 for (index = 0; index < (SCI_MAX_PORTS + 1); index++)
6534 (index == SCI_MAX_PORTS) ? SCIC_SDS_DUMMY_PORT : index,
6545 &this_controller->port_table[SCI_MAX_PORTS],
[all...]
H A Dscic_sds_port.c81 #define SCIC_SDS_PORT_MIN_TIMER_COUNT (SCI_MAX_PORTS)
82 #define SCIC_SDS_PORT_MAX_TIMER_COUNT (SCI_MAX_PORTS)
359 &scic_sds_port_get_controller(port)->port_table[SCI_MAX_PORTS]
H A Dscif_sas_controller.c414 if (port_index < SCI_MAX_PORTS)

Completed in 239 milliseconds