Home
last modified time | relevance | path

Searched refs:state_handlers (Results 1 – 25 of 35) sorted by relevance

12

/freebsd-13-stable/sys/dev/isci/scil/
HDscic_sds_remote_node_context.h296 SCIC_SDS_REMOTE_NODE_CONTEXT_HANDLERS * state_handlers; member
345 ((rnc)->state_handlers->event_handler(rnc, event_code))
348 ((rnc)->state_handlers->resume_handler(rnc, callback, parameter))
351 ((rnc)->state_handlers->suspend_handler(rnc, suspend_type, callback, parameter))
354 ((rnc)->state_handlers->destruct_handler(rnc, callback, parameter))
357 ((rnc)->state_handlers->start_io_handler(rnc, request))
360 ((rnc)->state_handlers->start_task_handler(rnc, task))
HDscif_sas_controller_state_handlers.c580 status = fw_device->domain->state_handlers->start_io_handler( in scif_sas_controller_ready_start_io_handler()
611 fw_device->domain->state_handlers->complete_io_handler( in scif_sas_controller_ready_start_io_handler()
618 fw_io->parent.state_handlers->complete_handler(io_request); in scif_sas_controller_ready_start_io_handler()
682 fw_io->parent.state_handlers->destruct_handler(&fw_io->parent.parent); in scif_sas_controller_ready_complete_io_handler()
683 status = fw_device->domain->state_handlers->complete_io_handler( in scif_sas_controller_ready_complete_io_handler()
772 fw_io->parent.state_handlers->destruct_handler(&fw_io->parent.parent); in scif_sas_controller_ready_complete_high_priority_io_handler()
773 status = fw_device->domain->state_handlers->complete_high_priority_io_handler( in scif_sas_controller_ready_complete_high_priority_io_handler()
887 status = fw_device->domain->state_handlers->start_task_handler( in scif_sas_controller_ready_start_task_handler()
918 fw_task->parent.state_handlers->start_handler(&fw_task->parent.parent); in scif_sas_controller_ready_start_task_handler()
926 fw_device->domain->state_handlers->complete_task_handler( in scif_sas_controller_ready_start_task_handler()
[all …]
HDscif_sas_controller.c158 return fw_controller->state_handlers->initialize_handler( in scif_controller_initialize()
201 return fw_controller->state_handlers-> in scif_controller_start()
225 return fw_controller->state_handlers-> in scif_controller_stop()
249 return fw_controller->state_handlers-> in scif_controller_reset()
288 status = fw_controller->state_handlers->start_io_handler( in scif_controller_start_io()
330 status = fw_controller->state_handlers->start_task_handler( in scif_controller_start_task()
360 return fw_controller->state_handlers->complete_io_handler( in scif_controller_complete_io()
392 return fw_controller->state_handlers->complete_task_handler( in scif_controller_complete_task()
832 return fw_controller->state_handlers->continue_io_handler( in scif_sas_controller_continue_io()
953 status = fw_controller->state_handlers->start_high_priority_io_handler( in scif_sas_controller_start_high_priority_io()
[all …]
HDscif_sas_remote_device.c229 status = fw_device->state_handlers->parent.start_handler( in scif_remote_device_da_construct()
309 status = fw_device->state_handlers->parent.start_handler( in scif_remote_device_ea_construct()
344 fw_device->domain->state_handlers->device_destruct_handler( in scif_remote_device_destruct()
351 return fw_device->state_handlers->parent.destruct_handler( in scif_remote_device_destruct()
396 fw_device->state_handlers->start_complete_handler( in scic_cb_remote_device_start_complete()
419 fw_device->state_handlers->stop_complete_handler( in scic_cb_remote_device_stop_complete()
434 fw_device->state_handlers->ready_handler(fw_device); in scic_cb_remote_device_ready()
448 fw_device->state_handlers->not_ready_handler(fw_device,reason_code); in scic_cb_remote_device_not_ready()
HDscif_sas_remote_device_states.c144 = fw_device->state_handlers->parent.destruct_handler( in scif_sas_remote_device_stopped_state_enter()
149 fw_device->domain->state_handlers->device_stop_complete_handler( in scif_sas_remote_device_stopped_state_enter()
198 fw_device->state_handlers->parent.fail_handler(&fw_device->parent); in scif_sas_remote_device_starting_state_enter()
318 fw_device->state_handlers->stop_complete_handler( in scif_sas_remote_device_stopping_state_enter()
HDscic_sds_remote_device.c347 return this_device->state_handlers->parent.destruct_handler(&this_device->parent); in scic_remote_device_destruct()
425 return this_device->state_handlers->parent.start_handler(&this_device->parent); in scic_remote_device_start()
447 return this_device->state_handlers->parent.stop_handler(&this_device->parent); in scic_remote_device_stop()
474 return this_device->state_handlers->parent.reset_handler(&this_device->parent); in scic_remote_device_reset()
501 return this_device->state_handlers->parent.reset_complete_handler(&this_device->parent); in scic_remote_device_reset_complete()
752 return this_device->state_handlers->suspend_handler(this_device, suspend_type); in scic_sds_remote_device_suspend()
767 return this_device->state_handlers->resume_handler(this_device); in scic_sds_remote_device_resume()
784 return this_device->state_handlers->frame_handler(this_device, frame_index); in scic_sds_remote_device_frame_handler()
801 return this_device->state_handlers->event_handler(this_device, event_code); in scic_sds_remote_device_event_handler()
820 return this_device->state_handlers->parent.start_io_handler( in scic_sds_remote_device_start_io()
[all …]
HDscic_sds_stp_remote_device.c170 status = this_device->owning_port->state_handlers->start_io_handler( in scic_sds_stp_remote_device_ready_substate_start_request_handler()
183 status = this_request->state_handlers->parent.start_handler(request); in scic_sds_stp_remote_device_ready_substate_start_request_handler()
254 status = this_device->owning_port->state_handlers->start_io_handler( in scic_sds_stp_remote_device_ready_idle_substate_start_io_handler()
267 status = io_request->state_handlers->parent.start_handler(request); in scic_sds_stp_remote_device_ready_idle_substate_start_io_handler()
351 status = this_device->owning_port->state_handlers->start_io_handler( in scic_sds_stp_remote_device_ready_ncq_substate_start_io_handler()
363 status = io_request->state_handlers->parent.start_handler(request); in scic_sds_stp_remote_device_ready_ncq_substate_start_io_handler()
689 this_device->working_request->state_handlers->parent.complete_handler, in scic_sds_stp_remote_device_ready_atapi_error_substate_event_handler()
HDscif_sas_domain_state_handlers.c226 status = fw_device->state_handlers->parent.start_io_handler( in scif_sas_domain_ready_start_io_handler()
280 return fw_device->state_handlers->parent.complete_io_handler( in scif_sas_domain_ready_complete_io_handler()
359 status = fw_device->state_handlers->parent.start_task_handler( in scif_sas_domain_ready_start_task_handler()
413 return fw_device->state_handlers->parent.complete_task_handler( in scif_sas_domain_ready_complete_task_handler()
457 status = fw_device->state_handlers->start_high_priority_io_handler( in scif_sas_domain_ready_start_high_priority_io_handler()
541 return fw_device->state_handlers->complete_high_priority_io_handler( in scif_sas_domain_ready_complete_high_priority_io_handler()
821 status = fw_device->state_handlers->start_high_priority_io_handler( in scif_sas_domain_discovering_start_high_priority_io_handler()
941 return fw_device->state_handlers->complete_high_priority_io_handler( in scif_sas_domain_discovering_complete_high_priority_io_handler()
HDscic_sds_request.h240 struct SCIC_SDS_IO_REQUEST_STATE_HANDLER *state_handlers; member
366 ((a_request)->state_handlers->parent.complete_handler(&(a_request)->parent))
385 this_request->state_handlers->tc_completion_handler(this_request, completion_code); \
HDscif_sas_domain.c249 op_status = fw_domain->state_handlers->discover_handler( in scif_domain_discover()
312 fw_domain->state_handlers->port_ready_handler(&fw_domain->parent); in scic_cb_port_ready()
343 fw_domain->state_handlers->port_not_ready_handler( in scic_cb_port_not_ready()
632 fw_request->state_handlers->abort_handler(&fw_request->parent); in scif_sas_domain_terminate_requests()
665 request->state_handlers->abort_handler(&request->parent); in scif_sas_domain_terminate_requests()
801 fw_domain->state_handlers->device_start_complete_handler( in scif_sas_domain_remote_device_start_complete()
HDscif_sas_remote_device_ready_substate_handlers.c219 return (fw_device->state_handlers->parent.stop_handler(&fw_device->parent)); in scif_sas_remote_device_ready_operational_destruct_handler()
280 status = fw_io->parent.state_handlers->start_handler(&fw_io->parent.parent); in scif_sas_remote_device_ready_operational_start_io_handler()
542 return fw_io->parent.state_handlers->start_handler(&fw_io->parent.parent); in scif_sas_remote_device_ready_operational_start_high_priority_io_handler()
HDscic_sds_phy.h270 struct SCIC_SDS_PHY_STATE_HANDLER *state_handlers; member
371 ((phy)->state_handlers = (handlers))
HDscic_sds_controller.c1514 state_handlers->parent.stop_handler(&this_controller->port_table[index].parent); in scic_sds_controller_stop_ports()
3230 if (this_controller->state_handlers->link_up_handler != NULL) in scic_sds_controller_link_up()
3232 this_controller->state_handlers->link_up_handler( in scic_sds_controller_link_up()
3261 if (this_controller->state_handlers->link_down_handler != NULL) in scic_sds_controller_link_down()
3263 this_controller->state_handlers->link_down_handler( in scic_sds_controller_link_down()
3291 if (this_controller->state_handlers->remote_device_started_handler != NULL) in scic_sds_controller_remote_device_started()
3293 this_controller->state_handlers->remote_device_started_handler( in scic_sds_controller_remote_device_started()
3352 if (this_controller->state_handlers->remote_device_stopped_handler != NULL) in scic_sds_controller_remote_device_stopped()
3354 this_controller->state_handlers->remote_device_stopped_handler( in scic_sds_controller_remote_device_stopped()
3925 if (this_controller->state_handlers->parent.initialize_handler != NULL) in scic_controller_initialize()
[all …]
HDsci_base_state_machine.h77 (object)->state_handlers = &(table)[(state)]
HDscif_sas_request.h131 SCI_BASE_REQUEST_STATE_HANDLER_T * state_handlers; member
HDscic_sds_remote_device.h294 struct SCIC_SDS_REMOTE_DEVICE_STATE_HANDLER *state_handlers; member
398 ((this_device)->state_handlers = (handlers))
HDscic_sds_port.h186 struct SCIC_SDS_PORT_STATE_HANDLER *state_handlers; member
286 ((this_port)->state_handlers = (handlers))
HDscic_sds_controller.h185 struct SCIC_SDS_CONTROLLER_STATE_HANDLER *state_handlers; member
479 ((this_controller)->state_handlers = (handlers))
HDscic_sds_port.c388 return this_port->state_handlers->parent.add_phy_handler( in scic_sds_port_add_phy()
411 return this_port->state_handlers->parent.remove_phy_handler( in scic_sds_port_remove_phy()
1009 return this_port->state_handlers->parent.reset_handler( in scic_port_hard_reset()
1277 this_port->state_handlers->link_up_handler(this_port, the_phy); in scic_sds_port_link_up()
1292 this_port->state_handlers->link_down_handler(this_port, the_phy); in scic_sds_port_link_down()
1310 return this_port->state_handlers->start_io_handler( in scic_sds_port_start_io()
1329 return this_port->state_handlers->complete_io_handler( in scic_sds_port_complete_io()
HDscif_sas_internal_io_request.c228 fw_request->state_handlers->abort_handler(&fw_request->parent); in scif_sas_internal_io_request_timeout_handler()
HDscif_sas_stp_io_request.c382 fw_io->parent.state_handlers = &stp_io_request_constructed_handlers; in scif_sas_stp_io_request_construct()
397 fw_io->parent.state_handlers = &stp_io_request_constructed_handlers; in scif_sas_stp_io_request_construct()
HDscif_sas_controller.h119 SCI_BASE_CONTROLLER_STATE_HANDLER_T * state_handlers; member
HDscic_sds_request.c1579 return this_request->state_handlers->parent.start_handler( in scic_sds_request_start()
1600 return this_request->state_handlers->parent.abort_handler( in scic_sds_io_request_terminate()
1617 return this_request->state_handlers->parent.complete_handler( in scic_sds_io_request_complete()
1637 return this_request->state_handlers->event_handler(this_request, event_code); in scic_sds_io_request_event_handler()
1656 return this_request->state_handlers->frame_handler(this_request, frame_index); in scic_sds_io_request_frame_handler()
1672 return this_request->state_handlers->parent.complete_handler(&this_request->parent); in scic_sds_task_request_complete()
HDscif_sas_domain.h118 SCI_BASE_DOMAIN_STATE_HANDLER_T * state_handlers; member
/freebsd-13-stable/contrib/mandoc/
HDmdoc_state.c41 static const state_handler state_handlers[MDOC_MAX - MDOC_Dd] = { variable
178 handler = state_handlers[n->tok - MDOC_Dd]; in mdoc_state()

12