Searched refs:SCI_MAX_REMOTE_DEVICES (Results 1 – 6 of 6) 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)];
158 struct isci_remote_device *device_table[SCI_MAX_REMOTE_DEVICES];209 struct isci_remote_device devices[SCI_MAX_REMOTE_DEVICES];
79 #define SCI_MAX_REMOTE_DEVICES (256UL) macro
555 for (i = 0; i < SCI_MAX_REMOTE_DEVICES; i++) { in isci_host_alloc()
1519 for (i = 0; i < SCI_MAX_REMOTE_DEVICES; i++) { in isci_remote_device_alloc()1525 if (i >= SCI_MAX_REMOTE_DEVICES) { in isci_remote_device_alloc()
2189 ihost->remote_node_entries = min(smu_max_rncs(val), SCI_MAX_REMOTE_DEVICES); in sci_controller_initialize()