Symbol: SCI_MAX_REMOTE_DEVICES
sys/dev/isci/isci.h
179
struct ISCI_REMOTE_DEVICE *remote_device[SCI_MAX_REMOTE_DEVICES];
sys/dev/isci/isci.h
190
SCI_POOL_CREATE(remote_device_pool, struct ISCI_REMOTE_DEVICE *, SCI_MAX_REMOTE_DEVICES);
sys/dev/isci/isci.h
193
SCI_POOL_CREATE(unmap_buffer_pool, void *, SCI_MAX_REMOTE_DEVICES);
sys/dev/isci/isci_controller.c
510
remote_device_size * SCI_MAX_REMOTE_DEVICES, M_ISCI,
sys/dev/isci/isci_controller.c
517
for (int i = 0; i < SCI_MAX_REMOTE_DEVICES; i++) {
sys/dev/isci/isci_controller.c
675
cpi->max_target = SCI_MAX_REMOTE_DEVICES - 1;
sys/dev/isci/isci_controller.c
680
cpi->initiator_id = SCI_MAX_REMOTE_DEVICES;
sys/dev/isci/isci_controller.c
803
dev_idx < SCI_MAX_REMOTE_DEVICES;
sys/dev/isci/isci_domain.c
153
for (i = 0; i < SCI_MAX_REMOTE_DEVICES; i++) {
sys/dev/isci/isci_sysctl.c
210
for (j = 0; j < SCI_MAX_REMOTE_DEVICES; j++) {
sys/dev/isci/scil/sci_controller_constants.h
111
#ifndef SCI_MAX_REMOTE_DEVICES
sys/dev/isci/scil/scic_sds_controller.c
4519
MIN(this_controller->remote_node_entries, SCI_MAX_REMOTE_DEVICES);
sys/dev/isci/scil/scic_sds_controller.c
6555
this_controller->remote_node_entries = SCI_MAX_REMOTE_DEVICES;
sys/dev/isci/scil/scic_sds_controller.h
229
struct SCIC_SDS_REMOTE_DEVICE *device_table[SCI_MAX_REMOTE_DEVICES];
sys/dev/isci/scil/scic_sds_controller.h
270
U8 remote_device_sequence[SCI_MAX_REMOTE_DEVICES];
sys/dev/isci/scil/scic_sds_remote_device.c
645
#define SCIC_SDS_REMOTE_DEVICE_MAXIMUM_TIMER_COUNT (SCI_MAX_REMOTE_DEVICES)
sys/dev/isci/scil/scic_sds_remote_node_table.h
153
(SCI_MAX_REMOTE_DEVICES / SCIC_SDS_REMOTE_NODES_PER_DWORD)
sys/dev/isci/scil/scic_sds_remote_node_table.h
154
+ ((SCI_MAX_REMOTE_DEVICES % SCIC_SDS_REMOTE_NODES_PER_DWORD) != 0)];
sys/dev/isci/scil/scic_sds_remote_node_table.h
163
(SCI_MAX_REMOTE_DEVICES / (32 * SCU_STP_REMOTE_NODE_COUNT))
sys/dev/isci/scil/scic_sds_remote_node_table.h
164
+ ((SCI_MAX_REMOTE_DEVICES % (32 * SCU_STP_REMOTE_NODE_COUNT)) != 0)];
sys/dev/isci/scil/scif_sas_controller.h
142
SCI_ABSTRACT_ELEMENT_T remote_device_pool_elements[SCI_MAX_REMOTE_DEVICES];
sys/dev/isci/scil/scif_sas_controller_states.c
131
SCI_MAX_REMOTE_DEVICES