Searched refs:target_status (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/include/scsi/ |
D | sg.h | 268 unsigned int target_status:5; /* [o] scsi status from target */ member
|
/linux-2.6.39/drivers/scsi/ |
D | u14-34f.c | 576 unsigned char target_status; /* non-zero indicates target error */ member 1809 tstatus = status_byte(spp->target_status); in ihdlr() 1840 if (spp->target_status && SCpnt->device->type == TYPE_DISK && in ihdlr() 1845 SCpnt->serial_number, spp->target_status, in ihdlr() 1905 SCpnt->result = status | spp->target_status; in ihdlr() 1913 do_trace || msg_byte(spp->target_status)) in ihdlr() 1917 i, spp->adapter_status, spp->target_status, SCpnt->serial_number, in ihdlr()
|
D | eata.c | 735 unchar target_status; /* SCSI status received after data transfer */ member 2415 tstatus = status_byte(spp->target_status); in ihdlr() 2449 if (spp->target_status && SCpnt->device->type == TYPE_DISK && in ihdlr() 2457 spp->target_status, SCpnt->sense_buffer[2]); in ihdlr() 2514 SCpnt->result = status | spp->target_status; in ihdlr() 2522 do_trace || msg_byte(spp->target_status)) in ihdlr() 2526 i, spp->adapter_status, spp->target_status, in ihdlr()
|
D | ultrastor.c | 196 unsigned char target_status; /* non-zero indicates target error */ member 756 my_mscp->target_status = 0; in ultrastor_queuecommand_lck() 1147 SCtmp->result = status | mscp->target_status; in ultrastor_interrupt()
|
D | dc395x.c | 257 u8 target_status; member 995 srb->target_status = 0; in build_srb() 2584 srb->target_status = DC395x_read8(acb, TRM_S1040_SCSI_FIFO); in status_phase0() 3076 srb->target_status = SCSI_STAT_SEL_TIMEOUT; in disconnect() 3085 srb->target_status = in disconnect() 3326 status = srb->target_status; in srb_done() 3335 srb->target_status = CHECK_CONDITION << 1; in srb_done() 3421 srb->target_status = 0; in srb_done() 3425 srb->target_status = 0; in srb_done() 3440 srb->target_status = 0; in srb_done() [all …]
|
D | aic7xxx_old.c | 622 /* 2*/ unsigned char target_status; member 2671 scb->hscb->target_status = 0; in aic7xxx_free_scb() 3849 hscb->target_status); in aic7xxx_calculate_residual() 3858 aic7xxx_status(cmd) = hscb->target_status; in aic7xxx_calculate_residual() 4239 hscb->target_status = aic_inb(p, SCB_TARGET_STATUS); in aic7xxx_handle_seqint() 4240 aic7xxx_status(cmd) = hscb->target_status; in aic7xxx_handle_seqint() 4242 cmd->result = hscb->target_status; in aic7xxx_handle_seqint() 4244 switch (status_byte(hscb->target_status)) in aic7xxx_handle_seqint() 4279 hscb->target_status = 0; in aic7xxx_handle_seqint() 4459 CTL_OF_SCB(scb), scb->hscb->target_status); in aic7xxx_handle_seqint()
|
D | sg.c | 436 old_hdr->target_status = hp->masked_status; in sg_read()
|
/linux-2.6.39/drivers/scsi/aic7xxx/ |
D | aic79xx.h | 401 struct target_status { struct 448 struct target_status tstatus;
|
/linux-2.6.39/drivers/s390/scsi/ |
D | zfcp_erp.c | 1119 static int zfcp_erp_strat_change_det(atomic_t *target_status, u32 erp_status) in zfcp_erp_strat_change_det() argument 1121 int status = atomic_read(target_status); in zfcp_erp_strat_change_det()
|