Home
last modified time | relevance | path

Searched refs:lct_entry (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/
Ddpt_i2o.c1473 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 …]
/Linux-v4.19/include/uapi/linux/
Di2o-dev.h224 i2o_lct_entry lct_entry[1]; member