Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_remote_node_table.h153 (SCI_MAX_REMOTE_DEVICES / SCIC_SDS_REMOTE_NODES_PER_DWORD)
154 + ((SCI_MAX_REMOTE_DEVICES % SCIC_SDS_REMOTE_NODES_PER_DWORD) != 0)];
163 (SCI_MAX_REMOTE_DEVICES / (32 * SCU_STP_REMOTE_NODE_COUNT))
164 + ((SCI_MAX_REMOTE_DEVICES % (32 * SCU_STP_REMOTE_NODE_COUNT)) != 0)];
H A Dsci_controller_constants.h111 #ifndef SCI_MAX_REMOTE_DEVICES
117 #define SCI_MAX_REMOTE_DEVICES (256) macro
H A Dscic_sds_controller.h229 struct SCIC_SDS_REMOTE_DEVICE *device_table[SCI_MAX_REMOTE_DEVICES];
270 U8 remote_device_sequence[SCI_MAX_REMOTE_DEVICES];
H A Dscif_sas_controller.h142 SCI_ABSTRACT_ELEMENT_T remote_device_pool_elements[SCI_MAX_REMOTE_DEVICES];
H A Dscif_sas_controller_states.c131 SCI_MAX_REMOTE_DEVICES in scif_sas_controller_reset_state_enter()
H A Dscic_sds_remote_device.c645 #define SCIC_SDS_REMOTE_DEVICE_MAXIMUM_TIMER_COUNT (SCI_MAX_REMOTE_DEVICES)
H A Dscic_sds_controller.c4519 MIN(this_controller->remote_node_entries, SCI_MAX_REMOTE_DEVICES); in scic_controller_set_mode()
6555 this_controller->remote_node_entries = SCI_MAX_REMOTE_DEVICES; in scic_sds_controller_reset_state_enter()
/freebsd/sys/dev/isci/
H A Disci.h179 struct ISCI_REMOTE_DEVICE *remote_device[SCI_MAX_REMOTE_DEVICES];
190 SCI_POOL_CREATE(remote_device_pool, struct ISCI_REMOTE_DEVICE *, SCI_MAX_REMOTE_DEVICES);
193 SCI_POOL_CREATE(unmap_buffer_pool, void *, SCI_MAX_REMOTE_DEVICES);
H A Disci_controller.c510 remote_device_size * SCI_MAX_REMOTE_DEVICES, M_ISCI, in isci_controller_allocate_memory()
517 for (int i = 0; i < SCI_MAX_REMOTE_DEVICES; i++) { in isci_controller_allocate_memory()
675 cpi->max_target = SCI_MAX_REMOTE_DEVICES - 1; in isci_action()
680 cpi->initiator_id = SCI_MAX_REMOTE_DEVICES; in isci_action()
803 dev_idx < SCI_MAX_REMOTE_DEVICES; in isci_controller_release_queued_ccbs()
H A Disci_domain.c153 for (i = 0; i < SCI_MAX_REMOTE_DEVICES; i++) { in scif_cb_domain_ready()
H A Disci_sysctl.c210 for (j = 0; j < SCI_MAX_REMOTE_DEVICES; j++) { in isci_sysctl_log_frozen_lun_masks()