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

/freebsd-13-stable/sys/dev/isci/scil/
H A Dscif_sas_internal_io_request.h86 #define SCIF_SAS_MAX_INTERNAL_REQUEST_COUNT (SCI_MAX_DOMAINS*4)
92 #define SCIF_SAS_MIN_INTERNAL_REQUEST_COUNT (SCI_MAX_DOMAINS)
H A Dsci_controller_constants.h219 #define SCI_MAX_DOMAINS SCI_MAX_PORTS macro
H A Dscif_sas_controller.h132 SCIF_SAS_DOMAIN_T domains[SCI_MAX_DOMAINS];
H A Dscif_sas_controller.c588 for(index = 0; index < SCI_MAX_DOMAINS; index++)
984 for(domain_index = 0; domain_index < SCI_MAX_DOMAINS; domain_index++)
1129 if (index < SCI_MAX_DOMAINS)
1205 for (index = 0; index < SCI_MAX_DOMAINS; index++)
H A Dscif_sas_controller_states.c137 for (index = 0; index < SCI_MAX_DOMAINS; index++)
H A Dscif_sas_controller_state_handlers.c184 for (index = 0; index < SCI_MAX_DOMAINS && status == SCI_SUCCESS; index++)
314 for (index = 0; index < SCI_MAX_DOMAINS; index++)
421 (index < SCI_MAX_DOMAINS) && (status == SCI_SUCCESS);
/freebsd-13-stable/sys/dev/isci/
H A Disci_controller.c108 isci_controller->initial_discovery_mask = (1 << SCI_MAX_DOMAINS) - 1;
110 for(index = 0; index < SCI_MAX_DOMAINS; index++) {
258 for(domain_index = 0; domain_index < SCI_MAX_DOMAINS; domain_index++) {
352 controller->queue_depth = SCI_MAX_IO_REQUESTS - SCI_MAX_DOMAINS;
357 SCI_MAX_IO_REQUESTS - SCI_MAX_DOMAINS));
532 * For the first SCI_MAX_DOMAINS device objects, do not put
537 if (i < SCI_MAX_DOMAINS)
H A Disci.h166 struct ISCI_DOMAIN domain[SCI_MAX_DOMAINS];

Completed in 111 milliseconds