Home
last modified time | relevance | path

Searched refs:SCI_MAX_REMOTE_DEVICES (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/scsi/isci/
H A Dremote_node_table.h158 (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)];
H A Dhost.h158 struct isci_remote_device *device_table[SCI_MAX_REMOTE_DEVICES];
209 struct isci_remote_device devices[SCI_MAX_REMOTE_DEVICES];
H A Disci.h79 #define SCI_MAX_REMOTE_DEVICES (256UL) macro
H A Dinit.c535 for (i = 0; i < SCI_MAX_REMOTE_DEVICES; i++) { in isci_host_alloc()
H A Dremote_device.c1519 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()
H A Dhost.c2189 ihost->remote_node_entries = min(smu_max_rncs(val), SCI_MAX_REMOTE_DEVICES); in sci_controller_initialize()