Home
last modified time | relevance | path

Searched refs:SCI_MAX_CONTROLLERS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/isci/
H A Dprobe_roms.h175 #define SCI_MAX_CONTROLLERS 2 macro
327 struct sci_oem_params ctrl[SCI_MAX_CONTROLLERS];
H A Dhost.h295 #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 && \
H A Dinit.c324 if (scu_bar_size >= SCI_SCU_BAR_SIZE*SCI_MAX_CONTROLLERS && in num_controllers()
325 smu_bar_size >= SCI_SMU_BAR_SIZE*SCI_MAX_CONTROLLERS) in num_controllers()
326 return SCI_MAX_CONTROLLERS; in num_controllers()
528 if (id < 0 || id >= SCI_MAX_CONTROLLERS || id > orom->hdr.num_elements) { in isci_host_alloc()
H A Disci.h84 #define SCI_MAX_CONTROLLERS 2 macro