Searched refs:SCI_MAX_REMOTE_DEVICES (Results 1 – 5 of 5) sorted by relevance
158 (SCI_MAX_REMOTE_DEVICES / SCIC_SDS_REMOTE_NODES_PER_DWORD)159 + ((SCI_MAX_REMOTE_DEVICES % SCIC_SDS_REMOTE_NODES_PER_DWORD) != 0)];168 (SCI_MAX_REMOTE_DEVICES / (32 * SCU_STP_REMOTE_NODE_COUNT))169 + ((SCI_MAX_REMOTE_DEVICES % (32 * SCU_STP_REMOTE_NODE_COUNT)) != 0)];
155 struct isci_remote_device *device_table[SCI_MAX_REMOTE_DEVICES];206 struct isci_remote_device devices[SCI_MAX_REMOTE_DEVICES];
79 #define SCI_MAX_REMOTE_DEVICES (256UL) macro
1290 for (i = 0; i < SCI_MAX_REMOTE_DEVICES; i++) { in isci_remote_device_alloc()1296 if (i >= SCI_MAX_REMOTE_DEVICES) { in isci_remote_device_alloc()
2332 ihost->remote_node_entries = min(smu_max_rncs(val), SCI_MAX_REMOTE_DEVICES); in sci_controller_initialize()2587 for (i = 0; i < SCI_MAX_REMOTE_DEVICES; i++) { in isci_host_init()