Searched refs:lct_entry (Results 1 – 2 of 2) sorted by relevance
1473 if( lct->lct_entry[i].user_tid != 0xfff){ in adpt_i2o_parse_lct()1481 if( lct->lct_entry[i].class_id != I2O_CLASS_RANDOM_BLOCK_STORAGE && in adpt_i2o_parse_lct()1482 lct->lct_entry[i].class_id != I2O_CLASS_SCSI_PERIPHERAL && in adpt_i2o_parse_lct()1483 lct->lct_entry[i].class_id != I2O_CLASS_FIBRE_CHANNEL_PERIPHERAL ){ in adpt_i2o_parse_lct()1486 tid = lct->lct_entry[i].tid; in adpt_i2o_parse_lct()1523 memcpy(&d->lct_data, &lct->lct_entry[i], sizeof(i2o_lct_entry)); in adpt_i2o_parse_lct()2556 if( lct->lct_entry[i].user_tid != 0xfff){ in adpt_i2o_reparse_lct()2560 if( lct->lct_entry[i].class_id == I2O_CLASS_RANDOM_BLOCK_STORAGE || in adpt_i2o_reparse_lct()2561 lct->lct_entry[i].class_id == I2O_CLASS_SCSI_PERIPHERAL || in adpt_i2o_reparse_lct()2562 lct->lct_entry[i].class_id == I2O_CLASS_FIBRE_CHANNEL_PERIPHERAL ){ in adpt_i2o_reparse_lct()[all …]
224 i2o_lct_entry lct_entry[1]; member