Searched refs:detailed_status (Results 1 – 2 of 2) sorted by relevance
3045 static void i2o_report_common_dsc(u16 detailed_status) in i2o_report_common_dsc() argument3079 if (detailed_status > I2O_DSC_DEVICE_NOT_AVAILABLE) in i2o_report_common_dsc()3080 printk(" / DetailedStatus = %0#4x.\n", detailed_status); in i2o_report_common_dsc()3082 printk(" / %s.\n", COMMON_DSC[detailed_status]); in i2o_report_common_dsc()3088 static void i2o_report_lan_dsc(u16 detailed_status) in i2o_report_lan_dsc() argument3112 if (detailed_status > I2O_DSC_INVALID_REQUEST) in i2o_report_lan_dsc()3113 printk(" / %0#4x.\n", detailed_status); in i2o_report_lan_dsc()3115 printk(" / %s.\n", LAN_DSC[detailed_status]); in i2o_report_lan_dsc()3315 u16 detailed_status = msg[4]&0xFFFF; in i2o_report_status() local3339 i2o_report_common_dsc(detailed_status); in i2o_report_status()[all …]
2230 u16 detailed_status = readl(reply+16) &0xffff; in adpt_i2o_to_scsi() local2231 dev_status = (detailed_status & 0xff); in adpt_i2o_to_scsi()2232 hba_status = detailed_status >> 8; in adpt_i2o_to_scsi()2242 switch(detailed_status & I2O_SCSI_DSC_MASK) { in adpt_i2o_to_scsi()2301 …pHba->name, detailed_status & I2O_SCSI_DSC_MASK, (u32)cmd->channel, (u32)cmd->target, (u32)cmd-> l… in adpt_i2o_to_scsi()