| /NextBSD/sys/dev/isci/scil/ |
| HD | scic_sds_remote_node_context.c | 80 SCIC_SDS_REMOTE_NODE_CONTEXT_T * rnc, in scic_sds_remote_node_context_construct() argument 84 memset (rnc, 0, sizeof(SCIC_SDS_REMOTE_NODE_CONTEXT_T) ); in scic_sds_remote_node_context_construct() 86 rnc->remote_node_index = remote_node_index; in scic_sds_remote_node_context_construct() 87 rnc->device = device; in scic_sds_remote_node_context_construct() 88 rnc->destination_state = SCIC_SDS_REMOTE_NODE_DESTINATION_STATE_UNSPECIFIED; in scic_sds_remote_node_context_construct() 90 rnc->parent.logger = device->parent.parent.logger; in scic_sds_remote_node_context_construct() 93 &rnc->state_machine, in scic_sds_remote_node_context_construct() 94 &rnc->parent, in scic_sds_remote_node_context_construct() 99 sci_base_state_machine_start(&rnc->state_machine); in scic_sds_remote_node_context_construct() 170 SCU_REMOTE_NODE_CONTEXT_T * rnc; in scic_sds_remote_node_context_construct_buffer() local [all …]
|
| HD | scic_sds_remote_node_context.h | 322 SCIC_SDS_REMOTE_NODE_CONTEXT_T * rnc, 327 SCIC_SDS_REMOTE_NODE_CONTEXT_T * rnc 331 SCIC_SDS_REMOTE_NODE_CONTEXT_T * rnc 338 #define scic_sds_remote_node_context_set_remote_node_index(rnc, rni) \ argument 339 ((rnc)->remote_node_index = (rni)) 342 ((rnc)->remote_node_index) 344 #define scic_sds_remote_node_context_event_handler(rnc, event_code) \ argument 345 ((rnc)->state_handlers->event_handler(rnc, event_code)) 347 #define scic_sds_remote_node_context_resume(rnc, callback, parameter) \ argument 348 ((rnc)->state_handlers->resume_handler(rnc, callback, parameter)) [all …]
|
| HD | scic_sds_stp_remote_device.c | 179 scic_sds_remote_node_context_start_task(this_device->rnc, this_request); in scic_sds_stp_remote_device_ready_substate_start_request_handler() 204 this_device->rnc, SCI_SOFTWARE_SUSPENSION, NULL, NULL); in scic_sds_stp_remote_device_ready_substate_start_request_handler() 207 this_device->rnc, in scic_sds_stp_remote_device_ready_substate_start_request_handler() 263 scic_sds_remote_node_context_start_io(this_device->rnc, io_request); in scic_sds_stp_remote_device_ready_idle_substate_start_io_handler() 321 && (this_device->rnc->destination_state != SCIC_SDS_REMOTE_NODE_DESTINATION_STATE_READY)) in scic_sds_stp_remote_device_ready_idle_substate_event_handler() 324 this_device->rnc, NULL, NULL); in scic_sds_stp_remote_device_ready_idle_substate_event_handler() 359 status = scic_sds_remote_node_context_start_io(this_device->rnc, io_request); in scic_sds_stp_remote_device_ready_ncq_substate_start_io_handler() 556 this_device->rnc, suspend_type, NULL, NULL in scic_sds_stp_remote_device_ready_cmd_substate_suspend_handler() 687 this_device->rnc, in scic_sds_stp_remote_device_ready_atapi_error_substate_event_handler() 881 if (scic_sds_remote_node_context_is_ready(this_device->rnc)) in scic_sds_stp_remote_device_ready_idle_substate_enter() [all …]
|
| HD | scic_sds_remote_device.c | 118 this_device->rnc = (SCIC_SDS_REMOTE_NODE_CONTEXT_T *) in scic_remote_device_construct() 129 this_device->rnc, in scic_remote_device_construct() 133 sci_object_set_association(this_device->rnc, this_device); in scic_remote_device_construct() 182 this_device->rnc, remote_node_index in scic_remote_device_da_construct() 278 &this_device->rnc->remote_node_index in scic_remote_device_ea_construct() 1364 status = scic_sds_remote_node_context_event_handler(this_device->rnc, event_code); in scic_sds_remote_device_core_event_handler() 1373 scic_sds_remote_node_context_suspend( this_device->rnc, in scic_sds_remote_device_core_event_handler() 1567 return scic_sds_remote_node_context_suspend(this_device->rnc, suspend_type, NULL, NULL); in scic_sds_remote_device_general_suspend_handler() 1585 return scic_sds_remote_node_context_resume(this_device->rnc, NULL, NULL); in scic_sds_remote_device_general_resume_handler() 1693 this_device->rnc, in scic_sds_remote_device_stopped_state_start_handler() [all …]
|
| HD | scic_sds_port.c | 661 SCU_REMOTE_NODE_CONTEXT_T * rnc; in scic_sds_port_construct_dummy_rnc() local 663 rnc = &(this_port->owning_controller->remote_node_context_table[rni]); in scic_sds_port_construct_dummy_rnc() 665 memset(rnc, 0, sizeof(SCU_REMOTE_NODE_CONTEXT_T)); in scic_sds_port_construct_dummy_rnc() 667 rnc->ssp.remote_sas_address_hi = 0; in scic_sds_port_construct_dummy_rnc() 668 rnc->ssp.remote_sas_address_lo = 0; in scic_sds_port_construct_dummy_rnc() 670 rnc->ssp.remote_node_index = rni; in scic_sds_port_construct_dummy_rnc() 671 rnc->ssp.remote_node_port_width = 1; in scic_sds_port_construct_dummy_rnc() 672 rnc->ssp.logical_port_index = this_port->physical_port_index; in scic_sds_port_construct_dummy_rnc() 674 rnc->ssp.nexus_loss_timer_enable = FALSE; in scic_sds_port_construct_dummy_rnc() 675 rnc->ssp.check_bit = FALSE; in scic_sds_port_construct_dummy_rnc() [all …]
|
| HD | scic_sds_remote_device.h | 255 struct SCIC_SDS_REMOTE_NODE_CONTEXT * rnc; member 424 remote_device_sequence[(this_device)->rnc->remote_node_index] \ 449 ((this_device)->rnc->remote_node_index)
|
| HD | scic_sds_smp_remote_device.c | 106 scic_sds_remote_node_context_start_io(this_device->rnc, io_request); in scic_sds_smp_remote_device_ready_idle_substate_start_io_handler()
|
| HD | scic_sds_smp_request.c | 414 task_context->remote_node_index = this_request->target_device->rnc->remote_node_index; in scu_smp_request_construct_task_context()
|
| /NextBSD/contrib/subversion/subversion/svn/schema/ |
| HD | props.rnc | 22 include "common.rnc"
|
| HD | diff.rnc | 22 include "common.rnc"
|
| HD | blame.rnc | 23 include "common.rnc"
|
| HD | list.rnc | 22 include "common.rnc"
|
| HD | log.rnc | 22 include "common.rnc"
|
| HD | status.rnc | 26 include "common.rnc"
|
| HD | info.rnc | 22 include "common.rnc"
|
| /NextBSD/contrib/subversion/ |
| HD | Makefile.in | 739 $(SCHEMAS_RNG) $(SCHEMAS_DTD) $(SCHEMAS_XSD): $(SCHEMA_DIR)/common.rnc 749 .po .spo .mo .rnc .rng .dtd .xsd .sql .h 786 .rnc.rng: 789 .rnc.dtd: 792 .rnc.xsd:
|