Searched refs:detailed_status (Results 1 – 1 of 1) sorted by relevance
2353 u16 detailed_status = readl(reply+16) &0xffff; in adpt_i2o_to_scsi() local2354 dev_status = (detailed_status & 0xff); in adpt_i2o_to_scsi()2355 hba_status = detailed_status >> 8; in adpt_i2o_to_scsi()2365 switch(detailed_status & I2O_SCSI_DSC_MASK) { in adpt_i2o_to_scsi()2424 …pHba->name, detailed_status & I2O_SCSI_DSC_MASK, (u32)cmd->device->channel, (u32)cmd->device->id, … in adpt_i2o_to_scsi()