Searched refs:SCI_MAX_CONTROLLERS (Results 1 – 4 of 4) sorted by relevance
175 #define SCI_MAX_CONTROLLERS 2 macro327 struct sci_oem_params ctrl[SCI_MAX_CONTROLLERS];
295 #define SCI_MAX_MSIX_INT (SCI_NUM_MSI_X_INT*SCI_MAX_CONTROLLERS)298 struct isci_host *hosts[SCI_MAX_CONTROLLERS];313 for (id = 0; id < SCI_MAX_CONTROLLERS && \
327 if (scu_bar_size >= SCI_SCU_BAR_SIZE*SCI_MAX_CONTROLLERS && in num_controllers()328 smu_bar_size >= SCI_SMU_BAR_SIZE*SCI_MAX_CONTROLLERS) in num_controllers()329 return SCI_MAX_CONTROLLERS; in num_controllers()531 if (id < 0 || id >= SCI_MAX_CONTROLLERS || id > orom->hdr.num_elements) { in isci_host_alloc()
84 #define SCI_MAX_CONTROLLERS 2 macro