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

/freebsd-10.0-release/sys/dev/isci/scil/
H A Dscif_sas_stp_remote_device.c113 U8 ncq_tag = 0; local
125 && (ncq_tag < fw_device->protocol_device.stp_device.sati_device.ncq_depth) )
128 ncq_tag++;
132 if (ncq_tag < fw_device->protocol_device.stp_device.sati_device.ncq_depth)
138 fw_device, ncq_tag
142 return ncq_tag;
162 * @param[in] ncq_tag This parameter specifies the NCQ tag that is
169 U8 ncq_tag
176 fw_device, ncq_tag
179 fw_device->protocol_device.stp_device.s_active &= ~(1 << ncq_tag);
[all...]
H A Dscif_sas_stp_remote_device.h105 U8 ncq_tag
111 U8 ncq_tag
H A Dscif_sas_stp_io_request.c114 fw_io->parent.stp.ncq_tag = scif_sas_stp_remote_device_allocate_ncq_tag(
118 if (fw_io->parent.stp.ncq_tag == SCIF_SAS_INVALID_NCQ_TAG)
124 fis->sector_count = (fw_io->parent.stp.ncq_tag << 3);
129 fw_io->parent.core_object, fw_io->parent.stp.ncq_tag
168 if (fw_io->parent.stp.ncq_tag != SCIF_SAS_INVALID_NCQ_TAG)
170 fw_io->parent.device, fw_io->parent.stp.ncq_tag
209 fw_request->device, fw_io->parent.stp.ncq_tag
H A Dsati_abort_task_set.c138 (log->ncq_tag == tag_index) &&
H A Dscif_sas_request.h109 U8 ncq_tag; member in struct:SCIF_SAS_STP_REQUEST
H A Dscif_sas_sati_binding.h146 #define sati_cb_device_get_request_by_ncq_tag(scsi_io, ncq_tag, matching_req) \
150 matching_req = scif_sas_stp_remote_device_get_request_by_ncq_tag(fw_device, ncq_tag); \
H A Dscic_io_request.h675 * @param[in] ncq_tag This parameter specifies the NCQ tag to be utilized
685 U16 ncq_tag
H A Dscu_task_context.h358 U32 ncq_tag : 5; member in struct:STP_TASK_CONTEXT
H A Dscic_sds_stp_request.c629 U16 ncq_tag
637 this_request->task_context_buffer->type.stp.ncq_tag = ncq_tag;
H A Dintel_ata.h632 U8 ncq_tag : 5; member in struct:ATA_NCQ_COMMAND_ERROR_LOG

Completed in 194 milliseconds