Home
last modified time | relevance | path

Searched refs:io_tag (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_io_request.c95 U16 io_tag, in scif_sas_io_request_construct() argument
116 fw_device, fw_io, io_tag, user_io_request_object, scif_io_request, in scif_sas_io_request_construct()
135 io_tag, in scif_sas_io_request_construct()
234 U16 io_tag, in scif_io_request_construct() argument
248 io_tag, in scif_io_request_construct()
260 U16 io_tag, in scif_request_construct() argument
276 scif_controller, scif_remote_device, io_tag, user_io_request_object, in scif_request_construct()
296 io_tag, in scif_request_construct()
703 U16 io_tag, in scif_sas_io_request_construct_smp() argument
721 io_tag, in scif_sas_io_request_construct_smp()
[all …]
H A Dscif_sas_controller_state_handlers.c564 U16 io_tag in scif_sas_controller_ready_start_io_handler() argument
577 controller, remote_device, io_request, io_tag in scif_sas_controller_ready_start_io_handler()
593 io_tag in scif_sas_controller_ready_start_io_handler()
870 U16 io_tag in scif_sas_controller_ready_start_task_handler() argument
884 controller, remote_device, task_request, io_tag in scif_sas_controller_ready_start_task_handler()
910 io_tag in scif_sas_controller_ready_start_task_handler()
1057 U16 io_tag in scif_sas_controller_common_start_high_priority_io_handler() argument
1079 io_tag in scif_sas_controller_common_start_high_priority_io_handler()
1201 U16 io_tag in scif_sas_controller_ready_start_high_priority_io_handler() argument
1211 controller, remote_device, io_request, io_tag in scif_sas_controller_ready_start_high_priority_io_handler()
[all …]
H A Dscif_sas_task_request.c107 U16 io_tag, in scif_sas_task_request_generic_construct() argument
127 scif_controller, scif_remote_device, io_tag, user_task_request_object, in scif_sas_task_request_generic_construct()
184 io_tag, in scif_sas_task_request_generic_construct()
239 U16 io_tag, in scif_sas_internal_task_request_construct() argument
251 io_tag, in scif_sas_internal_task_request_construct()
270 U16 io_tag, in scif_task_request_construct() argument
283 io_tag, in scif_task_request_construct()
H A Dscic_sds_controller.h556 #define scic_sds_io_tag_get_sequence(io_tag) \ argument
557 (((io_tag) & 0xF000) >> 12)
562 #define scic_sds_io_tag_get_index(io_tag) \ argument
563 ((io_tag) & 0x0FFF)
652 U16 io_tag
657 U16 io_tag
662 U16 io_tag
H A Dscic_sds_request.c482 U16 io_tag, in scic_sds_general_request_construct() argument
493 this_request->io_tag = io_tag; in scic_sds_general_request_construct()
509 if (io_tag == SCI_CONTROLLER_INVALID_IO_TAG) in scic_sds_general_request_construct()
520 this_request->owning_controller, io_tag); in scic_sds_general_request_construct()
716 | scic_sds_io_tag_get_index(this_request->io_tag) in scu_ssp_reqeust_construct_task_context()
1032 U16 io_tag, in scic_io_request_construct() argument
1051 io_tag, user_io_request_object, in scic_io_request_construct()
1059 io_tag, in scic_io_request_construct()
1113 U16 io_tag, in scic_task_request_construct() argument
1131 io_tag, user_io_request_object, in scic_task_request_construct()
[all …]
H A Dscif_io_request.h131 U16 io_tag,
232 U16 io_tag,
H A Dscic_controller.h424 U16 io_tag
469 U16 io_tag
676 U16 io_tag
H A Dscif_controller.h262 U16 io_tag
294 U16 io_tag
H A Dscif_sas_controller.c270 U16 io_tag in scif_controller_start_io() argument
280 controller, remote_device, io_request, io_tag in scif_controller_start_io()
292 io_tag in scif_controller_start_io()
307 U16 io_tag in scif_controller_start_task() argument
325 controller, remote_device, task_request, io_tag in scif_controller_start_task()
334 io_tag in scif_controller_start_task()
H A Dscic_sds_controller.c2078 && (io_request->io_tag != SCI_CONTROLLER_INVALID_IO_TAG) in scic_sds_controller_task_completion()
2080 scic_sds_io_tag_get_sequence(io_request->io_tag) in scic_sds_controller_task_completion()
3418 this_controller, this_request->io_tag in scic_sds_controller_copy_task_context()
3443 U16 io_tag in scic_sds_controller_get_task_context_buffer() argument
3446 U16 task_index = scic_sds_io_tag_get_index(io_tag); in scic_sds_controller_get_task_context_buffer()
3466 U16 io_tag in scic_sds_controller_get_io_sequence_from_tag() argument
3469 return scic_sds_io_tag_get_sequence(io_tag); in scic_sds_controller_get_io_sequence_from_tag()
3483 U16 io_tag in scic_sds_controller_get_io_request_from_tag() argument
3489 task_index = scic_sds_io_tag_get_index(io_tag); in scic_sds_controller_get_io_request_from_tag()
3495 task_sequence = scic_sds_io_tag_get_sequence(io_tag); in scic_sds_controller_get_io_request_from_tag()
[all …]
H A Dscif_task_request.h118 U16 io_tag,
H A Dscif_sas_task_request.h128 U16 io_tag,
H A Dscic_task_request.h124 U16 io_tag,
H A Dscif_sas_internal_io_request.h129 U16 io_tag,
H A Dscif_sas_io_request.h136 U16 io_tag,
H A Dscif_sas_internal_io_request.c123 U16 io_tag, in scif_sas_internal_io_request_construct_smp() argument
H A Dscif_sas_domain.h211 U16 io_tag
H A Dscic_io_request.h352 U16 io_tag,
H A Dscif_sas_domain.c688 U16 io_tag in scif_sas_domain_get_request_by_io_tag() argument
698 fw_domain, io_tag in scif_sas_domain_get_request_by_io_tag()
706 if (scic_io_request_get_io_tag(io_request->parent.core_object) == io_tag) in scif_sas_domain_get_request_by_io_tag()
H A Dscic_sds_request.h171 U16 io_tag; member
H A Dscic_sds_stp_request.c318 | scic_sds_io_tag_get_index(this_request->io_tag) in scu_sata_reqeust_construct_task_context()
1055 this_request->io_tag in scic_sds_stp_request_pio_data_out_trasmit_data_frame()
2469 this_request->owning_controller, this_request->io_tag); in scic_sds_stp_request_started_soft_reset_await_h2d_diagnostic_completion_enter()
H A Dscic_sds_smp_request.c458 | scic_sds_io_tag_get_index(this_request->io_tag) in scu_smp_request_construct_task_context()
H A Dscic_sds_stp_packet_request.c892 this_request->owning_controller, this_request->io_tag); in scic_sds_stp_packet_request_started_command_phase_await_tc_completion_enter()
/freebsd/sys/arm/xilinx/
H A Dzy7_ehci.c148 zy7_phy_config(device_t dev, bus_space_tag_t io_tag, bus_space_handle_t bsh) in zy7_phy_config() argument
158 portsc = bus_space_read_4(io_tag, bsh, ZY7_USB_PORTSC(1)); in zy7_phy_config()
172 bus_space_write_4(io_tag, bsh, ZY7_USB_PORTSC(1), portsc); in zy7_phy_config()
177 bus_space_write_4(io_tag, bsh, ZY7_USB_ULPI_VIEWPORT, in zy7_phy_config()
186 while ((bus_space_read_4(io_tag, bsh, ZY7_USB_ULPI_VIEWPORT) & in zy7_phy_config()