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