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

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_task_request.h95 * @param[in] io_tag This parameter specifies the IO tag to be associated
118 U16 io_tag,
H A Dscif_io_request.h108 * @param[in] io_tag This parameter specifies the IO tag to be associated
131 U16 io_tag,
209 * @param[in] io_tag This parameter specifies the IO tag to be associated
232 U16 io_tag,
H A Dscic_task_request.h101 * @param[in] io_tag This parameter specifies the IO tag to be associated
124 U16 io_tag,
H A Dscif_sas_task_request.c107 U16 io_tag,
127 scif_controller, scif_remote_device, io_tag, user_task_request_object,
184 io_tag,
239 U16 io_tag,
251 io_tag,
270 U16 io_tag,
283 io_tag,
104 scif_sas_task_request_generic_construct( SCI_CONTROLLER_HANDLE_T scif_controller, SCI_REMOTE_DEVICE_HANDLE_T scif_remote_device, U16 io_tag, void * user_task_request_object, void * task_request_memory, SCI_TASK_REQUEST_HANDLE_T * scif_task_request, U8 task_function ) argument
236 scif_sas_internal_task_request_construct( SCI_CONTROLLER_HANDLE_T scif_controller, SCI_REMOTE_DEVICE_HANDLE_T scif_remote_device, U16 io_tag, void * task_request_memory, SCI_TASK_REQUEST_HANDLE_T * scif_task_request, U8 task_function ) argument
267 scif_task_request_construct( SCI_CONTROLLER_HANDLE_T scif_controller, SCI_REMOTE_DEVICE_HANDLE_T scif_remote_device, U16 io_tag, void * user_task_request_object, void * task_request_memory, SCI_TASK_REQUEST_HANDLE_T * scif_task_request ) argument
H A Dscif_sas_internal_io_request.h129 U16 io_tag,
H A Dscif_sas_task_request.h128 U16 io_tag,
H A Dscif_sas_io_request.c95 U16 io_tag,
116 fw_device, fw_io, io_tag, user_io_request_object, scif_io_request,
135 io_tag,
234 U16 io_tag,
248 io_tag,
260 U16 io_tag,
276 scif_controller, scif_remote_device, io_tag, user_io_request_object,
296 io_tag,
688 * @param[in] io_tag The io tag for the internl io to be constructed.
703 U16 io_tag,
92 scif_sas_io_request_construct( SCIF_SAS_REMOTE_DEVICE_T * fw_device, SCIF_SAS_IO_REQUEST_T * fw_io, U16 io_tag, void * user_io_request_object, SCI_IO_REQUEST_HANDLE_T * scif_io_request, BOOL is_initial_construction ) argument
231 scif_io_request_construct( SCI_CONTROLLER_HANDLE_T scif_controller, SCI_REMOTE_DEVICE_HANDLE_T scif_remote_device, U16 io_tag, void * user_io_request_object, void * io_request_memory, SCI_IO_REQUEST_HANDLE_T * scif_io_request ) argument
257 scif_request_construct( SCI_CONTROLLER_HANDLE_T scif_controller, SCI_REMOTE_DEVICE_HANDLE_T scif_remote_device, U16 io_tag, void * user_io_request_object, void * io_request_memory, SCI_IO_REQUEST_HANDLE_T * scif_io_request ) argument
698 scif_sas_io_request_construct_smp( SCIF_SAS_CONTROLLER_T * fw_controller, SCIF_SAS_REMOTE_DEVICE_T * fw_device, void * fw_io_memory, void * core_io_memory, U16 io_tag, SMP_REQUEST_T * smp_command, void * user_request_object ) argument
[all...]
H A Dscif_controller.h244 * @param[in] io_tag This parameter specifies a previously allocated IO tag
262 U16 io_tag
274 * @param[in] io_tag This parameter specifies a previously allocated IO tag
276 * this not the io_tag of the request being managed. It is to
294 U16 io_tag
H A Dscic_sds_controller.h556 #define scic_sds_io_tag_get_sequence(io_tag) \
557 (((io_tag) & 0xF000) >> 12)
562 #define scic_sds_io_tag_get_index(io_tag) \
563 ((io_tag) & 0x0FFF)
652 U16 io_tag
657 U16 io_tag
662 U16 io_tag
H A Dscic_controller.h408 * @param[in] io_tag This parameter specifies a previously allocated IO tag
424 U16 io_tag
450 * @param[in] io_tag This parameter specifies a previously allocated IO tag
452 * this not the io_tag of the request being managed. It is to
469 U16 io_tag
664 * @param[in] io_tag This parameter represents the tag to be freed to the
676 U16 io_tag
H A Dscif_sas_controller_state_handlers.c550 * @param[in] io_tag This parameter specifies the optional allocated
564 U16 io_tag
577 controller, remote_device, io_request, io_tag
593 io_tag
856 * @param[in] io_tag This parameter specifies the optional allocated
870 U16 io_tag
884 controller, remote_device, task_request, io_tag
910 io_tag
1043 * @param[in] io_tag This parameter specifies the optional allocated
1057 U16 io_tag
[all...]
H A Dscic_sds_request.c468 * @param[in] io_tag This parameter specifies the IO tag to be utilized for
482 U16 io_tag,
493 this_request->io_tag = io_tag;
509 if (io_tag == SCI_CONTROLLER_INVALID_IO_TAG)
520 this_request->owning_controller, io_tag);
700 //task_context->type.ssp.tag = this_request->io_tag;
716 | scic_sds_io_tag_get_index(this_request->io_tag)
1032 U16 io_tag,
1051 io_tag, user_io_request_objec
479 scic_sds_general_request_construct( SCIC_SDS_CONTROLLER_T * the_controller, SCIC_SDS_REMOTE_DEVICE_T * the_target, U16 io_tag, void * user_io_request_object, SCIC_SDS_REQUEST_T * this_request ) argument
1029 scic_io_request_construct( SCI_CONTROLLER_HANDLE_T scic_controller, SCI_REMOTE_DEVICE_HANDLE_T scic_remote_device, U16 io_tag, void * user_io_request_object, void * scic_io_request_memory, SCI_IO_REQUEST_HANDLE_T * new_scic_io_request_handle ) argument
1110 scic_task_request_construct( SCI_CONTROLLER_HANDLE_T controller, SCI_REMOTE_DEVICE_HANDLE_T remote_device, U16 io_tag, void *user_io_request_object, void *scic_task_request_memory, SCI_TASK_REQUEST_HANDLE_T *new_scic_task_request_handle ) argument
[all...]
H A Dscif_sas_io_request.h136 U16 io_tag,
H A Dscif_sas_controller.c270 U16 io_tag
280 controller, remote_device, io_request, io_tag
292 io_tag
307 U16 io_tag
325 controller, remote_device, task_request, io_tag
334 io_tag
H A Dscic_io_request.h329 * @param[in] io_tag This parameter specifies the IO tag to be associated
352 U16 io_tag,
H A Dscif_sas_domain.h211 U16 io_tag
H A Dscif_sas_internal_io_request.c109 * @param[in] io_tag The io tag for the internl io to be constructed.
123 U16 io_tag,
119 scif_sas_internal_io_request_construct_smp( SCIF_SAS_CONTROLLER_T * fw_controller, SCIF_SAS_REMOTE_DEVICE_T * fw_device, void * internal_io_memory, U16 io_tag, SMP_REQUEST_T * smp_command ) argument
H A Dscic_sds_controller.c2078 && (io_request->io_tag != SCI_CONTROLLER_INVALID_IO_TAG)
2080 scic_sds_io_tag_get_sequence(io_request->io_tag)
3418 this_controller, this_request->io_tag
3437 * @param[in] io_tag
3443 U16 io_tag
3446 U16 task_index = scic_sds_io_tag_get_index(io_tag);
3460 * @param[in] io_tag
3466 U16 io_tag
3469 return scic_sds_io_tag_get_sequence(io_tag);
3476 * @param[in] io_tag
[all...]
H A Dscic_sds_request.h171 U16 io_tag; member in struct:SCIC_SDS_REQUEST
H A Dscif_sas_domain.c678 * @param[in] io_tag This parameter specifies the IO tag value for which
688 U16 io_tag
698 fw_domain, io_tag
706 if (scic_io_request_get_io_tag(io_request->parent.core_object) == io_tag)
H A Dscic_sds_stp_request.c318 | scic_sds_io_tag_get_index(this_request->io_tag)
1055 this_request->io_tag
2469 this_request->owning_controller, this_request->io_tag);
H A Dscic_sds_smp_request.c458 | scic_sds_io_tag_get_index(this_request->io_tag)
H A Dscic_sds_stp_packet_request.c892 this_request->owning_controller, this_request->io_tag);
/freebsd-11-stable/sys/arm/xilinx/
H A Dzy7_ehci.c154 zy7_phy_config(device_t dev, bus_space_tag_t io_tag, bus_space_handle_t bsh) argument
164 portsc = bus_space_read_4(io_tag, bsh, ZY7_USB_PORTSC(1));
178 bus_space_write_4(io_tag, bsh, ZY7_USB_PORTSC(1), portsc);
184 bus_space_write_4(io_tag, bsh, ZY7_USB_ULPI_VIEWPORT,
193 while ((bus_space_read_4(io_tag, bsh, ZY7_USB_ULPI_VIEWPORT) &

Completed in 117 milliseconds