Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/isci/
Dprobe_roms.h175 #define SCI_MAX_CONTROLLERS 2 macro
327 struct sci_oem_params ctrl[SCI_MAX_CONTROLLERS];
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 && \
Dinit.c327 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()
Disci.h84 #define SCI_MAX_CONTROLLERS 2 macro