Searched refs:detailed_status (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/i2o/
H A Ddebug.c10 static void i2o_report_common_dsc(u16 detailed_status);
22 u16 detailed_status = msg[4] & 0xFFFF; i2o_report_status() local
45 i2o_report_common_dsc(detailed_status); i2o_report_status()
48 detailed_status); i2o_report_status()
156 static void i2o_report_common_dsc(u16 detailed_status) i2o_report_common_dsc() argument
190 if (detailed_status > I2O_DSC_DEVICE_NOT_AVAILABLE) i2o_report_common_dsc()
192 detailed_status); i2o_report_common_dsc()
194 printk(" / %s.\n", COMMON_DSC[detailed_status]); i2o_report_common_dsc()
/linux-4.1.27/drivers/scsi/
H A Ddpt_i2o.c2379 u16 detailed_status = readl(reply+16) &0xffff; adpt_i2o_to_scsi() local
2380 dev_status = (detailed_status & 0xff); adpt_i2o_to_scsi()
2381 hba_status = detailed_status >> 8; adpt_i2o_to_scsi()
2391 switch(detailed_status & I2O_SCSI_DSC_MASK) { adpt_i2o_to_scsi()
2450 pHba->name, detailed_status & I2O_SCSI_DSC_MASK, (u32)cmd->device->channel, (u32)cmd->device->id, cmd->device->lun, adpt_i2o_to_scsi()

Completed in 198 milliseconds