Searched refs:SCI_MAX_DOMAINS (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/sys/dev/isci/scil/
H A Dscif_sas_internal_io_request.h84 #define SCIF_SAS_MAX_INTERNAL_REQUEST_COUNT (SCI_MAX_DOMAINS*4)
90 #define SCIF_SAS_MIN_INTERNAL_REQUEST_COUNT (SCI_MAX_DOMAINS)
H A Dsci_controller_constants.h217 #define SCI_MAX_DOMAINS SCI_MAX_PORTS macro
H A Dscif_sas_controller.h130 SCIF_SAS_DOMAIN_T domains[SCI_MAX_DOMAINS];
H A Dscif_sas_controller.c586 for(index = 0; index < SCI_MAX_DOMAINS; index++)
982 for(domain_index = 0; domain_index < SCI_MAX_DOMAINS; domain_index++)
1127 if (index < SCI_MAX_DOMAINS)
1203 for (index = 0; index < SCI_MAX_DOMAINS; index++)
H A Dscif_sas_controller_states.c135 for (index = 0; index < SCI_MAX_DOMAINS; index++)
H A Dscif_sas_controller_state_handlers.c182 for (index = 0; index < SCI_MAX_DOMAINS && status == SCI_SUCCESS; index++)
312 for (index = 0; index < SCI_MAX_DOMAINS; index++)
419 (index < SCI_MAX_DOMAINS) && (status == SCI_SUCCESS);
/freebsd-10.1-release/sys/dev/isci/
H A Disci_controller.c106 isci_controller->initial_discovery_mask = (1 << SCI_MAX_DOMAINS) - 1;
108 for(index = 0; index < SCI_MAX_DOMAINS; index++) {
256 for(domain_index = 0; domain_index < SCI_MAX_DOMAINS; domain_index++) {
350 controller->queue_depth = SCI_MAX_IO_REQUESTS - SCI_MAX_DOMAINS;
355 SCI_MAX_IO_REQUESTS - SCI_MAX_DOMAINS));
525 * For the first SCI_MAX_DOMAINS device objects, do not put
530 if (i < SCI_MAX_DOMAINS)
H A Disci.h161 struct ISCI_DOMAIN domain[SCI_MAX_DOMAINS];

Completed in 119 milliseconds