Lines Matching refs:class_id
1431 if( lct->lct_entry[i].class_id != I2O_CLASS_RANDOM_BLOCK_STORAGE && in adpt_i2o_parse_lct()
1432 lct->lct_entry[i].class_id != I2O_CLASS_SCSI_PERIPHERAL && in adpt_i2o_parse_lct()
1433 lct->lct_entry[i].class_id != I2O_CLASS_FIBRE_CHANNEL_PERIPHERAL ){ in adpt_i2o_parse_lct()
1482 if(d->lct_data.class_id == I2O_CLASS_BUS_ADAPTER_PORT || in adpt_i2o_parse_lct()
1483 d->lct_data.class_id == I2O_CLASS_FIBRE_CHANNEL_PORT){ in adpt_i2o_parse_lct()
1490 pHba->channel[bus_no].type = d->lct_data.class_id; in adpt_i2o_parse_lct()
1508 if(d->lct_data.class_id == I2O_CLASS_RANDOM_BLOCK_STORAGE || in adpt_i2o_parse_lct()
1509 d->lct_data.class_id == I2O_CLASS_SCSI_PERIPHERAL || in adpt_i2o_parse_lct()
1510 d->lct_data.class_id == I2O_CLASS_FIBRE_CHANNEL_PERIPHERAL ){ in adpt_i2o_parse_lct()
2514 if( lct->lct_entry[i].class_id == I2O_CLASS_RANDOM_BLOCK_STORAGE || in adpt_i2o_reparse_lct()
2515 lct->lct_entry[i].class_id == I2O_CLASS_SCSI_PERIPHERAL || in adpt_i2o_reparse_lct()
2516 lct->lct_entry[i].class_id == I2O_CLASS_FIBRE_CHANNEL_PERIPHERAL ){ in adpt_i2o_reparse_lct()
3138 printk(KERN_INFO "\tClass: %.21s\n", adpt_i2o_get_class_name(d->lct_data.class_id)); in adpt_i2o_report_hba_unit()