• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/

Lines Matching refs:target_id

429     uchar               target_id;
2316 uchar target_id; /* Device target identifier. */
2542 #define AdvResetDevice(asc_dvc, target_id) \
2544 (ADV_DCNT) (target_id))
5672 asc_scsi_q.q1.target_id = ASC_TID_TO_TARGET_ID(scp->device->id);
5848 scsiqp->target_id = scp->device->id;
8662 " target_id %u, target_lun %u, srb_ptr 0x%lx, a_flag 0x%x\n",
8663 q->target_id, q->target_lun, (ulong) q->srb_ptr, q->a_flag);
9119 ASC_SCSI_BIT_ID_TYPE target_id;
9145 target_id = (uchar) ASC_TID_TO_TARGET_ID(tid_no);
9146 if (asc_dvc->pci_fix_asyn_xfer & target_id) {
9152 if (asc_dvc->pci_fix_asyn_xfer & target_id) {
9159 if (asc_dvc->pci_fix_asyn_xfer & target_id) {
9195 asc_dvc->init_sdtr &= ~target_id;
9196 asc_dvc->sdtr_done &= ~target_id;
9204 asc_dvc->init_sdtr &= ~target_id;
9205 asc_dvc->sdtr_done &= ~target_id;
9211 asc_dvc->sdtr_done |= target_id;
9212 asc_dvc->init_sdtr |= target_id;
9213 asc_dvc->pci_fix_asyn_xfer &= ~target_id;
9224 asc_dvc->pci_fix_asyn_xfer &= ~target_id;
9229 asc_dvc->sdtr_done |= target_id;
9230 asc_dvc->init_sdtr |= target_id;
9272 if ((asc_dvc->init_sdtr & target_id) != 0) {
9274 asc_dvc->sdtr_done &= ~target_id;
9292 (asc_dvc->pci_fix_asyn_xfer & target_id)
9293 && !(asc_dvc->pci_fix_asyn_xfer_always & target_id)
9313 scsi_busy &= ~target_id;
9329 asc_dvc->init_sdtr &= ~target_id;
9330 asc_dvc->sdtr_done &= ~target_id;
9351 scsi_busy |= target_id;
9354 asc_dvc->queue_full_or_busy |= target_id;
9371 boardp->queue_full |= target_id;
9599 ASC_SCSI_BIT_ID_TYPE target_id;
9626 target_id = ASC_TIX_TO_TARGET_ID(scsiq->d2.target_ix);
9647 if (asc_dvc->queue_full_or_busy & target_id) {
9653 scsi_busy &= ~target_id;
9656 asc_dvc->queue_full_or_busy &= ~target_id;
9704 asc_dvc->unit_not_ready &= ~target_id;
9706 asc_dvc->start_motor &= ~target_id;
10037 if ((asc_dvc->init_sdtr & scsiq->q1.target_id) != 0) {
10038 asc_dvc->sdtr_done &= ~scsiq->q1.target_id;
10077 if ((asc_dvc->pci_fix_asyn_xfer & scsiq->q1.target_id) &&
10078 !(asc_dvc->pci_fix_asyn_xfer_always & scsiq->q1.target_id)) {
10275 ASC_SCSI_BIT_ID_TYPE target_id;
10278 target_id = ASC_TIX_TO_TARGET_ID(target_ix);
10280 if ((asc_dvc->unit_not_ready & target_id) ||
10281 (asc_dvc->queue_full_or_busy & target_id)) {
10323 if (((asc_dvc->init_sdtr & scsiq->q1.target_id) != 0) &&
10324 ((asc_dvc->sdtr_done & scsiq->q1.target_id) == 0)) {
10335 if ((scsiq->q1.target_id & asc_dvc->use_tagged_qng) == 0) {
16768 * The ADV_SCSI_REQ_Q 'target_id' field should never exceed ADV_MAX_TID.
16770 if (scsiq->target_id > ADV_MAX_TID)
17146 target_bit = ADV_TID_TO_TIDMASK(scsiq->target_id);
17315 tid = scsiq->target_id;