Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Ddpt_i2o.c1477 if( lct->lct_entry[i].user_tid != 0xfff){ in adpt_i2o_parse_lct()
1485 if( lct->lct_entry[i].class_id != I2O_CLASS_RANDOM_BLOCK_STORAGE && in adpt_i2o_parse_lct()
1486 lct->lct_entry[i].class_id != I2O_CLASS_SCSI_PERIPHERAL && in adpt_i2o_parse_lct()
1487 lct->lct_entry[i].class_id != I2O_CLASS_FIBRE_CHANNEL_PERIPHERAL ){ in adpt_i2o_parse_lct()
1490 tid = lct->lct_entry[i].tid; in adpt_i2o_parse_lct()
1527 memcpy(&d->lct_data, &lct->lct_entry[i], sizeof(i2o_lct_entry)); in adpt_i2o_parse_lct()
2548 if( lct->lct_entry[i].user_tid != 0xfff){ in adpt_i2o_reparse_lct()
2552 if( lct->lct_entry[i].class_id == I2O_CLASS_RANDOM_BLOCK_STORAGE || in adpt_i2o_reparse_lct()
2553 lct->lct_entry[i].class_id == I2O_CLASS_SCSI_PERIPHERAL || in adpt_i2o_reparse_lct()
2554 lct->lct_entry[i].class_id == I2O_CLASS_FIBRE_CHANNEL_PERIPHERAL ){ in adpt_i2o_reparse_lct()
[all …]
/linux-4.4.14/include/uapi/linux/
Di2o-dev.h223 i2o_lct_entry lct_entry[1]; member