Home
last modified time | relevance | path

Searched refs:ncq_tag (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_stp_remote_device.c113 U8 ncq_tag = 0; in scif_sas_stp_remote_device_allocate_ncq_tag() local
125 && (ncq_tag < fw_device->protocol_device.stp_device.sati_device.ncq_depth) ) in scif_sas_stp_remote_device_allocate_ncq_tag()
128 ncq_tag++; in scif_sas_stp_remote_device_allocate_ncq_tag()
132 if (ncq_tag < fw_device->protocol_device.stp_device.sati_device.ncq_depth) in scif_sas_stp_remote_device_allocate_ncq_tag()
138 fw_device, ncq_tag in scif_sas_stp_remote_device_allocate_ncq_tag()
142 return ncq_tag; in scif_sas_stp_remote_device_allocate_ncq_tag()
169 U8 ncq_tag in scif_sas_stp_remote_device_free_ncq_tag() argument
176 fw_device, ncq_tag in scif_sas_stp_remote_device_free_ncq_tag()
179 fw_device->protocol_device.stp_device.s_active &= ~(1 << ncq_tag); in scif_sas_stp_remote_device_free_ncq_tag()
185 U8 ncq_tag in scif_sas_stp_remote_device_get_request_by_ncq_tag() argument
[all …]
H A Dscif_sas_stp_io_request.c114 fw_io->parent.stp.ncq_tag = scif_sas_stp_remote_device_allocate_ncq_tag( in scif_sas_stp_io_request_constructed_start_handler()
118 if (fw_io->parent.stp.ncq_tag == SCIF_SAS_INVALID_NCQ_TAG) in scif_sas_stp_io_request_constructed_start_handler()
124 fis->sector_count = (fw_io->parent.stp.ncq_tag << 3); in scif_sas_stp_io_request_constructed_start_handler()
129 fw_io->parent.core_object, fw_io->parent.stp.ncq_tag in scif_sas_stp_io_request_constructed_start_handler()
168 if (fw_io->parent.stp.ncq_tag != SCIF_SAS_INVALID_NCQ_TAG) in scif_sas_stp_io_request_constructed_complete_handler()
170 fw_io->parent.device, fw_io->parent.stp.ncq_tag in scif_sas_stp_io_request_constructed_complete_handler()
209 fw_request->device, fw_io->parent.stp.ncq_tag in scif_sas_stp_core_cb_io_request_complete_handler()
H A Dscif_sas_stp_remote_device.h105 U8 ncq_tag
111 U8 ncq_tag
H A Dscif_sas_sati_binding.h146 #define sati_cb_device_get_request_by_ncq_tag(scsi_io, ncq_tag, matching_req) \ argument
150 matching_req = scif_sas_stp_remote_device_get_request_by_ncq_tag(fw_device, ncq_tag); \
H A Dscif_sas_request.h109 U8 ncq_tag; member
H A Dsati_abort_task_set.c138 (log->ncq_tag == tag_index) && in sati_abort_task_set_translate_data()
H A Dscic_io_request.h685 U16 ncq_tag
H A Dscu_task_context.h358 U32 ncq_tag : 5; member
H A Dscic_sds_stp_request.c629 U16 ncq_tag in scic_stp_io_request_set_ncq_tag() argument
637 this_request->task_context_buffer->type.stp.ncq_tag = ncq_tag; in scic_stp_io_request_set_ncq_tag()
H A Dintel_ata.h632 U8 ncq_tag : 5; member